Hi, guys, i have an VB.NET app, the problem is every time i click on the sub menubar, it will create a new mdichild form. What i want is if it's already created, then just active it. Otherwise, just create a new one. How to solve this problem? Please provide the code.
My currently code is:
Dim objForm as New Form()
objForm.MdiParent = Me
objForm.Show()
Thanks in advance...
My currently code is:
Dim objForm as New Form()
objForm.MdiParent = Me
objForm.Show()
Thanks in advance...