Windows Vista
Windows Forms
Visual Basic
Game Technologies
Windows Live
Visual Studio
Visual C#
Smart Device
Visual C++
Visual J#
Architecture
Visual FoxPro
VS Express Editions
Microsoft ISV
VS Team System
Software Development Network>> Windows Forms>> Passing variables between forms in VS2005
Passing variables between forms in VS2005
Hot Topic
WebBrowser background colour / border
MenuStrip and "joint" rectangle area color
ParamArray
DataGrid.GridLineStyle = DataGridLineStyle.None doesn't work
Stop Multiple Instances of Child Form
Resizing a user control
Using Win32 API to get mouse click
Databound ComboBox + Adding "Select" Item
Designtime and runtime Docking problem
Language Problem
Windows Forms
The .NET Framework Service service failed to start due to the following error
Table Control
How can Implement a string Collection Editor in a property Grid
WYSIWYG HTML Editor Control
Authentication with a WebService through WindowsForms
custom controls
Grouping Extender Provider properties in a Tree View manner
using MonthCalendar control as datepicker
MDI Parent/Child menus/behavior
Adding images to subitems in listview?
Passing variables between forms in VS2005
how do you send variables from one form to another in VS2005 apart from the public sub new method
Answer this question
Passing variables between forms in VS2005
MoFe
You can just declare the variable as shared and you can then access it from any form. Or better, you can create a public property to hold the value, set the value in one form and access in another.
Passing variables between forms in VS2005
Answer this question
Passing variables between forms in VS2005
MoFe