Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Getting images from an RTF file Pin
sarabjs21-Sep-08 20:07
sarabjs21-Sep-08 20:07 
QuestionHow can I prevent closing WinApp even with Windows Task Manager ? Pin
Mohammad Dayyan19-Sep-08 2:35
Mohammad Dayyan19-Sep-08 2:35 
AnswerRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Simon P Stevens19-Sep-08 2:47
Simon P Stevens19-Sep-08 2:47 
AnswerRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
J4amieC19-Sep-08 2:50
J4amieC19-Sep-08 2:50 
GeneralRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Mohammad Dayyan19-Sep-08 2:52
Mohammad Dayyan19-Sep-08 2:52 
General[Message Deleted] Pin
J4amieC19-Sep-08 3:03
J4amieC19-Sep-08 3:03 
GeneralRe: How can I prevent closing WinApp even with Windows Task Manager ? Pin
Mohammad Dayyan19-Sep-08 3:08
Mohammad Dayyan19-Sep-08 3:08 
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 

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.