Click here to Skip to main content
16,013,918 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Clear Contents of a NotePad Textfile Pin
Keshav V. Kamat24-Apr-07 16:57
Keshav V. Kamat24-Apr-07 16:57 
GeneralRe: How to Clear Contents of a NotePad Textfile Pin
xibeifeijian24-Apr-07 17:10
xibeifeijian24-Apr-07 17:10 
GeneralRe: How to Clear Contents of a NotePad Textfile Pin
zoroyster24-Apr-07 17:34
zoroyster24-Apr-07 17:34 
QuestionHow do you change Focus between Forms Pin
MarkSchultz24-Apr-07 12:25
MarkSchultz24-Apr-07 12:25 
AnswerRe: How do you change Focus between Forms Pin
MarkSchultz24-Apr-07 13:02
MarkSchultz24-Apr-07 13:02 
AnswerRe: How do you change Focus between Forms Pin
gshen24-Apr-07 13:07
gshen24-Apr-07 13:07 
GeneralRe: How do you change Focus between Forms Pin
MarkSchultz25-Apr-07 5:38
MarkSchultz25-Apr-07 5:38 
AnswerRe: How do you change Focus between Forms Pin
Keshav V. Kamat24-Apr-07 16:40
Keshav V. Kamat24-Apr-07 16:40 
formA obFormA = new formA();
obFormA.Show();


You can use the same to toggle between the forms or change the focus by showing or hiding any form, maybe while waiting for the server to show.
i.e. you can hide the formA and show the formB

Keshav Kamat Smile | :)
India

GeneralRe: How do you change Focus between Forms Pin
MarkSchultz25-Apr-07 5:35
MarkSchultz25-Apr-07 5:35 
QuestionHow to make a form unmovable? Pin
gshen24-Apr-07 10:39
gshen24-Apr-07 10:39 
AnswerRe: How to make a form unmovable? Pin
Dan Neely24-Apr-07 10:49
Dan Neely24-Apr-07 10:49 
GeneralRe: How to make a form unmovable? [modified] Pin
gshen24-Apr-07 10:56
gshen24-Apr-07 10:56 
AnswerRe: How to make a form unmovable? Pin
Mazdak24-Apr-07 11:49
Mazdak24-Apr-07 11:49 
GeneralRe: How to make a form unmovable? Pin
gshen24-Apr-07 12:44
gshen24-Apr-07 12:44 
GeneralRe: How to make a form unmovable? Pin
MoustafaS24-Apr-07 13:07
MoustafaS24-Apr-07 13:07 
GeneralRe: How to make a form unmovable? Pin
gshen24-Apr-07 13:13
gshen24-Apr-07 13:13 
GeneralANSWER: Re: How to make a form unmovable? Pin
Patrick Etc.24-Apr-07 15:20
Patrick Etc.24-Apr-07 15:20 
GeneralRe: ANSWER: Re: How to make a form unmovable? Pin
gshen25-Apr-07 6:21
gshen25-Apr-07 6:21 
AnswerRe: How to make a form unmovable? Pin
MoustafaS24-Apr-07 12:58
MoustafaS24-Apr-07 12:58 
GeneralRe: How to make a form unmovable? Pin
gshen24-Apr-07 13:02
gshen24-Apr-07 13:02 
QuestionAuthenticate windows local account without using active directory! Pin
Adeel Chaudhry24-Apr-07 10:34
Adeel Chaudhry24-Apr-07 10:34 
QuestionQuestion about RichTextBox Pin
Adobe200724-Apr-07 10:24
Adobe200724-Apr-07 10:24 
AnswerRe: Question about RichTextBox Pin
Patrick Etc.24-Apr-07 15:25
Patrick Etc.24-Apr-07 15:25 
GeneralRe: Question about RichTextBox Pin
Adobe200724-Apr-07 17:19
Adobe200724-Apr-07 17:19 
GeneralRe: Question about RichTextBox Pin
7124-Apr-07 18:57
7124-Apr-07 18:57 

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.