RyanJones
Newcomer
Hi all.
I am new to C# (2 days learning) and I seen to have a problem. I have a form named frmMain that is the form initally loaded (starting form). How can I hide and show this from from another class?
Do I need to use an object variable or is there another way to do this? (Have tried frmMain.Show() and frmMain.Hide() but they do not work).
Thanks for the help,
Ryan Jones
I am new to C# (2 days learning) and I seen to have a problem. I have a form named frmMain that is the form initally loaded (starting form). How can I hide and show this from from another class?
Do I need to use an object variable or is there another way to do this? (Have tried frmMain.Show() and frmMain.Hide() but they do not work).
Thanks for the help,
Ryan Jones