open default browser with a post in Delphi

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-05-16T03:04:37Z Indexed on 2010/05/16 3:10 UTC
Read the original article Hit count: 486

I know in delphi you can open the default browser with:

ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, SW_SHOWNORMAL);

but I'm wanting to know if there is a way to automatically post data on the new opened brower window OR auto fill the login data (even in firefox, safari,etc)

Thanks

-Brad

© Stack Overflow or respective owner

Related posts about delphi-2009

Related posts about delphi