Click here to Skip to main content
15,904,877 members
Home / Discussions / C#
   

C#

 
AnswerRe: MediaPlayer Pin
Adeel Chaudhry27-Apr-07 3:48
Adeel Chaudhry27-Apr-07 3:48 
GeneralRe: MediaPlayer Pin
kraj9929-Apr-07 20:57
kraj9929-Apr-07 20:57 
QuestionLink on "Today" (pocket pc 2003 / Wm5) Pin
AlexB4727-Apr-07 2:26
AlexB4727-Apr-07 2:26 
QuestionHow vertical the datagrid view Pin
Doan Nguyen27-Apr-07 2:21
Doan Nguyen27-Apr-07 2:21 
AnswerRe: How vertical the datagrid view Pin
Adeel Chaudhry27-Apr-07 4:16
Adeel Chaudhry27-Apr-07 4:16 
QuestionUnique value generation? Pin
Kusumasrinivas27-Apr-07 1:39
Kusumasrinivas27-Apr-07 1:39 
AnswerRe: Unique value generation? Pin
Christian Graus27-Apr-07 1:49
protectorChristian Graus27-Apr-07 1:49 
AnswerRe: Unique value generation? Pin
GregD29-Apr-07 1:59
GregD29-Apr-07 1:59 
QuestionRTB nuances Pin
Mike Hankey27-Apr-07 1:09
mveMike Hankey27-Apr-07 1:09 
AnswerRe: RTB nuances Pin
Arun.Immanuel27-Apr-07 1:33
Arun.Immanuel27-Apr-07 1:33 
GeneralRe: RTB nuances Pin
Mike Hankey27-Apr-07 7:06
mveMike Hankey27-Apr-07 7:06 
Questionformula for a crystal report Pin
rkherath27-Apr-07 0:44
rkherath27-Apr-07 0:44 
GeneralUgly Mess with Data Source Pin
Brady Kelly27-Apr-07 0:17
Brady Kelly27-Apr-07 0:17 
QuestionMacro to insert File header and function header in C# Pin
jayart27-Apr-07 0:09
jayart27-Apr-07 0:09 
AnswerRe: Macro to insert File header and function header in C# Pin
Christian Graus27-Apr-07 0:36
protectorChristian Graus27-Apr-07 0:36 
GeneralRe: Macro to insert File header and function header in C# Pin
jayart27-Apr-07 2:27
jayart27-Apr-07 2:27 
GeneralRe: Macro to insert File header and function header in C# Pin
Kevin McFarlane27-Apr-07 3:12
Kevin McFarlane27-Apr-07 3:12 
QuestionPlzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
EEmaan27-Apr-07 0:09
EEmaan27-Apr-07 0:09 
AnswerRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
Christian Graus27-Apr-07 0:40
protectorChristian Graus27-Apr-07 0:40 
GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
EEmaan27-Apr-07 0:48
EEmaan27-Apr-07 0:48 
GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
Arun.Immanuel27-Apr-07 1:22
Arun.Immanuel27-Apr-07 1:22 
GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
Christian Graus27-Apr-07 1:30
protectorChristian Graus27-Apr-07 1:30 
GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
Christian Graus27-Apr-07 1:23
protectorChristian Graus27-Apr-07 1:23 
OK, I remember this. I told you days ago what to do.

You can't do this. Because, when you close this form, you cause the Form2 instance to also be closed/disposed. Instead, make form1 and form2 user controls, put them both on the one form, and switch between them.

Also, for goodness sakes, use real variable names and not TreeView1 and Form2.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
EEmaan27-Apr-07 1:39
EEmaan27-Apr-07 1:39 
GeneralRe: Plzzzzzzzzzzzzzzzzzzzzzzzzzz Help in form closing Pin
Christian Graus27-Apr-07 1:50
protectorChristian Graus27-Apr-07 1:50 

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.