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

Thread: CStatic

  1. #1
    Guest

    CStatic

    How do I use the CStatic control as a text label?


  2. #2
    Join Date
    May 1999
    Posts
    20

    Re: CStatic

    I presume you wish to update/change the text in the label. If so this is how it is done.

    eg.
    SetDlgItemText(IDC_MYLABEL, "This%

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