Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a value
Message
From
30/11/2004 10:32:57
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Return a value
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
00965710
Message ID:
00965710
Views:
47
I know this is easy, but I can't seem to get it right so.....

I have a form that calls a second form.

testx = "help";
Form2 frmnumpad = new Form2(testx);
frmnumpad.ShowDialog();
MessageBox.Show(testx);

this does fine. The value in variable "testx" is passed to the new form and it shows up there without a problem. I want to enter some data into a textbox on the new form, then return that entry into "testx" and see it back on the calling form.

I know how to do this in VFP easy enough, but seem to be having a brain lock on this one.

Any help would be appreciated.

thanks

Alan Wyne
Next
Reply
Map
View

Click here to load this message in the networking platform