Combobox Properties

Does anybody have an idea of how to control Combobox’s using Win32 (not MFC)? If so, is there a code that can tell you which string has been selected, and then execute a code.

-Thanx

Hi !

Yes you can: http://msdn.micrsoft.com

This isn’t exactly OpenGL related, but anyway…

For combo boxes, as for any of the windows controls, you basically get information and set properties by using SendMessage or variations like SendDlgItemMessage. You just have to know what parameters to send for what you want to do.

Thanx