I have few form classes, A B C D E, etc, one may call another then and there.
The MDI form may instantiate child forms at will.
I wanted to have few global variables across all forms and classes.
How can I have a global variable common to all forms
Again, Visual C++ 2003 example would help me a lot.
Thanks,
Jil.

How can I have a global variable common to all forms?
ajp
Thanks,
Jil.
Rajkumar Muthukumar
Public variable As YourTipe
I think it make the variable accesible for all your project.
Kent15243
I am seeing public: static String in msdn.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore98/html/_langref_static.asp
Thanks EZanker,
Jil.
UnRusoDeCaracas