martin2k

Google
 
Web www.martin2k.co.uk

simple VB Program


Home Read and add posts to the Visual Basic 6.0 Forums Download some of my programs and OCXs Read the Tips here The old style forum is still available here Contact

Back


From: Jay Hadley E-mail: lonerjay@hotmail.com 1

Date: Monday, April 2, 2001 at 03:45:42

Website: http://www.oddworldz.com/lonerjay/illie_web/illie_web.html

Subject: simple VB Program

Comments:

I am taking a VB clas. Excersize 6 chapter one has a make a program with 5 buttons on the right with names of students when you click on them there name will be in a textbox on the right along with there Phone in another and there address in another. i have made the form layout but cant figure out the code to make text show in the boxes when clicked lonerjay@hotmail.com

From: Martin Allen E-mail: <No e-mail> 2

Date: Monday, April 2, 2001 at 21:58:30

Subject: RE: simple VB Program

Comments:

Just make the buttons put text into the textboxes e.g:

Private Sub Command1_Click()
Text1.Text = "JayHadley"
Text2.Text = "01234567890"
End Sub

This forum is no longer taking new messages or replies since 01 November 2002.  The above material is for reference purposes only.

The new Visual Basic 6.0 forum can be found here.


Martin Allen 1999 - 2003.  Last updated Monday 12 May 2003 07:54:13 PM +0100.