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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -