J
John Dann
Something very simple that I can't spot how to do:
I wand to display a msgbox showing some current configuration
parameters when my VB2005 program starts up. However, I want the main
form to paint before the msgbox appears so that the main form appears
as the background to the msgbox. At present I just have the msgbox as
the last item in the Form.Load procedure but not surprisingly it's
appearing on its own and out of context before the main form is
visible.
Is there any event-dependent way of doing this other than using timers
of one sort or another?
I wand to display a msgbox showing some current configuration
parameters when my VB2005 program starts up. However, I want the main
form to paint before the msgbox appears so that the main form appears
as the background to the msgbox. At present I just have the msgbox as
the last item in the Form.Load procedure but not surprisingly it's
appearing on its own and out of context before the main form is
visible.
Is there any event-dependent way of doing this other than using timers
of one sort or another?