CST1620 C# / C++
Programming
Lab Week 1
Exercises |
Exercise 1.1 (10
points) Create a new project named Demo, and
place 3 buttons on the form. Set their text to (a) clicking (b) clicking (c) clicking
|
Exercise 1.2 (10
points) This involves the use of the
label1.Visible = False Write a program with two buttons and one label. Clicking one button makes the label invisible, and clicking the other button makes it visible again.
|