G
Guest
Hi
I wanted to create a variable that can be used as a flag throughout my application
Can anyone tell me how i can create this global varible. Im confused as to how these work I tried...
Public Shared MyVariable as Boolea
and i tried to us
Friend Shared myVariable as Boolea
I wrote these in form1 and then i tried accessing the variable in form2, however i got a message stating the varibale has not been declared. Can anyone please explain to me what im doin wrong??
Many thx
I wanted to create a variable that can be used as a flag throughout my application
Can anyone tell me how i can create this global varible. Im confused as to how these work I tried...
Public Shared MyVariable as Boolea
and i tried to us
Friend Shared myVariable as Boolea
I wrote these in form1 and then i tried accessing the variable in form2, however i got a message stating the varibale has not been declared. Can anyone please explain to me what im doin wrong??
Many thx