Feb 8, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I need to get the file version number of an executable into a vb5 project. How do I call it?
Feb 8, 2001 #2 subhavs Programmer Joined Nov 27, 2000 Messages 54 Location US Try to use the 'app' object. Major, Minor and Revision properties of this object will help you get the version number. Hope this helps, - Subha Nothing is impossible, even the word impossible says I'm possible. Upvote 0 Downvote
Try to use the 'app' object. Major, Minor and Revision properties of this object will help you get the version number. Hope this helps, - Subha Nothing is impossible, even the word impossible says I'm possible.