Home

Awesome

Winapi Code Snippets (GUI for Windows)

If you are an adent desktop developers and you wondering how to start on windows on winapi, look no further for I have made a sizable collection of c++ code snippets for winapi which can be very useful when coming up with a user interface (GUI).

<p> <a href="#Controls">Controls</a> | <a href="#Tabs">Tabs</a> | <a href="#Resources">Resources</a> | <a href="#Others">Others</a> </p>

<a name="Controls"> </a>Major Controls

1. Basic Controls

2. Image Controls

3. Menus & Accelerators

4. Multi Document Interfaces (MDIs)

5. Advanced Controls

6. More Examples

<a name="Tabs"> </a>Tabbed Windows

Create a Tabbed Window

<a name="Resources"> </a>Resource Management

<a name="Others"> </a>Others (Misc)