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:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Command Button VB Help
code:
Dim blank1set, blank2set, blank3set, blank4set As Boolean
Public Sub Blue_click()
If blank1set = True Then
    If blank2set = True Then
        If blank3set = True Then
            blank4.BackColor = &HFF0000
            blank4set = True
        Else
            blank3.BackColor = &HFF0000
            blank3set = True
        End If
    Else
        blank2.BackColor = &HFF0000
        blank2set = True
    End If
Else
    blank1.BackColor = &HFF0000
    blank1set = True
End If

End Sub

something like that?

This post was edited on 04-28-2005 at 05:28 PM by Stigmata.
04-28-2005 05:27 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