Developing User Interfaces
CMSC 498B/838B
Spring 2005
Prof. Ben Bederson
HW #0
Due February 10, 2005
The purpose of this assignment is to make sure you are familiar with the
technology we will be using in this course to do programming projects which
includes Visual Studio.NET, zipped file archives, and the homework submission
system.
You must create a standalone C# GUI application using Visual Studio.NET that
meets these specifications:
- The application must contain at least two forms.
- There must be a mechanism to navigate from one form to the other.
- There must be a label on each form that changes value when you press a
button.
- All forms and controls must have non-default names and text values.
- The project should be named "hw0-<name>" where you replace <name> with
your last name.
Submit the entire project as follows:
- Delete the 'bin' and 'obj' sub-directories created by Visual Studio.
Any submissions with these directories will be return for re-submission.
- Create a single zip file containing the entire directory of your VS.NET
project. The zip file should be named "hw0-<name>.zip" where you
replace <name> with your last name.
- On Windows XP, you can create a zip file by right clicking on the folder
and selecting "Send To->Compressed (zipped) folder". On earlier
versions of Windows, you must download a zip utility, such as
WinZip ($29), or others (which I have
not tried - such as the free
7-zip).
- Email the zip file to me at
bederson@cs.umd.edu with a subject of "DUI: HW #0 submission". Any
submissions without this subject in the email will be returned.
Any submissions after the deadline will be ignored. If multiple
submissions are made, then only the last one before the deadline will be looked
at.