|
|
Miscellaneous Samples
This section contains a set of
samples illustration miscellaneous library features not covered in other
sections. |
| |
| ActiveAccessibilityDemo |
Win32 |
|

(Click image to enlarge)
|
This sample illustrates how to use Microsoft®
Active Accessibility along with library toolbars and menus. To see this
feature in action you must run Narrator Accessibility Tool and highlight
any menu item in this demo. Selected menu item text will be spoken by
your sound system. |
| CustomPages |
Win32 |
|

(Click image to enlarge)
|
Demonstrates how to add a custom property page to Customize dialog at
runtime. |
| DrawEffects |
Win32 |
|

(Click image to enlarge)
|
Illustrates usage of Draw Manager to draw various effects: shadow,
gradient, highlight (light and dark), and gradient ring. |
| FileDialogDemo |
Win32 |
|

(Click image to enlarge)
|
Demonstrates usage of File Dialog. A File Dialog created with three
tabs: New, Existing and Recent, and allows to either create a new file
of some predefined type, load a file from disk, or select a file to be
opened from the list of recent documents. |
| MDICustomBackground |
Win32 |
|

(Click image to enlarge)
|
Illustrates how to customize appearance of MDI Client area. |
| PropSheetDemo |
Win32 |
|

(Click image to enlarge)
|
Demonstrates various Property Sheet control styles: simple, tabs on
left, tree on left, OneNote style tabs and list on left. |
| RegistryDemo |
Win32 |
|

(Click image to enlarge)
|
Shows how to use CBCGPRegistry class to write and read to/from Windows
registry various data types. |
| RTLSample |
Win32 |
|

(Click image to enlarge)
|
Illustrates RTL support and how to switch between LTR and RTL at
runtime. |
| ProgressDialogDemo |
Win32 |
|

(Click image to enlarge)
|
Demonstrates how to use a progress ("wait") dialog. |
|