For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Syntax > February 2005 > Re:









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re:
zonga

2005-02-18, 8:58 pm

Hi, "Larry Serflaten, Thanks for help

"Larry Serflaten" wrote:

>
> "zonga" <zonga@discussions.microsoft.com> wrote
>
> How about disabling the picture boxes when you enable the timer (and
> vice versa)?
>
>
> Picture1.Enabled = False
> Picture2....
> Picture3....
>
>
> etc...
>
>
> FWIW:
>
>
>
>
> Using the timer control is supposed to replace using a do-nothing
> loop for a delay. Why add it back in?
>
> Private Sub Timer1_Timer()
> Static tick As Long
>
> Timer1.Interval = 3000
> tick = 1 - tick
> ShowCursor tick
>
> End Sub
>
> HTH
> LFS
>
>
>
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com