Program 1: Birthday Wishes
Due: 02/16
The purpose of this exercise is to create a program that takes in the users' name, says thank you and then 'sing's them happy birthday using the following controls: a Label, a TextBox, a ListBox, a Message Box and a Button.
In this exercise, you will:
- Create an algorithm
- Work with adding Controls to a XOJO Application
- Use a Textbox to intake information
- Use a MessageBox to output information
- Use a ListBox to output information
- Use Concatenation
Instructions
- Before you code: Create an algorithm (Identify your inputs, identify the steps of your process, identify your outputs)
- Create a new XOJO Desktop Application named 'Birthday Wishes' and save it to your local course folder
- Design your form by adding the necessary controls. Play with control properties to change colors/backgrounds
- Write the code to display a Message Box and output information to a ListBox
- Add Clear and Exit Buttons
- Optional: For an added challenge - spruce up your form by adding a picture box with an image of balloon!
- Save, run and test your program
- Upload your completed files to GitHub
IPO Worksheet
Download a PDF copy of the IPO Worksheet to help plan your work.