GWES Samples (Windows CE 5.0)
The following table shows some GWES code examples that are provided in the documentation; some of these are not complete samples.
Code examples | Topic |
---|---|
Shows how to create a simple Windows CE–based application. | Creating a Sample Application |
Shows one method of trapping a WM_COMMAND message. | Handling Notification Messages |
Shows how to create several button controls. | Creating a Button |
Shows how to create a memory device context, how to use a CreateCompatibleBitmap to create a bitmap, and how to use BitBlt to copy bitmap data from the source device context to the target device context. | Creating Bitmaps |
Shows how to create color palettes. | Working with Palettes |
Shows how to use pen functions. | Working with Pens |
Shows how to use brush functions. | Working with Brushes |
Shows how to create shapes and lines using the Rectangle, Ellipse, Polygon, and RoundRect functions. | Creating Shapes and Lines |
Shows how to add, enumerate, retrieve, and delete window properties. |
See Also
Graphics, Windowing and Events
Send Feedback on this topic to the authors