Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need API help

Status
Not open for further replies.

pungy

Instructor
Aug 5, 2007
71
US
OS = Windows XP SP3 Professional; VB 6 Enterprise Edition

I am trying to programmatically change the Version Number that is shown in the ABOUT form, specifically the Revision. Must this be done through an API?

If so, I found this API:
Code:
Declare Function GetFileVersionInfo& Lib "version.dll" Alias _
"GetFileVersionInfoA" (ByVal lpstrFileName As String, _
ByVal dwlen As Long, lpData As Byte)

Is this the correct one to use?

Can you help me out with the coding? I never used an API in coding before.

Thanks,
Sam
 
I see NO way to DELETE a POST. Please ignore the above. I resolved my problem.
Sam
 
You can red flag your own post, and request it be deleted there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top