|
-
Feb 25th, 2004, 03:12 AM
#1
Thread Starter
Fanatic Member
Window Handle
hi all,
i have a mdi form. on the menu click event i call a form
VB Code:
frmNewForm as new frmNewForm
frmNewForm.MdiParent = Me
frmNewForm.Show()
the code is working properly. but some times it gives me error "Error creating window handle". If I remove the
VB Code:
'frmNewForm.MdiParent = Me'
line from the code, then it works properly.
any hint??
regards,
prakash
-
Feb 25th, 2004, 11:43 AM
#2
Sleep mode
What do you mean 'sometimes' ?? Can you say the situations this error occur in ?
-
Feb 26th, 2004, 01:24 AM
#3
Thread Starter
Fanatic Member
that's what.
i am not getting the cause for the error. it happens anytime . i want to know what could be the general possibilites which raise this error?
-
Feb 26th, 2004, 01:31 AM
#4
Sleep mode
Could be an attempt to use disposed form !
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
|