Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
QuestionError 4 Expected class, delegate, enum, interface, or struct Pin
m0dernist24-Apr-07 16:00
m0dernist24-Apr-07 16:00 
AnswerRe: Error 4 Expected class, delegate, enum, interface, or struct Pin
xibeifeijian24-Apr-07 16:24
xibeifeijian24-Apr-07 16:24 
GeneralRe: Error 4 Expected class, delegate, enum, interface, or struct Pin
Christian Graus24-Apr-07 17:39
protectorChristian Graus24-Apr-07 17:39 
QuestionHow to Clear Contents of a NotePad Textfile Pin
zoroyster24-Apr-07 15:48
zoroyster24-Apr-07 15:48 
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 
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 

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.