Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help! I've fallen and can't get up. Pin
mike montagne27-Feb-07 19:49
mike montagne27-Feb-07 19:49 
GeneralRe: Help! I've fallen and can't get up. Pin
JMOdom28-Feb-07 10:57
JMOdom28-Feb-07 10:57 
GeneralRe: Help! I've fallen and can't get up. Pin
mike montagne28-Feb-07 12:24
mike montagne28-Feb-07 12:24 
QuestionSocket Problem Pin
Rahul.RK27-Feb-07 18:42
Rahul.RK27-Feb-07 18:42 
Questionclosing form with its parent Pin
Saira Tanwir27-Feb-07 17:54
Saira Tanwir27-Feb-07 17:54 
AnswerRe: closing form with its parent Pin
Shajeel27-Feb-07 18:23
Shajeel27-Feb-07 18:23 
AnswerRe: closing form with its parent Pin
Saira Tanwir27-Feb-07 18:42
Saira Tanwir27-Feb-07 18:42 
GeneralRe: closing form with its parent Pin
Shajeel27-Feb-07 19:20
Shajeel27-Feb-07 19:20 
you should be calling this function after doing every thing you want to do in closing event like

        private void Form2_Closing(object sender, System.ComponentModel.CancelEventArgs e)

        {

            //all your code

            this.MdiParent.Dispose();

        }




Regards
Shajeel

AnswerRe: closing form with its parent Pin
Saira Tanwir27-Feb-07 19:29
Saira Tanwir27-Feb-07 19:29 
QuestionHow to do XML serialization. Pin
wout de zeeuw27-Feb-07 17:49
wout de zeeuw27-Feb-07 17:49 
QuestionTooltip on disabled controls? Pin
Nilesh K.27-Feb-07 17:18
Nilesh K.27-Feb-07 17:18 
AnswerRe: Tooltip on disabled controls? Pin
Shajeel27-Feb-07 18:40
Shajeel27-Feb-07 18:40 
GeneralRe: Tooltip on disabled controls? Pin
Nilesh K.27-Feb-07 18:50
Nilesh K.27-Feb-07 18:50 
GeneralRe: Tooltip on disabled controls? Pin
Harini N K27-Feb-07 18:56
Harini N K27-Feb-07 18:56 
GeneralRe: Tooltip on disabled controls? Pin
Shajeel27-Feb-07 19:13
Shajeel27-Feb-07 19:13 
GeneralRe: Tooltip on disabled controls? Pin
Nilesh K.27-Feb-07 20:10
Nilesh K.27-Feb-07 20:10 
GeneralRe: Tooltip on disabled controls? Pin
mike montagne27-Feb-07 20:12
mike montagne27-Feb-07 20:12 
GeneralRe: Tooltip on disabled controls? Pin
Nilesh K.27-Feb-07 20:22
Nilesh K.27-Feb-07 20:22 
GeneralRe: Tooltip on disabled controls? Pin
mike montagne28-Feb-07 5:41
mike montagne28-Feb-07 5:41 
GeneralRe: Tooltip on disabled controls? Pin
Nilesh K.28-Feb-07 16:01
Nilesh K.28-Feb-07 16:01 
GeneralRe: Tooltip on disabled controls? Pin
mike montagne28-Feb-07 17:53
mike montagne28-Feb-07 17:53 
QuestionCreating Help file (chm ) Pin
Praveen_S27-Feb-07 17:16
Praveen_S27-Feb-07 17:16 
AnswerRe: Creating Help file (chm ) Pin
Vasudevan Deepak Kumar27-Feb-07 17:29
Vasudevan Deepak Kumar27-Feb-07 17:29 
QuestionUserControl Pin
fjlv200527-Feb-07 16:44
fjlv200527-Feb-07 16:44 
QuestionConverting strings to other data types Pin
Leo Smith27-Feb-07 14:10
Leo Smith27-Feb-07 14:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.