Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.Drawing Pin
Judah Gabriel Himango7-Feb-07 16:23
sponsorJudah Gabriel Himango7-Feb-07 16:23 
QuestionReg. exe file icon Pin
Sri harini7-Feb-07 15:40
Sri harini7-Feb-07 15:40 
QuestionHow to pass reference Pin
Member 38068457-Feb-07 14:58
Member 38068457-Feb-07 14:58 
AnswerRe: How to pass reference Pin
Christian Graus7-Feb-07 15:11
protectorChristian Graus7-Feb-07 15:11 
AnswerRe: How to pass reference Pin
sysrev8-Feb-07 0:39
sysrev8-Feb-07 0:39 
Questionform.close() not working Pin
red60mans7-Feb-07 14:13
red60mans7-Feb-07 14:13 
AnswerRe: form.close() not working Pin
Christian Graus7-Feb-07 14:33
protectorChristian Graus7-Feb-07 14:33 
GeneralRe: form.close() not working Pin
red60mans7-Feb-07 14:58
red60mans7-Feb-07 14:58 
Form1 is shown from from Main as follows

main()
{

Application.Run(new Form1());
}




buttonClick event on form1
{

Form1 f = new Form1();
f.Close();

Form2 r = new Form2();
r.Visible = true;
)

This ia modeless form and also am not using any mdi forms concept
I tried r.show() also
its not working



yojimbo
GeneralRe: form.close() not working Pin
Luc Pattyn7-Feb-07 15:04
sitebuilderLuc Pattyn7-Feb-07 15:04 
GeneralRe: form.close() not working Pin
Christian Graus7-Feb-07 15:14
protectorChristian Graus7-Feb-07 15:14 
GeneralRe: form.close() not working Pin
Christian Graus7-Feb-07 15:15
protectorChristian Graus7-Feb-07 15:15 
QuestionRe: form.close() not working Pin
red60mans7-Feb-07 17:24
red60mans7-Feb-07 17:24 
AnswerRe: form.close() not working Pin
ShermansLagoon7-Feb-07 21:00
ShermansLagoon7-Feb-07 21:00 
AnswerRe: form.close() not working Pin
Christian Graus7-Feb-07 21:09
protectorChristian Graus7-Feb-07 21:09 
QuestionSpace Elevator Problem Pin
Member 38066887-Feb-07 13:34
Member 38066887-Feb-07 13:34 
AnswerRe: Space Elevator Problem Pin
Dave Kreskowiak7-Feb-07 14:09
mveDave Kreskowiak7-Feb-07 14:09 
AnswerRe: Space Elevator Problem [modified] Pin
Not Active7-Feb-07 14:11
mentorNot Active7-Feb-07 14:11 
GeneralRe: Space Elevator Problem Pin
Christian Graus7-Feb-07 14:16
protectorChristian Graus7-Feb-07 14:16 
GeneralRe: Space Elevator Problem Pin
Not Active7-Feb-07 14:23
mentorNot Active7-Feb-07 14:23 
AnswerRe: Space Elevator Problem Pin
Christian Graus7-Feb-07 14:15
protectorChristian Graus7-Feb-07 14:15 
QuestionLeave event not firing Pin
kumar.bs7-Feb-07 13:32
kumar.bs7-Feb-07 13:32 
AnswerRe: Leave event not firing Pin
Dave Kreskowiak7-Feb-07 14:05
mveDave Kreskowiak7-Feb-07 14:05 
GeneralRe: Leave event not firing Pin
kumar.bs7-Feb-07 14:27
kumar.bs7-Feb-07 14:27 
QuestionListbox Help Pin
Saamir7-Feb-07 12:07
Saamir7-Feb-07 12:07 
QuestionDeep copy and shallow copy with List<> [modified] Pin
jeffb427-Feb-07 10:51
jeffb427-Feb-07 10:51 

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.