I wish to show an options box when a user clicks a button from the main form. I want the user to have to exit the options form inorder to manipulate the main form. The code I use below works except that the main form becomes invisible... How can I keep it visible?
Dim MyForm As New Options
MyForm.ShowDialog()
I am switching to .net and its been a real headache.
Dim MyForm As New Options
MyForm.ShowDialog()
I am switching to .net and its been a real headache.