Results 1 to 4 of 4

Thread: Displaying two columns in combobox

  1. #1

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179

    Displaying two columns in combobox

    Hi
    Anyone have any idea on how to display two columns of data in a combobox, whithout using any seperator or backslash in between


    Thanks

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    What I can see the ComboBox does not support MultiColumn behaviour.... Only the ListBox does....

    You should be able to do something like it with an Owner-Drawn ComboBox, but that is almost the same thing as using a delimiter of some kind, the difference is that you do it graphically as well as with text.

  3. #3

  4. #4
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    The Owner-Drawn example there was really neat Edneeis, I was just about to sit down and create an example, no nead there.

Posting Permissions

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



Click Here to Expand Forum to Full Width