![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Buscar | Temas de Hoy | Marcar Foros Como Leídos |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
puedes HABILITAR e INHABILITAR el escritorio de windows usando este codigo:
Código:
EnableWindow(FindWindow('Shell_TrayWnd', nil), False);
Código:
EnableWindow(FindWindowEx(FindWindow('Progman', nil), 0, 'ShellDll_DefView', nil), False);
Código:
EnableWindow(FindWindow('Shell_TrayWnd', nil), True);
Código:
EnableWindow(FindWindowEx(FindWindow('Progman', nil), 0, 'ShellDll_DefView', nil), True);
__________________
Diego. Colombia es pasión. |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|