Search:
 
Home
API / Enable/Disable the Windows Start Button and TaskBa / /

Enable/Disable the Windows Start Button and TaskBar

Declare INTEGER FindWindowEx IN user32.dll ; Long, Long, string, String
Declare INTEGER EnableWindow IN user32.dll Long, Long

ll_enab=.T. && True=Enable and False=Disable
=EnableWindow(FindWindowEx(0, 0, "Shell_TrayWnd", .NULL.), ll_enab)
=EnableWindow(FindWindowEx(0, 0, "Button", .NULL.), ll_enab)

Author:Rafael Lippert
Similar topics
API :
- Change the Resolution of the Screen
- Colors - Configurations of Windows
- Delete File
- Hide and Unhide the Taskbar for Windows
- Move File
- Shutdown and Restart Windows
Documento sem título

Rafael Lippert
rafaellippert@gmail.com