Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.basic.misc > Newsgroup comp.lang.basic.visual.database

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-21-2007, 01:36 AM
herrings@caribsurf.com
Guest
 
Posts: n/a
Default Flicker

how can i elliminate the flicker? Below is my code
HELP!!!!!!!!!!!!!

Dim n As Integer
Private Sub cmdStart_Click()
If cmdStart.Caption = "Display" Then
cmdStart.Caption = "Delete"
tmrShow.Enabled = True
Else
cmdStart.Caption = "Display"
tmrHide.Enabled = True
End If
End Sub

Private Sub Form_Load()
n = 1
End Sub

Private Sub tmrHide_Timer()
imgOvr(n).Visible = False
n = n + 1
If n > 5 Then
tmrHide.Enabled = False
n = 1
End If
End Sub

Private Sub tmrShow_Timer()
imgOvr(n).Visible = True
n = n + 1
If n > 5 Then
tmrShow.Enabled = False
n = 1
End If
End Sub
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 05:46 AM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.