CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    1

    Sending Data to Other Applications

    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 ...

  2. #2
    Join Date
    Jan 2007
    Posts
    491

    Re: Sending Data to Other Applications

    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...
    Last edited by Talikag; July 12th, 2008 at 08:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured