Thread: Selecting All In A Listbox

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    215

    Selecting All In A Listbox

    I'm programming this Win32 program in C, and when the user clicks a radio button, I want everything in the Listbox to be selected. Then when they click another one, i want them to be de-selected. Also i have a combo box, so when the user selects A, i want every thing that starts with an A in the lsitbox to be selected. but i dont know how tod o any of this. can someone help me?

    Thank you.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Did you design a custom listbox in Win32 API?

    Kuphryn

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981

  4. #4
    Registered User
    Join Date
    May 2004
    Posts
    215
    thanks a lot, it worked.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Deal or No Deal listbox prob
    By kryptkat in forum Windows Programming
    Replies: 5
    Last Post: 03-30-2009, 06:53 PM
  2. Listbox search
    By Elsindes in forum Windows Programming
    Replies: 4
    Last Post: 04-09-2007, 03:47 PM
  3. cant load dialog with listbox, help
    By terracota in forum Windows Programming
    Replies: 2
    Last Post: 11-22-2004, 07:11 PM
  4. How to cast a ListBox item to an int for a switch statment?
    By Swaine777 in forum C++ Programming
    Replies: 8
    Last Post: 09-26-2004, 08:52 PM
  5. Getting FULL filename from listbox
    By Garfield in forum Windows Programming
    Replies: 8
    Last Post: 01-27-2002, 08:28 AM