I am checking to see if a form is already set to an instance but I have only been able to do this backwards. What is the opposite of this statement?
Code:
'Hide IO form If Main.myinsertorder Is Nothing OrElse Main.myinsertorder.IsDisposed Then Else Main.myinsertorder.Hide() End If
Comment