How to set complete build number in VB6 (Major.Minor.Build.Revision)

折月煮酒 提交于 2019-12-01 18:51:54

You can use the vbAdvance add-in which allows the setting of the version build. It is now freeware, but no longer supported. You can learn more and download it here.

Matt Wilko

Answer is you can't with native VB6.

Note that you can do this in VB.NET but not in VB6 - See this page from MSDN for differences between VB6 and VB.NET projects with regard to version numbering.

You could possibly alter the version of the compiled exe- see this question for some suggestions on this:

How do I set the version information for an existing .exe, .dll?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!