Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BestMujik committed Feb 7, 2016
1 parent c3d3339 commit 55cda5e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lab#2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Advanced Form Elements. Child Windowses. Basics of Working With Keyboard.
* Menus and Other Resources
* Dialog Boxes

-## Mandatory Objectives
-* Display a dialog box on some event (ex. on clicking some button)
-* Add a system menu to your application with at least 3 items (add actions to that items)
-* Add a scroll bar that will change any visible parameter of any other element (color of a text)
-* Hook keyboard input. Add 2 custom events for 2 different keyboard combinations (ex. change window background on ctrl+space)
## Mandatory Objectives
* Display a dialog box on some event (ex. on clicking some button)
* Add a system menu to your application with at least 3 items (add actions to that items)
* Add a scroll bar that will change any visible parameter of any other element (color of a text)
* Hook keyboard input. Add 2 custom events for 2 different keyboard combinations (ex. change window background on ctrl+space)

-## Objectives With Points
-* Add a listbox and attach some events when any element is accessed (clicked) **(2 pt)**
-* Add 2 scroll bars that will manage main window size or position **(1 pt)**
-* Customize your application by adding an icon and using different cursor in application **(1 pt)**
-* Use a scroll bar to scroll through application working space. Scroll should appear only when necessary (eg. when window width is smaller than 300px) **(1 pt)**
## Objectives With Points
* Add a listbox and attach some events when any element is accessed (clicked) **(2 pt)**
* Add 2 scroll bars that will manage main window size or position **(1 pt)**
* Customize your application by adding an icon and using different cursor in application **(1 pt)**
* Use a scroll bar to scroll through application working space. Scroll should appear only when necessary (eg. when window width is smaller than 300px) **(1 pt)**

## References
* Programming Windows by Charlez Petzold, 5th edition:
Expand Down

0 comments on commit 55cda5e

Please sign in to comment.