|
-
Dec 3rd, 1999, 03:19 AM
#1
Thread Starter
Hyperactive Member
Try CB_SETTABSTOP ??? Just Guessing but I think I have seen this before. )
-
Dec 3rd, 1999, 05:36 AM
#2
If it was that easy, I wouldn't have post the question, but thanks anyway
-
Dec 3rd, 1999, 06:28 AM
#3
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
-
Dec 3rd, 1999, 12:44 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|