Click to See Complete Forum and Search --> : Sending Data to Other Applications


marquez
July 12th, 2008, 08:09 AM
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 ...

Talikag
July 12th, 2008, 08:33 AM
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...