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
    54

    How to add a application name in the start up button

    How to insert a appication name in the start up button. This is mainly for the installation project


  2. #2
    Guest

    Re: How to add a application name in the start up button

    You can get the application name from the CWinApp menber "m_pszAppName".
    Is it what you're looking for ?


  3. #3
    Join Date
    May 1999
    Posts
    54

    Re: How to add a application name in the start up button

    HI ,
    We are writing a installation application .. In that we want to insert the application name through our application .. Thatis C++ implimentation (SDK or MFC) .. How to do this..
    Thanx for replying


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