Hello,
I need to change cursor on a form within a class, I used to change frmSettings.ActiveForm.Cursor property but from time to time frmSettings.ActiveForm returns null (I guess when it's not currently active form). So how do I do it properly from withing a class

How do I reference form in main application from a class?
Adrian Hains
e.g. in your frmSettings Load you might say
MyOtherClass.InChargeOf = this; (assuming C#)