Visual Basic Programming

Page 4

Now that you have written some code, it is time to put programming to use. But first, let's build the interface for the application:

Before we code this application, lets set up the access keys. Recall that the "&" (ampersand) enables the corresponding letter in the objects caption property as an access key. Add the "&" to the following text in the corresponding label object's caption property:

Notice the buttons in the image above. I started doing them myself and forgot to mention them in the tutorial. Change them accordingly.

Example: "&Calculate Order"; "&Print Order"; etc. I missed the Calculate Order too!

Hope you are having fun, because now we can move onto Page 5!

Back to Top

Page 1 | Page 2 | Page 3 | Page 4 | Page 5 | Page 6 | Page 7 | Page 8 | Page 9 | Page 10 | Page 11

Page 12 | Page 13 | Page 14 | Page 15 | Page 16 | Page 17 | Page 18 | Page 19 | Page 20

Page 21 | Page 22 | Page 23 | Page 24 | Page 25 | Page 26 | Page 27 | Page 28 | Page 29 | Page 30