Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Combobox Properties

  1. #1
    Member Regular Contributor
    Join Date
    Nov 2002
    Location
    USA
    Posts
    265

    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

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: Combobox Properties

    Hi !

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

  3. #3
    Senior Member OpenGL Pro
    Join Date
    Oct 2000
    Location
    Fargo, ND
    Posts
    1,797

    Re: Combobox Properties

    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.
    Deiussum
    Software Engineer and OpenGL enthusiast

  4. #4
    Member Regular Contributor
    Join Date
    Nov 2002
    Location
    USA
    Posts
    265

    Re: Combobox Properties

    Thanx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •