Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to set property of controls of one form from onother form[s] ? Pin
hdv2128-Feb-06 1:09
hdv2128-Feb-06 1:09 
GeneralRe: how to set property of controls of one form from onother form[s] ? Pin
Ingo8-Feb-06 2:23
Ingo8-Feb-06 2:23 
Questionwant to oepn a web page through desktop Pin
raheeli7-Feb-06 23:19
raheeli7-Feb-06 23:19 
AnswerRe: want to oepn a web page through desktop Pin
Ingo7-Feb-06 23:24
Ingo7-Feb-06 23:24 
AnswerRe: want to oepn a web page through desktop Pin
Ingo7-Feb-06 23:49
Ingo7-Feb-06 23:49 
Questionhide form using the close button Pin
Mridang Agarwalla7-Feb-06 23:11
Mridang Agarwalla7-Feb-06 23:11 
AnswerRe: hide form using the close button Pin
raheeli7-Feb-06 23:15
raheeli7-Feb-06 23:15 
AnswerRe: hide form using the close button Pin
Ingo7-Feb-06 23:16
Ingo7-Feb-06 23:16 
You should catch the FormClosing event (under Net 1.1 it's just calledc closing event I think):

<br />
private void FormTest_FormClosing(object sender, FormClosingEventArgs e) {<br />
  e.Cancel = true;<br />
  this.Hide();<br />
}<br />


Greetings,
Ingo

------------------------------
A bug in a Microsoft Product? No! It's not a bug it's an undocumented feature!
GeneralRe: hide form using the close button Pin
Mridang Agarwalla7-Feb-06 23:41
Mridang Agarwalla7-Feb-06 23:41 
GeneralRe: hide form using the close button Pin
Ingo8-Feb-06 0:00
Ingo8-Feb-06 0:00 
GeneralRe: hide form using the close button Pin
Mridang Agarwalla8-Feb-06 0:31
Mridang Agarwalla8-Feb-06 0:31 
JokeRe: hide form using the close button Pin
Ingo8-Feb-06 2:09
Ingo8-Feb-06 2:09 
GeneralRe: hide form using the close button Pin
Saravanan_article8-Feb-06 16:52
Saravanan_article8-Feb-06 16:52 
QuestionRedirect to the online web page Pin
raheeli7-Feb-06 22:51
raheeli7-Feb-06 22:51 
QuestionLeft-Click a Button Pin
Dave McCool7-Feb-06 22:27
Dave McCool7-Feb-06 22:27 
AnswerRe: Left-Click a Button Pin
Ingo7-Feb-06 22:57
Ingo7-Feb-06 22:57 
GeneralRe: Left-Click a Button Pin
Dave McCool8-Feb-06 2:06
Dave McCool8-Feb-06 2:06 
GeneralRe: Left-Click a Button Pin
Ingo8-Feb-06 2:26
Ingo8-Feb-06 2:26 
GeneralRe: Left-Click a Button Pin
Dave McCool9-Feb-06 0:35
Dave McCool9-Feb-06 0:35 
GeneralRe: Left-Click a Button Pin
Dave McCool26-Feb-06 22:08
Dave McCool26-Feb-06 22:08 
QuestionHow to place images in the ListBox items? Pin
Saravanan_article7-Feb-06 22:13
Saravanan_article7-Feb-06 22:13 
AnswerRe: How to place images in the ListBox items? Pin
Libor Tinka7-Feb-06 23:27
Libor Tinka7-Feb-06 23:27 
GeneralRe: How to place images in the ListBox items? Pin
Saravanan_article7-Feb-06 23:44
Saravanan_article7-Feb-06 23:44 
QuestionIP Lookup Pin
quocbao7-Feb-06 21:52
quocbao7-Feb-06 21:52 
AnswerRe: IP Lookup Pin
Mridang Agarwalla7-Feb-06 23:39
Mridang Agarwalla7-Feb-06 23:39 

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.