mooman_fl
Centurion
I got a little side-tracked today by another project idea. A minor one this time. What I want to do is create a program that monitors the most recent line added to a text file then perform a specific action based on what it found. All well and good so far. Easy as pie.
What I am not sure of since I have never had to do it is how to fire a keyboard event so that what even program is active at time assumes the buttons have been pressed on the keyboard itself.
Just for any curious people out there this is going to be used to automate another program I use frequently. This program will be minimized at time and only the program I want to automate will be in focus.
What would be the best way to go about this in .NET? I know this is probably a newbie question but I have never had to deal with anything like this before.
What I am not sure of since I have never had to do it is how to fire a keyboard event so that what even program is active at time assumes the buttons have been pressed on the keyboard itself.
Just for any curious people out there this is going to be used to automate another program I use frequently. This program will be minimized at time and only the program I want to automate will be in focus.
What would be the best way to go about this in .NET? I know this is probably a newbie question but I have never had to deal with anything like this before.