Click here to Skip to main content
15,883,705 members
Articles / Desktop Programming / Win32

A Dialog Based Win32 C Program, Step by Step

Rate me:
Please Sign up or sign in to vote.
4.84/5 (62 votes)
9 Aug 2011Public Domain8 min read 243.5K   92  
Writing a dialog based program using only pure Win32 C code
In this article, I’ll discuss how to use a dialog box as the main window for your program, step by step, from scratch. I’ll use Visual Studio 2008, but the steps should be similar for other Visual Studio versions, or even other IDEs.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Systems Engineer
Brazil Brazil
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions