Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
AnswerRe: Messagebox to return a variable Pin
Christian Graus19-Feb-07 22:51
protectorChristian Graus19-Feb-07 22:51 
GeneralRe: Messagebox to return a variable Pin
Glen Harvy20-Feb-07 1:35
Glen Harvy20-Feb-07 1:35 
AnswerRe: Messagebox to return a variable Pin
PandemoniumPasha19-Feb-07 22:52
PandemoniumPasha19-Feb-07 22:52 
GeneralRe: Messagebox to return a variable Pin
Christian Graus19-Feb-07 22:55
protectorChristian Graus19-Feb-07 22:55 
GeneralRe: Messagebox to return a variable [modified] Pin
Glen Harvy20-Feb-07 1:36
Glen Harvy20-Feb-07 1:36 
Questiona query Pin
Nekshan19-Feb-07 22:36
Nekshan19-Feb-07 22:36 
AnswerRe: a query Pin
PandemoniumPasha19-Feb-07 22:48
PandemoniumPasha19-Feb-07 22:48 
AnswerRe: a query Pin
Christian Graus19-Feb-07 22:54
protectorChristian Graus19-Feb-07 22:54 
The obvious way is to pass it in, as someone said. The drawback of using statics is, it means you can only have one instance of that form. The best way to communicate from form2 back to form1 is a delegate.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: a query Pin
V.19-Feb-07 23:49
professionalV.19-Feb-07 23:49 
GeneralRe: a query Pin
Colin Angus Mackay19-Feb-07 23:50
Colin Angus Mackay19-Feb-07 23:50 
GeneralRe: a query Pin
Christian Graus20-Feb-07 10:59
protectorChristian Graus20-Feb-07 10:59 
AnswerRe: a query Pin
virendra patel19-Feb-07 22:56
virendra patel19-Feb-07 22:56 
GeneralRe: a query Pin
V.19-Feb-07 23:48
professionalV.19-Feb-07 23:48 
GeneralRe: a query Pin
Christian Graus20-Feb-07 11:03
protectorChristian Graus20-Feb-07 11:03 
GeneralRe: a query Pin
V.20-Feb-07 20:04
professionalV.20-Feb-07 20:04 
AnswerRe: a query Pin
V.19-Feb-07 23:47
professionalV.19-Feb-07 23:47 
AnswerRe: a query Pin
Colin Angus Mackay19-Feb-07 23:49
Colin Angus Mackay19-Feb-07 23:49 
GeneralRe: a query [modified] Pin
Nekshan21-Feb-07 0:13
Nekshan21-Feb-07 0:13 
AnswerRe: a query Pin
Guffa20-Feb-07 8:07
Guffa20-Feb-07 8:07 
QuestionPrinting in C# Pin
RichardContact-119-Feb-07 22:09
RichardContact-119-Feb-07 22:09 
Questionlist view with combobox Pin
Sunshine Always19-Feb-07 22:07
Sunshine Always19-Feb-07 22:07 
QuestionRichtextbox gets cleared [modified] Pin
Dominic Victor19-Feb-07 21:40
Dominic Victor19-Feb-07 21:40 
Questioncustom control Pin
md_refay19-Feb-07 21:01
md_refay19-Feb-07 21:01 
AnswerRe: custom control Pin
Martin#19-Feb-07 21:45
Martin#19-Feb-07 21:45 
AnswerRe: custom control Pin
Stefan Troschuetz19-Feb-07 22:12
Stefan Troschuetz19-Feb-07 22:12 

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.