Murach's C# 2005
How to design a Windows Forms application
This chapter shows you how to use Visual Studio to design
a Windows form that contains labels, text boxes, and buttons.
This form will get user input, do two calculations on it,
and display the results, so it's not just a "Hello World!"
application. When you finish this chapter, you'll be ready
to learn how to write the C# code for the form.
|
|
|
|
How to set the options for projects and solutions |
32 |
|
How to change the import and export settings |
32 |
|
How to create a new project |
34 |
|
|
The design of the Invoice Total form |
36 |
|
How to add controls to a form |
38 |
|
How to set properties |
40 |
|
Common properties for forms and controls |
42 |
|
How to add navigation features |
44 |
|
The property settings for the Invoice
Total form |
46 |
|
|
How to name the files of a project |
48 |
|
How to save the files of a project |
48 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|