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

N00bish VB question
Author: Message:
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: N00bish VB question
quote:
Originally posted by Anubis

case method? What's that?


Private Sub Command1_Click()
   Times = Times + 1
*The user clicked the button once more
         Case 1  (1st time the button is clicked)
                Label1.Caption="First Text"
         Case 2 '(2nd time the button is clicked)
                Label1.Caption="Second Text"
         Case 3 (3rd time the button is clicked)
                Label1.Caption="Third Text"
         Case Else
                 Label1.Caption="Here is where the text goes when all the other cases have been gone threw."
     End select
End sub

Its what Choli said. I cleaned it up a bit :-)

Edit :: You people beat me by a mile :-/

This post was edited on 06-04-2004 at 03:23 PM by dotNorma.
06-04-2004 03:22 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
N00bish VB question - by Anubis on 06-04-2004 at 02:51 PM
RE: N00bish VB question - by Stigmata on 06-04-2004 at 02:58 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:01 PM
RE: N00bish VB question - by Stigmata on 06-04-2004 at 03:03 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:05 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 03:10 PM
RE: N00bish VB question - by Sk3tch on 06-04-2004 at 03:10 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:12 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 03:16 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:21 PM
RE: N00bish VB question - by dotNorma on 06-04-2004 at 03:22 PM
RE: N00bish VB question - by Mike on 06-04-2004 at 03:44 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 05:15 PM
RE: N00bish VB question - by Millenium_edition on 06-04-2004 at 05:37 PM


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