Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21197

Do While... Loop Question

$
0
0
If I wanted to blink an image control within the following Do While... Loop portion of the code without having to pause the Do While... Loop timer, how can I code it so it works properly?

Here is a sample of the code I have so far:

Code:

  Do While timeGetTime > 0
      timeGetTime = timeGetTime - 100
      Wait 100
     
      'Where I want to blink an image for 3 cycles of 200 milliseconds between intervals
         
  Loop


Viewing all articles
Browse latest Browse all 21197

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>