- May 21, 2004
- 3,901
- 1
- 76
I want to use a variable across to forms in Visual Basic (With in the same project, a variable from form 1 I need to use in form 2)
I think I can use the "friend" keyword, but does anyone know for sure?
If I can declare a variable as "friend" and use it in other forms within the same project, how do I call the function in the 2nd form?!?!? (what's the syntax)
tyia
I think I can use the "friend" keyword, but does anyone know for sure?
If I can declare a variable as "friend" and use it in other forms within the same project, how do I call the function in the 2nd form?!?!? (what's the syntax)
tyia
