Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET reentrant library Pin
objectiveal12-Feb-06 23:12
objectiveal12-Feb-06 23:12 
QuestionOk, riddle me this! Pin
leppie7-Feb-06 4:49
leppie7-Feb-06 4:49 
AnswerRe: Ok, riddle me this! Pin
Nick Parker7-Feb-06 5:05
protectorNick Parker7-Feb-06 5:05 
GeneralRe: Ok, riddle me this! Pin
leppie7-Feb-06 5:13
leppie7-Feb-06 5:13 
GeneralRe: Ok, riddle me this! Pin
Nick Parker7-Feb-06 5:30
protectorNick Parker7-Feb-06 5:30 
GeneralRe: Ok, riddle me this! Pin
leppie7-Feb-06 9:30
leppie7-Feb-06 9:30 
Questionsql server credentials Pin
Dimitris Iliopoulos7-Feb-06 4:46
Dimitris Iliopoulos7-Feb-06 4:46 
QuestionPassing handles of one form to another Pin
spin vector7-Feb-06 4:41
spin vector7-Feb-06 4:41 
Hi, I have a principal class with properties and a GUI form. The menu on the form allows the user to pull-up a second form to input property values. How can I transfer the property values (text-box inputs) from the second form to the properties of the first class.

I've tried from the principal class (in menu-event code)

Form_params fp = new Form_params();
fp.ShowDialog(this);

so I pass 'this' to the next class. Is this right and how do I access the handle in the second class?

Thanks,
-Jay
AnswerRe: Passing handles of one form to another Pin
Dave Kreskowiak7-Feb-06 5:07
mveDave Kreskowiak7-Feb-06 5:07 
AnswerRe: Passing handles of one form to another Pin
jinzhecheng8-Feb-06 9:41
jinzhecheng8-Feb-06 9:41 
QuestionQuery a dataset or datatable Pin
venkatdc7-Feb-06 4:18
venkatdc7-Feb-06 4:18 
Questionerror massage after deploying program.. Pin
gongolina7-Feb-06 3:23
gongolina7-Feb-06 3:23 
AnswerRe: error massage after deploying program.. Pin
J4amieC7-Feb-06 3:31
J4amieC7-Feb-06 3:31 
QuestionFTP Client connection refused Pin
nickmacon7-Feb-06 3:14
nickmacon7-Feb-06 3:14 
AnswerRe: FTP Client connection refused Pin
leppie7-Feb-06 3:35
leppie7-Feb-06 3:35 
GeneralRe: FTP Client connection refused Pin
nickmacon7-Feb-06 5:30
nickmacon7-Feb-06 5:30 
QuestionWriting a save command to save on a particualr part Pin
Dave McCool7-Feb-06 2:46
Dave McCool7-Feb-06 2:46 
AnswerRe: Writing a save command to save on a particualr part Pin
leppie7-Feb-06 3:25
leppie7-Feb-06 3:25 
AnswerRe: Writing a save command to save on a particualr part Pin
Dave Kreskowiak7-Feb-06 4:21
mveDave Kreskowiak7-Feb-06 4:21 
QuestionLogon code Pin
Dave McCool7-Feb-06 2:29
Dave McCool7-Feb-06 2:29 
AnswerRe: Logon code Pin
J4amieC7-Feb-06 3:15
J4amieC7-Feb-06 3:15 
QuestionWhat does any application require? Pin
Dave McCool7-Feb-06 2:25
Dave McCool7-Feb-06 2:25 
AnswerRe: What does any application require? Pin
J4amieC7-Feb-06 3:13
J4amieC7-Feb-06 3:13 
AnswerRe: What does any application require? Pin
Dave Kreskowiak7-Feb-06 4:17
mveDave Kreskowiak7-Feb-06 4:17 
AnswerRe: What does any application require? Pin
Dave McCool26-Feb-06 23:59
Dave McCool26-Feb-06 23:59 

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.