Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox find text Pin
Patrick Etc.24-Apr-07 18:02
Patrick Etc.24-Apr-07 18:02 
AnswerRe: RichTextBox find text Pin
Adobe200724-Apr-07 18:13
Adobe200724-Apr-07 18:13 
GeneralRe: RichTextBox find text Pin
Arun.Immanuel24-Apr-07 18:34
Arun.Immanuel24-Apr-07 18:34 
GeneralRe: RichTextBox find text Pin
Adobe200724-Apr-07 18:38
Adobe200724-Apr-07 18:38 
GeneralRe: RichTextBox find text Pin
Arun.Immanuel24-Apr-07 18:46
Arun.Immanuel24-Apr-07 18:46 
GeneralRe: RichTextBox find text Pin
Sathesh Sakthivel24-Apr-07 19:00
Sathesh Sakthivel24-Apr-07 19:00 
GeneralRe: RichTextBox find text Pin
Arun.Immanuel24-Apr-07 19:05
Arun.Immanuel24-Apr-07 19:05 
GeneralRe: RichTextBox find text Pin
Adobe200724-Apr-07 19:12
Adobe200724-Apr-07 19:12 
GeneralRe: RichTextBox find text Pin
Sathesh Sakthivel24-Apr-07 19:37
Sathesh Sakthivel24-Apr-07 19:37 
QuestionBindingSource question, help me Pin
phantanagu24-Apr-07 17:06
phantanagu24-Apr-07 17:06 
AnswerRe: BindingSource question, help me Pin
Rocky#24-Apr-07 19:35
Rocky#24-Apr-07 19:35 
QuestionLooking for some regular expressions to match the File/Folder path Pin
xibeifeijian24-Apr-07 16:18
xibeifeijian24-Apr-07 16:18 
AnswerRe: Looking for some regular expressions to match the File/Folder path Pin
Rocky#24-Apr-07 19:44
Rocky#24-Apr-07 19:44 
GeneralRe: Looking for some regular expressions to match the File/Folder path Pin
xibeifeijian24-Apr-07 20:02
xibeifeijian24-Apr-07 20:02 
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 

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.