CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    New York, NY
    Posts
    3

    Right-aligning text in a combobox

    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!



  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Right-aligning text in a combobox

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured