Ver Mensaje Individual
  #2  
Antiguo 29-08-2022
lucho6007 lucho6007 is offline
Miembro
 
Registrado: ene 2009
Ubicación: Junín, pcia de BsAs, Argentina
Posts: 74
Reputación: 16
lucho6007 Va por buen camino
Simula movimiento del mouse

Hola!
Podés simular el movimiento del mouse, o algún clic con el siguiente código:
SetCursorPos(20, Screen.Height-20); //set cursor to Start menu coordinates mouse_event(MOUSEEVENTF_LEFTDOWN,0, 0, 0, 0); //press left button mouse_event(MOUSEEVENTF_LEFTUP,0, 0, 0, 0); //release left button

Saludos
Responder Con Cita