|
-
Apr 6th, 2002, 08:19 AM
#1
MDI Error
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|