Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
RantRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Dan Neely19-Sep-08 3:46
Dan Neely19-Sep-08 3:46 
GeneralRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Colin Angus Mackay19-Sep-08 5:13
Colin Angus Mackay19-Sep-08 5:13 
AnswerRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Harvey Saayman19-Sep-08 4:20
Harvey Saayman19-Sep-08 4:20 
AnswerRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
jzonthemtn19-Sep-08 8:02
jzonthemtn19-Sep-08 8:02 
GeneralRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Scott Dorman19-Sep-08 10:33
professionalScott Dorman19-Sep-08 10:33 
GeneralRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
jzonthemtn19-Sep-08 11:42
jzonthemtn19-Sep-08 11:42 
AnswerRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Scott Dorman19-Sep-08 10:34
professionalScott Dorman19-Sep-08 10:34 
QuestionInvoke windows form Pin
Ethen19-Sep-08 2:07
Ethen19-Sep-08 2:07 
Hi,

I have created a simple C# application that has a Windows form. The form contains a richtextbox and a button. I want that at run time, when I type something in the text box and click after that on the button, another form should pops up. Is it possible??

If yes, then any assistance would be appreciated. I have also added another form but dnt know how to add it in the button_click().Please let me know if you need further info.

<pre>
private void richTextBox1_TextChanged(object sender, EventArgs e)
{


toolStripButton8_Click(null, null);

}

private void toolStripButton8_Click(object sender, EventArgs e)
{
toolStripButton8.Click += new EventHandler(toolStripButton8_Click1);

}

void toolStripButton8_Click1(object sender, EventArgs e)
{

//Load Form2 here

}

</pre>

Regards
Ethen
AnswerRe: Invoke windows form Pin
Giorgi Dalakishvili19-Sep-08 2:33
mentorGiorgi Dalakishvili19-Sep-08 2:33 
GeneralRe: Invoke windows form Pin
Ethen23-Sep-08 21:22
Ethen23-Sep-08 21:22 
GeneralRe: Invoke windows form Pin
Giorgi Dalakishvili23-Sep-08 21:26
mentorGiorgi Dalakishvili23-Sep-08 21:26 
GeneralRe: Invoke windows form Pin
Ethen23-Sep-08 21:30
Ethen23-Sep-08 21:30 
QuestionI need to Set Focus of ComboBox When User Click on TextBox Pin
Chetan Patel19-Sep-08 0:41
Chetan Patel19-Sep-08 0:41 
AnswerRe: I need to Set Focus of ComboBox When User Click on TextBox Pin
stancrm19-Sep-08 1:04
stancrm19-Sep-08 1:04 
Questionhashtable problem Pin
Mogaambo19-Sep-08 0:16
Mogaambo19-Sep-08 0:16 
AnswerRe: hashtable problem Pin
leppie19-Sep-08 0:38
leppie19-Sep-08 0:38 
Answerhashtable problem Pin
Chetan Patel19-Sep-08 0:43
Chetan Patel19-Sep-08 0:43 
AnswerRe: hashtable problem Pin
Pete O'Hanlon19-Sep-08 2:32
mvePete O'Hanlon19-Sep-08 2:32 
AnswerRe: hashtable problem Pin
Guffa19-Sep-08 2:34
Guffa19-Sep-08 2:34 
QuestionReason for System.StackOverflowException Pin
tauras8119-Sep-08 0:06
tauras8119-Sep-08 0:06 
AnswerRe: Reason for System.StackOverflowException Pin
J4amieC19-Sep-08 0:15
J4amieC19-Sep-08 0:15 
AnswerRe: Reason for System.StackOverflowException Pin
Chetan Patel19-Sep-08 0:46
Chetan Patel19-Sep-08 0:46 
QuestionPrintPageEventHandler issue Pin
laziale18-Sep-08 23:41
laziale18-Sep-08 23:41 
QuestionStoring data in DataTable Pin
Muammar©18-Sep-08 23:12
Muammar©18-Sep-08 23:12 
AnswerThe other way round Pin
Muammar©19-Sep-08 0:44
Muammar©19-Sep-08 0:44 

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.