Archive: comtrol input


comtrol input
Once I launch a program using nsis, is there any way to;

1. emulate a mouse click ?
2. emulate mouse movement ?
3. enter data in a field ?

Thanks,
Frank


Perhaps use keybd_event() and mouse_event () with System plug-in?