i have 4-5 forms...all of them are called by each other by some or other procedure...now i want to initialize an variable with an integer value only when my program starts....
my problem is where ever i declare the variable...the form gets called and the variable gets re-initialized...
or
can i declare my integer variable globally and initialize it with a value???
dim globalvariable as integer = 5
gives an error....
i might sound naive...but just hav got stuck on this..
Plz help....