Click to See Complete Forum and Search --> : setting tabstops for comboboxes listbox
Steve Stunning
Dec 3rd, 1999, 02:19 AM
Try CB_SETTABSTOP ??? Just Guessing but I think I have seen this before. :o)
Frans C
Dec 3rd, 1999, 04:36 AM
If it was that easy, I wouldn't have post the question, but thanks anyway ;)
Serge
Dec 3rd, 1999, 05:28 AM
Check out VBAccelerator (http://www.vbaccelerator.com/)
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
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)
Frans C
Dec 3rd, 1999, 11:44 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.