|
-
Apr 4th, 2000, 05:04 AM
#1
Thread Starter
New Member
Dear Anyone ?
I've been at this VB stuff for a couple of months now and some stuff is real easy and other stuff isn't :-( Which is why I'm appealing to anyone with a greater knowledge than me to help me with a solution to a problem I can't find the answer to ?
The code is as follows:
Private Sub Form_MouseMove(Button AsInteger, _
Shift As Integer,X As Single, Y As Single )
'Choose random fill color
Fillcolor = QbColor(int(Rnd *^15))
* Choose random fill style
Fillstyle = Int(Rnd * 8)
'Draw a circle
Circle (X, Y), 100
Ok so far so good we get lovely trails on the form BUT....
Please can anyone tell me how and where to put some code in here that will make the lovely circles dissapear 0.51 to 1 seconds after they have been generated so that you're not stuck with a form full of circles on your screen after moving the mouse around a bit (I would hazard a guess that some sort of Dim delayed refresh or delete might be in order here?)
Anyone care to help a freshman on this irritating problem ?
Thanks in advance :-)
AndyT... [email protected]
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
|