Presentation is loading. Please wait.

Presentation is loading. Please wait.

Simple Windows Applications

Similar presentations


Presentation on theme: "Simple Windows Applications"— Presentation transcript:

1 Simple Windows Applications
October 24, 2005

2 First Steps Open a new project View --> Designer
make it a windows application, not console View --> Designer View --> Toolbox be sure to press the toolbox pushpin Drag and Drop controls from the toolbox change their default values in the design box change the Name and default Text

3

4 Working with Button controls
Be sure to rename the button Double-Clicking the button in "design view" sends you into "code view", and writing the "button click" handling event

5

6 the Timer control does not create anything visible
be sure to set these properties: Interval (default is 100, = 1/10 of second) Name Enabled (default is false) Double Click to write the code for when the timer goes off.

7 Your Assignment:


Download ppt "Simple Windows Applications"

Similar presentations


Ads by Google