Results 1 to 3 of 3

Thread: How do i read exe information from my app

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2009
    Location
    B.C. Canada
    Posts
    206

    How do i read exe information from my app

    i would like to read my apps exe information into a label caption using a menu command "Help About" in the same app.

    How do i read the exe information or at the minimum just the exe version?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How do i read exe information from my app

    Take a look at the properties of the App object, especially App.Major and App.Minor, eg:
    Code:
    MsgBox App.Major
    There are several others too, which will be listed when you type the dot

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2009
    Location
    B.C. Canada
    Posts
    206

    Re: How do i read exe information from my app

    Thank you Si.

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