Can I show how the graph is being plotted as I draw? 
Author Message
 Can I show how the graph is being plotted as I draw?

Declare the Sleep Api call. You MUST not use loops in order to slow the
system down.
Use Sleep before each drawing procedure which you want to slow down.

You can also declare a public variable which represents the (common) delay
used by Sleep. In this way you may be able to allow the user to control the
speed of the animation! (through an options dialog).

If you use autoredraw=false, you may have to refresh the picture box after
each drawing procedure (in order for the user to be able to actually see the
animation). This will slow your program down, anyway!

HTH,
Aris.



Sun, 18 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. I am trying to update a record, i am not using data control

2. I am learning VB.NET and am wondering....

3. I am trying to update a record, i am not using data control

4. What am I missing in Data Report SHOW?

5. Ok im about to show how new i am to VB

6. What am I missing in Data Report SHOW?

7. When is 5:00 AM not 5:00 AM? When it's 5:00 AM.

8. line graph in vb (canned routine)

9. MSGraph - Plotting a line on a Scatter Graph?

10. Plotting Graph in VB.Net and windows Form

11. HELP: 2DXY graph values plotting problems (various series)

12. How to plot 3D graph ? - Help

 

 
Powered by phpBB® Forum Software