
inserting tabs into comboboxes
Thanks Randy, it's been 3 or 4 months since I last used it ...
too bad the combo box doesn't have that functionality.
Cliff,
Maybe you could think about your project ...
could you use a textbox/listbox combination to simulate a combo?
I make the suggestion because it appears you won't be getting
the combobox to use tab-stops anytime soon, but the listbox
can use tabstops.
Les J.
--
Remove 'n_o_s_p_a_m' to respond.
Quote:
> nope. The list portion of the combo box does not have the
LBS_USETABSTOPS
> style, and so far as I can tell (and believe me I've tried), the style
can
> not be applied to the control.
> --
> Randy Birch, MVP Visual Basic
> http://www.mvps.org/vbnet/
> http://www.mvps.org/ccrp/
> Please correspond only using the newsgroups so all can benefit.
message
> | Cliff,
> |
> | Try looking up the knowledge base article Q141026. (hope that's
right:)
> | It talks about using Tabs in List boxes.
> | Might be adaptable to Combo boxes ...?
> |
> | Les J.
> |
> |
> | --
> | Remove 'n_o_s_p_a_m' to respond.
> | > I have some data I want to put into a combobox, but I want it
> | formatted so
> | > it looks presentable. When I insert the tab character into the
combo,
> | the
> | > character "|" appears in its place. Is there a way to get the tab
> | character
> | > inserted or a way to align my data properly on a combobox.
> | >
> | > Any assistance would be much appreciated.
> | > Thanks in advance
> | > Cliff
> | >
> | > p.s. if replying to me personally, please remove qqq from my email
> | address.
> | >
> | >
> |
> |