c++ - Windows API Dialogs without using resource files -


i'm trying create dialog box using c++ , windows api, don't want dialog defined in resource file. can't find on over web, none of examples i've read seem define dialog programmatically.

anyone know how this? simple example fine, i'm not doing complicated yet.

i think raymond chen has pretty example here: http://blogs.msdn.com/oldnewthing/archive/2005/04/29/412577.aspx


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -