Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VB6 button help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
KrazyFK
Newbie cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 14
Location: Earth

PostPosted: Thu Sep 13, 2007 7:18 am    Post subject: VB6 button help Reply with quote

I can change the colour of a shape using a button but how would I make it go in a cycle? e.g red then blue then yellow then green then back to the beginning
Back to top
View user's profile Send private message
Stalkeer
Cheater
Reputation: 0

Joined: 24 Aug 2007
Posts: 26

PostPosted: Thu Sep 13, 2007 7:38 am    Post subject: Reply with quote

Do you mean like this Question
Back to top
View user's profile Send private message
KrazyFK
Newbie cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 14
Location: Earth

PostPosted: Thu Sep 13, 2007 9:47 am    Post subject: Reply with quote

Yes like that how do i do it?
Back to top
View user's profile Send private message
Stalkeer
Cheater
Reputation: 0

Joined: 24 Aug 2007
Posts: 26

PostPosted: Thu Sep 13, 2007 10:15 am    Post subject: Reply with quote

Put it in your CommandButton Very Happy
Code:

Private Sub Command1_Click()
If Shape1.FillColor = &H8000& Then
Shape1.FillColor = &HFF&
Else
If Shape1.FillColor = &HFF& Then
Shape1.FillColor = &HFF0000
Else
If Shape1.FillColor = &HFF0000 Then
Shape1.FillColor = &HFFFF&
Else
If Shape1.FillColor = &HFFFF& Then
Shape1.FillColor = &H8000&
End If
End If
End If
End If
End Sub
Back to top
View user's profile Send private message
KrazyFK
Newbie cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 14
Location: Earth

PostPosted: Thu Sep 13, 2007 10:29 am    Post subject: Reply with quote

TY!

Heres what i made with the help u gave me.



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites