getting the general property of an exe file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imsanju
    New Member
    • Oct 2012
    • 1

    getting the general property of an exe file

    How do I get the general information of any exe file which I selected using openfiledialogb ox.openfile() method.. Im getting no where dnt knw how to do can any1 help me...
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    If I'm understanding your question correctly you can use the FileVersionInfo Class to get this info

    Comment

    Working...