|
-
Nov 15th, 2001, 12:00 PM
#1
Thread Starter
New Member
how to declare global variable and check number of instances of a form
Hi I have started using VB.net just recently.
I am trying to implement a global variable that can be called by different forms , may i know how do i do that ?
And is there any way to detect how many instances of a particular form class is instantiated ?
Thank you =)
-
Nov 15th, 2001, 12:09 PM
#2
You can still add a Module to your project (on the Project menu) and declare any variable there as Public.
-
Nov 15th, 2001, 09:00 PM
#3
Thread Starter
New Member
Thank you very much =)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|