VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Automatically Create Manifest File

KRYO_11  (20 Submissions)   Windows System Services   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Automatically changes controls to XP themed style in XP based OS.

API Declarations
Private Declare Function GetVersionExA Lib "kernel32" (lpVersionInformation As OSVERSIONINFO) As Integer
Private Declare Function InitCommonControls Lib "Comctl32.dll" () As Long
Private Type OSVERSIONINFO
dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long
dwBuildNumber As Long
dwPlatformId As Long
szCSDVersion As String * 128
End Type

Rate Automatically Create Manifest File (5(5 Vote))
Automatically Create Manifest File.bas

Automatically Create Manifest File Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters