From 55cda5ee874b312ef1d871f29318f45c8f8e7fda Mon Sep 17 00:00:00 2001 From: BestMujik Date: Sun, 7 Feb 2016 11:00:08 +0200 Subject: [PATCH] Update README.md --- lab#2/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lab#2/README.md b/lab#2/README.md index 3b7fa71..db13db5 100644 --- a/lab#2/README.md +++ b/lab#2/README.md @@ -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: