Thread: Int and BOOL in Listbox

  1. #1
    Vicked
    Guest

    Int and BOOL in Listbox

    Hi

    I am using a ListBox control in C but it doesnt allow me to input int's I really need to provide a list of int's and BOOL values in a listbox, can anyone tell me how to do it?

    Thanks

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    convert it to a string....sprintf() is one way.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. can some one please tell me the cause of the error ?
    By broli86 in forum C Programming
    Replies: 8
    Last Post: 06-26-2008, 08:36 PM
  3. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  4. Drawing Program
    By Max_Payne in forum C++ Programming
    Replies: 21
    Last Post: 12-21-2007, 05:34 PM
  5. Replies: 2
    Last Post: 03-24-2006, 08:36 PM