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

Thread: textbar rename

  1. #1
    Guest

    textbar rename

    how can I rename a program once it is bilt and see the new name in the main window of the program?



  2. #2
    Join Date
    Aug 1999
    Location
    Hamburg, Germany
    Posts
    79

    Re: textbar rename

    to change the main window title at runtime you
    can use this function :

    (AfxGetMainWnd())->SetWindowText(" ");

    ralphi



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