Hello everyone,
Got a quick question, how do you refer to the parent form, from the child form in VB.NET.
Basically I do not want to make another form (the same one twice) such as
Dim a as New Frmmain
a.Hide()
a.Show()
I just want to hide and show frmMain from another form,
I want to just call frmMain.Hide and show without recreating another, any ideas????? Also maybe is it something to do with Public Class frmMain on the original form??????????????????????
Thanks,
Ross
Got a quick question, how do you refer to the parent form, from the child form in VB.NET.
Basically I do not want to make another form (the same one twice) such as
Dim a as New Frmmain
a.Hide()
a.Show()
I just want to hide and show frmMain from another form,
I want to just call frmMain.Hide and show without recreating another, any ideas????? Also maybe is it something to do with Public Class frmMain on the original form??????????????????????
Thanks,
Ross