G
Guest
hey, quick question for you, i have this code:
[code language="vb"]
Dim frm As Form
frm.WindowState = FormWindowState.Normal
[/code]
and i have my form initialized and minimized so tis not that, but it gives
me an error saying "object reference not set to an instance of an object".
what am i doing wrong? any help would b awsome
[code language="vb"]
Dim frm As Form
frm.WindowState = FormWindowState.Normal
[/code]
and i have my form initialized and minimized so tis not that, but it gives
me an error saying "object reference not set to an instance of an object".
what am i doing wrong? any help would b awsome