Jump to content

need a form

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
graflixx

graflixx

    Newbie

  • Members
  • Pip
  • 2 posts
Im trying to make a simple form that contains a input box to type a name for example and when you click on the buttons created below it will have a pop up box that will say "welcome" and the form will have 3 buttons to select for different languages.. any advice on where to start? I have visual basic 2005 express

thx

graflixx

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
What do you have so far? This is a fairly simple task. Place three buttons on your form. Changenge the "Text" field to the language the user will receive when pressing. Double click on your buttons (this will bring you to the onChange Event for the button you double clicked - you should see code). Enter your MessageBox.Show("Your message here").

Visual Basic .NET programming for Beginners - The Message Box