Game Technologies
VS Express Editions
Visual FoxPro
Visual Basic
Microsoft ISV
Visual C++
Windows Vista
Visual C#
Visual Studio
SQL Server
VS Team System
Visual J#
Windows Forms
Windows Live
.NET Development
Software Development Network>> Windows Forms>> Variabels
Variabels
Hot Topic
Can't add new animals ..
Webbrowser controls doesn't work on Windows XP SP2
Run-time,design-time component
Adding Multiple column headers for datagridview Control
Sort DateTime-String in a DataGrid
FlatAppearance.BorderSize suppose to be in pixels?
help me
Implementing RadioButton Clone
DataGridView - skip columns with the tab key or arrow keys
.Net & win98
Windows Forms
confusing question
Passwords
Application.Exit
How to get the correct value for DataGrid.Select(index) after DataView.Sort
Combobox data retrieval errror
Easiest way to populate new DataGridView Row with previous row values?
global mouse hooks in .net
Non-responsive IExplorer 6.0
ContextMenuStrip Problems
PreferredSize
Variabels
I have two forms and one of them have a label, soo i need pass the information in that label to the other form, how can i do that
Answer this question
Variabels
Ertekin
The fisrt form will ask the value, soo then i need put it on a class and get it in the second form.
How can i do it
Rafael Rivera
setup a Public Property on the second form and set it from the first form before you actually show the second form
KerryK
you could put the value in a public shared variable in some class.
you could pass it through the constructor when you load up your new form.
you could set the value on a public property on your new form.
etc
Variabels
Answer this question
Variabels
Ertekin
How can i do it
Rafael Rivera
KerryK
you could pass it through the constructor when you load up your new form.
you could set the value on a public property on your new form.
etc