// JP opened flex table

Click to See Complete Forum and Search --> : CreateDialogIndirect and CreateWindow


Pravish
January 21st, 2008, 11:25 AM
Plz tell me whts wrong in creating dialog controls using CreateWindow when creating a dialog at runtime. I find it a tedious task to deal with those pointers and DWORD allignment configurations.
If I use CreateWIndow() then where are these controls created? in memory? and If at all i use CreateWindow(), I use the message WM_INITDIALOG to do the controls creation. How can I later add controls to the dialog while the user is interacting with the dialog???

HELP! SOS! HELP

kirants
January 21st, 2008, 02:57 PM
What is the reason you use CreateWindow and not one of the dialog creation APIs ?

//JP added flex table