When the Form1 gets instantiated at startup, what is its name? How do i access variables in Form1 from other forms?
Printable View
When the Form1 gets instantiated at startup, what is its name? How do i access variables in Form1 from other forms?
Forms in VB.NET objects created from classes. So to access another object's data from one object the object needs to know about the existence of that Form Object.
Here is a nice tutorial that explains how to use Forms in VB.NET
http://www.devcity.net/Articles/94/multipleforms.aspx
Don't create duplicate threads.
one topic = one thread
one thread = one topic
Pretty simple.
Thanks for the link!Quote:
Originally Posted by Shuja Ali