Click to See Complete Forum and Search --> : Right-aligning text in a combobox


TeddyF
November 28th, 1999, 12:20 AM
Does anyone out there know how to right-align text in the edit/textbox portion of a standard VB combobox control? I have yet to find any source code out in the VB world that does this. PLEASE HELP!

Thanks and keep up the great work everybody!

Ravi Kiran
November 29th, 1999, 03:41 AM
I think it is not easily possible, w/o subclassing and doing quite a few things yourself. ... because text box doesnot support allign property in single line mode.. because it is the same txtbox that i used in CB also, as child ...

RK