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
need a form
Started by graflixx, Feb 01 2008 07:41 PM
1 reply to this topic
#1
Posted 01 February 2008 - 07:41 PM
|
|
|
#2
Guest_Jordan_*
Posted 02 February 2008 - 07:18 AM
Guest_Jordan_*
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
Visual Basic .NET programming for Beginners - The Message Box


Sign In
Create Account

Back to top









