Changing the Windows Theme from VB
Changing the Windows Theme from VB
Rate Changing the Windows Theme from VB
(1(1 Vote))
Dim ThemeFile As String
Dim TheCOM As String
Dim RET As Long
ThemeFile = "C:\program files\Plus!\<THEME NAME>"
TheCOM = """C:\program files\Plus!\themes.exe"" /s " + """" + thfile + """"
RET = Shell(TheCOM, 4)
Changing the Windows Theme from VB Comments
No comments yet — be the first to post one!
Post a Comment