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

    How modified the SDI Caption?

    I have use the VC++ Wizard create one application
    and I modified the ADX_IDS_APP_TITLE then I rebuild my application and when I execute that I can't not see my modified caption.
    How do I do?


  2. #2
    Guest

    Re: How modified the SDI Caption?

    use this in the application.cpp file

    AfxGetApp()->m_pMainWnd->SetWindowText("Your Caption");


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