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
quote:
Originally posted by mwe99
nope still comes up red... here look

it doesn't seem to like the & sign

i have the colour going in the box... i just need something to tell the other colours to go to the next box

so after cmdfinal1 has been filled, automatically make the next colour go to cmdfinal2




Well try this code:

(If your version of VB recognises "ME" - otherwise replace "me" with the box name)

code:

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



This post was edited on 04-28-2005 at 06:04 PM by .blade//.
[Image: A%20Pointy%20Rock.jpg]
04-28-2005 06:03 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