What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Command Button VB Help

Command Button VB Help
Author: Message:
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
RE: Command Button VB Help
I haven't done VB for a while, but this is a fairly simpel way to do it :P

I'm going to call:
The buttons you click by the colours they are.
The choices (at the bottom) "C1", "C2", "C3" and "C4"
The variable "selector" will represent what choice you are on

Put this in the different color buttons.

code:

"C" & selector.backcolor="&H80000007&"
If selector =< 4 then
selector = selector + 1
end if



This post was edited on 04-28-2005 at 05:25 PM by .blade//.
[Image: A%20Pointy%20Rock.jpg]
04-28-2005 05:25 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Command Button VB Help - by mwe99 on 04-28-2005 at 05:15 PM
RE: Command Button VB Help - by .blade// on 04-28-2005 at 05:25 PM
RE: Command Button VB Help - by Stigmata on 04-28-2005 at 05:27 PM
RE: Command Button VB Help - by mwe99 on 04-28-2005 at 05:30 PM
RE: Command Button VB Help - by .blade// on 04-28-2005 at 05:37 PM
RE: Command Button VB Help - by mwe99 on 04-28-2005 at 05:39 PM
RE: Command Button VB Help - by .blade// on 04-28-2005 at 05:42 PM
RE: Command Button VB Help - by mwe99 on 04-28-2005 at 05:45 PM
RE: Command Button VB Help - by Stigmata on 04-28-2005 at 05:47 PM
RE: Command Button VB Help - by mwe99 on 04-28-2005 at 05:52 PM
RE: Command Button VB Help - by .blade// on 04-28-2005 at 06:03 PM
RE: Command Button VB Help - by mwe99 on 04-28-2005 at 06:09 PM
RE: Command Button VB Help - by .blade// on 04-28-2005 at 06:12 PM
RE: Command Button VB Help - by Millenium_edition on 04-28-2005 at 06:15 PM
RE: Command Button VB Help - by segosa on 04-28-2005 at 09:08 PM
RE: Command Button VB Help - by CookieRevised on 04-29-2005 at 08:41 AM
RE: Command Button VB Help - by mwe99 on 04-29-2005 at 07:09 PM
RE: Command Button VB Help - by CookieRevised on 04-30-2005 at 02:20 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On