|
-
Jun 26th, 2001, 02:43 PM
#1
Thread Starter
Lively Member
just trying out new signiture
Testing, Testing , 1,2,3, Testing,
Damit, Is this thing on or what?????
Vini, Vidi, Vici!
-----------------
say this 5 times fast
"I am not a pheasant plucker, I'm a pheasant plucker's son. I'm only plucking pheasants, till the pheasant plucker comes."
-
Jun 26th, 2001, 02:55 PM
#2
Hyperactive Member
Why don't you do this...
Code:
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
I just think it looks better
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Jun 26th, 2001, 03:10 PM
#3
btw, to c ur new sig, u can just look @ a prev. post, cuz once u change it, it changes it in all posts
-
Jun 26th, 2001, 09:11 PM
#4
Thread Starter
Lively Member
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.
Vini, Vidi, Vici!
-----------------
say this 5 times fast
"I am not a pheasant plucker, I'm a pheasant plucker's son. I'm only plucking pheasants, till the pheasant plucker comes."
-
Jun 26th, 2001, 10:21 PM
#5
Good Ol' Platypus
Encase it in [ vbcode ] [/ vbcode ] tags.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jun 27th, 2001, 05:34 AM
#6
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|