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 theline from the code, then it works properly.VB Code:
'frmNewForm.MdiParent = Me'
any hint??
regards,
prakash




Reply With Quote