Is there a way to scroll through the controls in a dialog box like in visual basic?
Printable View
Is there a way to scroll through the controls in a dialog box like in visual basic?
Just add the WS_VSCROLL style to the dialog.
Regards,
Paul McKenzie
I think I wrote my question incorrectly. I would like to know if there is a collection object that contains all of the object on the Dialog Box?