
how to add edit ctrl and button into dialog dynimically
If you're using MFC, create a new CButton, CEdit or CSpinButton control and
call its Create member function with the appropriate member functions.
If you want the control class to respond to some WM+AF8- messages, I would
advise you to derive your own class from the class you want to use and add
the appropriate message handlers.
Olivier Gilloire
ogilloire+AEA-sysenhance.com
+AD4-Dear all :
+AD4- I'm trying to a dialog whihc allow me to button, spin and edit control
+AD4-dynamically when user choose Add control, can anybody tell me how to
+AD4-accomplish this or where can I find such kind of example. Thanks
+AD4-
+AD4-
+AD4-