Hi ..

I am trying to open a 2nd form with a reference to the mainform
Code...

Dim frm As New Form2(Me)
frm.Show()

A wigly shows under (Me) with error message
Too many arguments to 'Public Sub New()'.