options dialog without mfc

Started by
3 comments, last by stroma 19 years, 6 months ago
hi, i am a c++ user and making a demo with opengl. i added resource-->dialog to my demo project and draw the options and about dialog. but i dont know how to control the buttons. can someone please tell me how can i make a button code for about button that opens another dialog screen...
+-+-+-+-+-STR
Advertisement
Stick it into your dlgproc with the rest of the handlers.
i did not understand. please explain this step by step... i am not pro...
+-+-+-+-+-STR
Basically you will use the Win32 API functions to retrieve and send information to and from the control via either a function or a message with SendMessage().

theForger has some sections on manipulating dialog boxes and its controls.
hey, really cool site. thank you!
+-+-+-+-+-STR

This topic is closed to new replies.

Advertisement