Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing values to forms
Message
From
16/05/2002 10:54:26
 
 
To
15/05/2002 21:50:41
Ron Hodge
Sebrex Systems, Inc.
Dacula, Georgia, United States
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00657241
Message ID:
00657470
Views:
29
>What's the best way to pass values between Windows forms in vb.net?

When you create the form, you should just be able to pass parameters to its constructor. When you create the form, you also have an object reference to it from teh original form, you shoudl be able to set any public properties or call any methods of the second form at that point.

You can also pass an object reference from the calling form to the called form, if that helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform