Blank forms
I am trying to launch forms from other forms in an OOP way but all I'm getting are blank forms.
Something like
Dim cAsNew frmCustomer(Me)
c.Show()
Me.Hide() only produces a blank form with no title or controls. Also, another funny behaviour is that when I come to choose a startup form from the project properties I only get one form (whilst I have some 4 others).
Any ideas?

