I have a class like this
VB Code:
Private WithEvents frm As Form Private Sub Class_Initialize() Set frm = new Form End Sub
I would like to create a new form when the class initializes.
And I don't want to add a form at design time.
The 'new Form' stuff doesnt seem to work.
Any ideas?
Regards, Tadej




Reply With Quote