Ver Mensaje Individual
  #2  
Antiguo 14-02-2005
Gydba Gydba is offline
Miembro
 
Registrado: ene 2004
Ubicación: Argentina
Posts: 673
Reputación: 21
Gydba Va por buen camino
Hola,

Fiajate si este código te funciona. En win2k hasta el momento anda, pero en XP te lo dejo a vos
Código Delphi [-]
...
uses
   Windows,...;
...
   keybd_event(VK_MENU, MapVirtualKey(VK_MENU, 0), 0, 0);
   keybd_event(VK_TAB, MapVirtualKey(VK_TAB, 0), 0, 0);
   keybd_event(VK_MENU, MapVirtualKey(VK_MENU, 0), KEYEVENTF_KEYUP, 0);
   keybd_event(VK_TAB, MapVirtualKey(VK_TAB, 0), KEYEVENTF_KEYUP, 0);
...

Saludos!
__________________
Suerte
.: Gydba :.
Responder Con Cita