by Jago (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 21st July 1999
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
Changing the Windows Theme from VB
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)