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
    1

    How to populate a CStatic label from version info in the resource file?



    I would like to know:


    (i) Is there any easy way to retrieve version information from the resource file of an application?


    and ...


    (ii) then how do I populate a CStatic label control on the About Dialog with this version information?


    Any sample code would be appreciated.


    Thanks.


    DFN

  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: How to populate a CStatic label from version info in the resource file?



    See "Get VersionInfo from resource file" in the Misc area on this site.


    Dave

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