I have a visual basic 6 project with two forms?
Yet they can not share variables. I have declared the variables as public in declarations but it makes no difference. At run time I go from one form to another using the frm1.hide frm2.show block of code and when I get there frm2 I can't use the variable. Please help.
|