1 / 7

Simple Windows Applications

Simple Windows Applications. October 24, 2005. First Steps. Open a new project 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

dani
Download Presentation

Simple Windows Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simple Windows Applications October 24, 2005

  2. First Steps • Open a new project • 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. 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

  4. 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.

  5. Your Assignment:

More Related