I just started Windows programming in C a week ago--I'm
making the transition from Visual Basic to Visual C++. Compared
to Visual Basic, it seems to be a real pain to add controls
(checkboxes, etc.) to a main window procedure in Visual C++. The
AppStudio is great for adding controls to dialog boxes, but not
for the main window procedure.
Is it possible to add controls to the main windows procedure with
AppStudio?
If I want to use lots of checkboxes, radiobuttons, etc on the
main window procedure what is the best way to go about this?
Can I replace the main window procedure with a modeless dialog
box? (ie: use CreateDialog instead of CreateWindow) Is this
okay programming practice? This way I could use AppStudio...
Thanks...
| -Andy Klein- Grade 12, Avon Lake High School, Ohio |