where and how to declare global variable in vb2005 ?

  • Thread starter Thread starter lokesh kumar
  • Start date Start date
where and how to declare global variable in vb2005 ?

Well, you'd want a Shared variable, preferrably private with a public
property round it.

However, I suggest that you ask VB questions in a VB group rather than
a C# one...

Jon
 
Back
Top