Click here to Skip to main content
15,920,632 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to sort images in column of datagridview Pin
goldenchance8-Jul-07 21:12
goldenchance8-Jul-07 21:12 
QuestionDataGridViewControl Pin
sangramkp6-Jul-07 0:40
sangramkp6-Jul-07 0:40 
QuestionHow to make data from one form available to another Pin
I.explore.code6-Jul-07 0:38
I.explore.code6-Jul-07 0:38 
AnswerRe: How to make data from one form available to another Pin
rah_sin6-Jul-07 0:47
professionalrah_sin6-Jul-07 0:47 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:55
protectorChristian Graus6-Jul-07 0:55 
QuestionRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:01
I.explore.code6-Jul-07 1:01 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:35
protectorChristian Graus6-Jul-07 1:35 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:56
protectorChristian Graus6-Jul-07 0:56 
I assume they are not called that....

If you want to pass data from form1 to form2, pass it through the constructor or through properties, if you want to pass data from the child to the parent, set up delegate methods to do so. Whatever you do, set up the smallest scope properties you can, i.e. set up a string property to set the text of a textbox, rather than making the textbox itself public.

Christian Graus - Microsoft MVP - C++

"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: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:05
I.explore.code6-Jul-07 1:05 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:36
protectorChristian Graus6-Jul-07 1:36 
GeneralRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:13
I.explore.code6-Jul-07 1:13 
AnswerRe: How to make data from one form available to another Pin
Giorgi Dalakishvili6-Jul-07 1:11
mentorGiorgi Dalakishvili6-Jul-07 1:11 
AnswerRe: How to make data from one form available to another Pin
Chintan.Desai6-Jul-07 2:26
Chintan.Desai6-Jul-07 2:26 
QuestionMultiple Instance Closure Pin
ramdil6-Jul-07 0:25
ramdil6-Jul-07 0:25 
AnswerRe: Multiple Instance Closure Pin
Pete O'Hanlon6-Jul-07 1:06
mvePete O'Hanlon6-Jul-07 1:06 
GeneralRe: Multiple Instance Closure Pin
ramdil6-Jul-07 8:52
ramdil6-Jul-07 8:52 
QuestionC# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:40
mercenary015-Jul-07 23:40 
AnswerRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:46
Martin#5-Jul-07 23:46 
GeneralRe: C# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:50
mercenary015-Jul-07 23:50 
GeneralRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:52
Martin#5-Jul-07 23:52 
GeneralRe: C# how to get mouseover pos on a picture Pin
mercenary016-Jul-07 0:07
mercenary016-Jul-07 0:07 
GeneralRe: C# how to get mouseover pos on a picture Pin
Martin#6-Jul-07 1:45
Martin#6-Jul-07 1:45 
AnswerRe: C# how to get mouseover pos on a picture Pin
rah_sin5-Jul-07 23:48
professionalrah_sin5-Jul-07 23:48 
Questionapp.exe..config and application settings Pin
peterchen5-Jul-07 23:28
peterchen5-Jul-07 23:28 
AnswerRe: app.exe..config and application settings Pin
Christian Graus5-Jul-07 23:34
protectorChristian Graus5-Jul-07 23:34 

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.