Results 1 to 4 of 4

Thread: setting tabstops for comboboxes listbox

  1. #1

    Thread Starter
    Hyperactive Member Steve Stunning's Avatar
    Join Date
    Jul 1999
    Location
    Fairfax, Virginia
    Posts
    314

    Post


    Try CB_SETTABSTOP ??? Just Guessing but I think I have seen this before. )

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Post

    If it was that easy, I wouldn't have post the question, but thanks anyway

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Check out VBAccelerator

    This site has an owner draw combo/list box that does a lot of different things. Also, they give away comlete source code for it.

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


  4. #4
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Post

    Sending a LB_SETTABSTOP message to a listbox control produces a multi column listbox. I am trying to do the same with the listbox portion of a combobox, but it seems to be harder than I thought. Does anybody know if there is a similar message for the combobox?

    Also does anybody know an easy way to get the hWnd of the listbox portion. The way I'm doing it know is a bit overdone, and only works fine if there is only one combobox on the form. By the way, I found out that the class name is ComboLBox. I tried enumerating the childwindows in the combobox but only got the edit control back, so this didn't do the trick.

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