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!
Printable View
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!
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