Tech Support > Computers & Technology > Programming > newbie question: update child dialog boxes
newbie question: update child dialog boxes
Posted by Jack on March 5th, 2005


Hello

I'm new to windows programming so please excuse the dumb
question. I need to build a dialog based application with visual
studio 6 which has a number of tabbed dialogs within it. I have
the basic application running which switches between the
different dialogs. each dialog contains different controls for
display different sets of data which I need to dynamically update
the value of each. While I can do this in the control on the
main dialog containg the tabbed object, my application is aborted
when it attempts to update an control in the child dialog
boxes. Doesn anyone know of any simple examples of this. I
searched the internet but can find an examples showing updating
controls located on child dialog boxes.

Thanks,
Jack

Posted by Phlip on March 5th, 2005


Jack wrote:

Did you search for any of the various (real) keywords for this situation on
http://groups.google.com ?

By "real" I mean keywords not like "child dialog", but like CDialogImpl.
Things liable to narrow such discussions down.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces




Similar Posts