Hi All
I'm building a mdi app and on one of my forms when I do the following

Dim editor As New frmBookmark()
editor.lblbookmarkdir.Text = bookmarkpath
editor.MdiParent = Me
editor.Show()

Most of the time I get the following error
An unhandled exception of type 'System.OutOfMemoryException' occurred in system.windows.forms.dll

Additional information: Error creating window handle.

i only get this error with this form all the others work perfectly
any ideas