Declare Function SystemParametersInfo Lib “user32″ Alias “SystemParametersInfoA” (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long
Sub Disable(blnDisable As Boolean)
result = SystemParametersInfo(97, blnDisable, CStr(1), 0)
End Sub
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.








































