• 0

[VB6] Combo Box Text > ComboBox Width


Question

Hello,

We've got a large app, and in a few cases we have templates for notes. These templates reside in a combo box (when selected fill a RichTextBox) but while selecting the end-user cannot see the full text (see attached example) I have seen custom ComboBoxes that show the full text of an item, or items. Is there any API or trick to do this?

Thank you kindly,

James Rose

post-45653-1118777094.gif

Link to comment
https://www.neowin.net/forum/topic/332251-vb6-combo-box-text-combobox-width/
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Thanks Weener,

That was close to the solution I found. Niether are REALLY what I want, but at least it is something.

If anyone knows a extended combo box control that extends the dialog text AND wraps the text so that the info does not go off the edge of the screen (which then hides the scrollbar, arg!) Please let me know. We can buy a product.

  • 0
  jameswjrose said:
Thanks Weener, 

That was close to the solution I found.  Niether are REALLY what I want, but at least it is something.

If anyone knows a extended combo box control that extends the dialog text AND wraps the text so that the info does not go off the edge of the screen (which then hides the scrollbar, arg!) Please let me know.  We can buy a product.

586068360[/snapback]

What I do in that situation is popup a tooltip with the full text.

http://www.codeproject.com/combobox/xtipcombobox.asp

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.