Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
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 
Hi,

I attempting to build an applications where I have three forms. MainForm, FormA, and FormB.

MainForm simply has a single button (for now) that pops FormA and FormB.

private void button1_Click(object sender, EventArgs e)
{
formA.Show();
formB.Show();
}

What I'm trying to do is have focus automatically change between FormA and FormB dependant on the users actions. IE. the user enters data on FormA, presses submit. While FormA is waiting for an answer from the server, and want focus to change to FormB so the user can continue to work.

any clues on how do to this in C# ? (using Visual Studios 2005)
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 
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 
Questionsending class objects over netowks [modified] Pin
_tasleem24-Apr-07 9:05
_tasleem24-Apr-07 9:05 
AnswerRe: sending class objects over netowks Pin
Patrick Etc.24-Apr-07 15:26
Patrick Etc.24-Apr-07 15:26 

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.