
How to programmatically change Revision number in VB?
Not sure exactly what you're trying to accomplish, but...
App.Revision - Returns or sets the revision version number of the project.
Read only at run time.
Are you wanting to change this value in the binary? Probably have to read
it in as a file and hexedit the value, but not sure you can do this if the
binary you want to modify is the one in memory wanting to it. Catch 22.
HTH
--
Patrick Logan, MCSD
Senior Technical Development Advisor
McKessonHBOC -- Extended Care Solutions Group
Opinions expressed are my own and not necessarily those of McKessonHBOC.