|
-
Sep 17th, 2002, 05:18 AM
#1
Thread Starter
Fanatic Member
Error creating window handle
I have just created a form called frmPickList.
It is only 1 of 4 or so child forms.
When i click on my main mene item to run the following:
Private Sub MenuItem14_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem14.Click
Dim aForm As New frmPickList()
aForm.MdiParent = Me
aForm.Show() ' this is where code stops
End Sub
I get the error message "Error creating window handle"!
Does anyone have any ideas whats going on?
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
|