Testing, Testing , 1,2,3, Testing,
Damit, Is this thing on or what?????
Printable View
Testing, Testing , 1,2,3, Testing,
Damit, Is this thing on or what?????
Why don't you do this...
I just think it looks betterCode:Private Sub cmdMemory_Click()
Forget.Hide 'form name, hides 'click this To improve memory
If MsgBox("Click Yes To improve memory", vbYesNo) = vbYes Then
Timer1.Interval = 20000
Timer1.Enabled = True
Forget_click
Else
Timer1.Interval = 40000
Timer1.Enabled = True
Forget_click
End If
End Sub
-Emo
btw, to c ur new sig, u can just look @ a prev. post, cuz once u change it, it changes it in all posts :)
emo how do you make it show up as VB code, when ever I trypt compy pase it doesn't seem to work as code. just text.
Encase it in [ vbcode ] [/ vbcode ] tags.
VB Code:
Private Sub cmdForget_Click() Forget.Hide 'form name, hides 'click this to improve memory If MsgBox("Click Yes to improve memory", vbYesNo) = vbYes Then Timer1.Interval = 20000 Timer1.Enabled = True Else Timer1.Interval = 40000 Timer1.Enabled = True End If End Sub Private Sub Timer1_click() cmdForget_click End Sub
just testing :)