CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Edit Control

  1. #1
    Guest

    Edit Control

    How can one right justify text displayed in an edit control?


  2. #2
    Guest

    Re: Edit Control

    There's a couple of things you can do: If you're creating the control using the resource editor, select the align text option and choose right. If you're creating the control yourself, pass the ES_RIGHT edit style to the Create() function.


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