I m looking for a way to send data to other applications.For exemple i want to open messenger and fill user name and password fields via my application ...
Printable View
I m looking for a way to send data to other applications.For exemple i want to open messenger and fill user name and password fields via my application ...
Emm... Basically you can use the SendMessage, FindWindow, FindWindowEx etc. API methods.
However it will NOT work under every computer, since it finds the windows & controls by finding its title or text...