R
RJ
I want to have the entire form remain invisible until after all the code in
the Activated event handler has executed. The current behaviour - the form
appears to "freeze" before completely being painted, then hesitates a few
seconds before completely painting.
In my testing, I simulate the form paint problem in a normal SDI form. I
tried setting the .SetVisibleCore property, but this resulted in an
"activation loop". That is, the activated event handler calls
SetVisibleCore, SetVisibleCore raises the activated event. Any ideas?
Thanks,
RJ
the Activated event handler has executed. The current behaviour - the form
appears to "freeze" before completely being painted, then hesitates a few
seconds before completely painting.
In my testing, I simulate the form paint problem in a normal SDI form. I
tried setting the .SetVisibleCore property, but this resulted in an
"activation loop". That is, the activated event handler calls
SetVisibleCore, SetVisibleCore raises the activated event. Any ideas?
Thanks,
RJ