CSIS
1560: BASIC Programming
Assignment 1: Introduction to Visual Basic
Due Sept. 25
You
are to turn in these exercises to me on a single diskette. Make sure
that your name is on the diskette!
1.
Programming Exercise 5, page 111
·
Make
sure that your form is readable – that is, the label and buttons should
be organized on the screen in such a way that their function is clear to the
user.
·
Make
sure that your code is well documented.
·
Save
this project as Greet.frm and Greet.vbp.
2.
Programming Exercise 12, page 112
·
The
main design decision that you will have to make is determining how to
concatenate the contents of the textbox to the end of the existing text in the
label – think carefully about this before you get started.
·
Make
sure that your code is well documented. IN particular, make sure you
explain how you solved the above problem.
·
Save
this project as Concatenation.frm and Concatenation.vbp.