I Have a dll injector that I didn't code, but I want to improve...
When you have a dll loaded, and a process name typed, you have to manually press "0" to inject the dll.
Is there a way to code a timer to automatically press "0" every 5 seconds or something like that?
Hello,
Write your all code under a commandbutton click event and write this code under timer event.
Set your timer interval to 5000 now after every 5 seconds button will clicked automatically an your desired code will executed.
GOOD LUCK
ALI