|
-
May 7th, 2004, 12:11 PM
#1
Thread Starter
Addicted Member
Form initialization question? [RESOLVED]
Hi,
I am using VB Net.
I have a form, a picture box and a sub procedure that draws a circle in the picture box.
The behavior I desire is for the form to load and then to call the sub procedure to draw the circle. At this point a circle should be in the picture box.
I have experimented with placing the call in various form events. The best I can get is that the circle shows up for an instant and then disappears.
Where I can I place this call so that the circle is persistent after loading the form? Should I be using some protected override?
I can do this with a timer that provides a short amount of time for the form to finish loading and displaying. I would rather do it another way if possible.
Thanks,
ChuckB
Last edited by ChuckB; May 10th, 2004 at 11:20 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|