Una forma muy sencilla para habilitar y deshabilitar el botón inicio de Windows; utilizando el API de Windows.
Declare INTEGER FindWindowEx
IN
user32.dll
;
Long,
Long,
string,
String
Declare INTEGER EnableWindow in user32.dll Long, Long
* Deshablitado = 0
* Hablitado = 1
nEnable = 0 * Deshabilitado
lHwnd = FindWindowEx(0, 0,
"Shell_TrayWnd",
.NULL.)
lHwnd = FindWindowEx(lHwnd, 0,
"Button",
.NULL.)
=EnableWindow(lHwnd, nEnable)
Si tienes inquietudes, sígueme en Twitter para contactarme.
Seguir a @davamadort¿Deseas que tu sitio web aparezca en buscadores como google, yahoo, msn?
Contrata un plan de hosting en www.winnethost.com y recibes totalmente gratis el registro de tu sitio web en más de 24 buscadores, entre ellos google, yahoo, msn
El Sitio La Web de Davphantom se encuentra hospedado en WinNetHost.com