Hi
I have a form (vb6) that is Loaded in a module function. In the debug window, after the .Show, I do ?frmMain.Visible,
and the answer is "False". Same with every control on the form. Yet, of course, I can see them all and enter data, etc. There is *no* code that explicitly sets *any* properties of any control or the form. Why is this?
--jsteph
I have a form (vb6) that is Loaded in a module function. In the debug window, after the .Show, I do ?frmMain.Visible,
and the answer is "False". Same with every control on the form. Yet, of course, I can see them all and enter data, etc. There is *no* code that explicitly sets *any* properties of any control or the form. Why is this?
--jsteph