Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: a query Pin
Nekshan19-Feb-07 22:01
Nekshan19-Feb-07 22:01 
GeneralRe: a query Pin
Sandeep Akhare19-Feb-07 22:20
Sandeep Akhare19-Feb-07 22:20 
QuestionStopping a Thread Pin
nasambur19-Feb-07 20:22
nasambur19-Feb-07 20:22 
QuestionHow to send back value to the Main WinForm? [modified] Pin
Khoramdin19-Feb-07 20:07
Khoramdin19-Feb-07 20:07 
AnswerRe: How to send back value to the Main WinForm? Pin
Martin#19-Feb-07 20:49
Martin#19-Feb-07 20:49 
GeneralRe: How to send back value to the Main WinForm? Pin
Khoramdin20-Feb-07 9:42
Khoramdin20-Feb-07 9:42 
GeneralRe: How to send back value to the Main WinForm? Pin
Martin#20-Feb-07 20:37
Martin#20-Feb-07 20:37 
AnswerRe: How to send back value to the Main WinForm? Pin
Rhys Gravell19-Feb-07 20:53
professionalRhys Gravell19-Feb-07 20:53 
Look at the ShowDialog method of a form for opening a Modal Dialog
<br />
using (MyForm myForm = new MyForm())<br />
{<br />
	myForm.ShowDialog();<br />
}<br />

...and overloading the form constructor and/or return to provide the data you want.


Rhys

ELYSIUM, n. An imaginary delightful country which the ancients foolishly believed to be inhabited by the spirits of the good. This ridiculous and mischievous fable was swept off the face of the earth by the early Christians -- may their souls be happy in Heaven!

Ambrose Bierce (1842 - 1914)


Behind every argument is someone's ignorance.

Louis D. Brandeis (1856 - 1941)

Questiona query [modified] Pin
Nekshan19-Feb-07 19:51
Nekshan19-Feb-07 19:51 
AnswerRe: a query Pin
virendra patel19-Feb-07 20:05
virendra patel19-Feb-07 20:05 
GeneralRe: a query [modified] Pin
Nekshan19-Feb-07 20:39
Nekshan19-Feb-07 20:39 
AnswerRe: a query Pin
Sandeep Akhare19-Feb-07 20:08
Sandeep Akhare19-Feb-07 20:08 
GeneralRe: a query Pin
Nekshan19-Feb-07 20:16
Nekshan19-Feb-07 20:16 
GeneralRe: a query Pin
Sandeep Akhare19-Feb-07 20:22
Sandeep Akhare19-Feb-07 20:22 
AnswerRe: a query Pin
NanaAM19-Feb-07 20:11
NanaAM19-Feb-07 20:11 
GeneralRe: a query Pin
Nekshan19-Feb-07 20:17
Nekshan19-Feb-07 20:17 
GeneralRe: a query Pin
virendra patel19-Feb-07 20:34
virendra patel19-Feb-07 20:34 
AnswerRe: a query Pin
NanaAM19-Feb-07 21:56
NanaAM19-Feb-07 21:56 
AnswerRe: a query Pin
Russell Jones19-Feb-07 22:22
Russell Jones19-Feb-07 22:22 
QuestionError window Pin
hiremath7119-Feb-07 19:49
hiremath7119-Feb-07 19:49 
AnswerRe: Error window Pin
NanaAM19-Feb-07 20:15
NanaAM19-Feb-07 20:15 
GeneralRe: Error window Pin
hiremath7120-Feb-07 19:41
hiremath7120-Feb-07 19:41 
QuestionConvert PDF file to Word File Pin
Member 126126919-Feb-07 19:24
Member 126126919-Feb-07 19:24 
Questionwindow service Pin
atulonweb@hotmail.com19-Feb-07 18:10
atulonweb@hotmail.com19-Feb-07 18:10 
AnswerRe: window service Pin
mike montagne19-Feb-07 18:35
mike montagne19-Feb-07 18:35 

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.