Hi, I am new to vb6.
I have some code written in the form load. the first time when I call the form, the code inside form load will activate.
After I have complete the form and return to main menu, the 2nd time when I call the form, it does not trigger the code in the form load, I put a debugging point on the code in the form load, but it not trigger, any idea what wrong ?
I have some code written in the form load. the first time when I call the form, the code inside form load will activate.
After I have complete the form and return to main menu, the 2nd time when I call the form, it does not trigger the code in the form load, I put a debugging point on the code in the form load, but it not trigger, any idea what wrong ?
Comment