Posted: Wed Jan 16, 2008 2:36 pm Post subject: easy help +rep
how can i make the boxes on vb6 like the drop down boxes how can i make them so people can click on it so it will turn off or on please tell +rep if it works like if the click it once a check box will appear if the click it again a check box will disapear and it will turn off like say if i check it it will turn of a timmer but if i uncheck it it will turn of the timer remeber if you tell me ill +rep
untitled.JPG
Description:
Filesize:
17.67 KB
Viewed:
2122 Time(s)
_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...
Fact: no one tells the truth on cheat engine fourms
NINTENDO Grandmaster Cheater Supreme Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
Posted: Wed Jan 16, 2008 4:14 pm Post subject:
This is a simple example, it works only if u name the meny thing to nmugod! (or if you modify the code)
Code:
Code:
Private Sub nmugod_Click()
If nmugod.Checked = False Then
nmugod.Checked = True
nmugod.Caption = "godmode=ON"
'put code here
Else
nmugod.Checked = False
nmugod.Caption = "godmode=OFF"
'put code here
End If
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum