CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    28

    statictext alignment

    hi,
    how can i change a statictext alignment in run-time (responding an event)?
    oren.


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: statictext alignment

    I am not sure whether this gonna work
    but how about using or have u used
    ModifyStyle() function.

    e.g. ModifyStyle(ES_LEFT,ES_RIGHT)

    And let me know too.

    Good luck.

    Walter



  3. #3
    Join Date
    May 1999
    Posts
    28

    Re: statictext alignment

    it works (-:
    thanks, oren.



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