|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
MDI child form can't be closed from codeHello,
I am trying to close a MDI child form. The code childForm.Close() will cause the child form to get its FormClosing event, but the child form never sees its FormClosed event. All that happens is that the child form gets minimized. How can I close the child form in code? Bill On 9 Jun 2006 15:40:50 -0700, swartzbill2***@yahoo.com wrote:
> I am trying to close a MDI child form. The code This is most probably because you've got some code somewhere that handles> childForm.Close() > will cause the child form to get its FormClosing event, but the child > form never sees its FormClosed event. All that happens is that the > child form gets minimized. How can I close the child form in code? the Closing event of your child form, cancels it and minimizes the form instead. Hunt for it.
ASCII Character code for the 6th power
Is there a built in command to encode SQL strings? Lost my Design view for a Windows Form (VB 2005) Last Modified date for the Source code. Launch new instance of IE?? GraphicsPath.IsVisible broken? text file to datatable to SQL2005 table not working Placeholder Object Question How do I use Import or Inherits on a Single Page .aspx Page Can RichTextBox Control Render HTML?? |
|||||||||||||||||||||||