how do i login to gmail via internet explorer using iwebbrowser 2
Posted
by omair iqbal
on Stack Overflow
See other posts from Stack Overflow
or by omair iqbal
Published on 2010-05-22T07:00:16Z
Indexed on
2010/05/22
7:10 UTC
Read the original article
Hit count: 356
delphi
|iwebbrowser2
is it possible to login to sites like facebook,gmail using iwebbrowser2?
in the code below what can i add so that it can login to gmail(with ie8 as browser) using the username and password i put in a variable?
MyBrowser := CreateOleObject('InternetExplorer.Application') as IWebBrowser2;
MyBrowser.Navigate('http://mysite.com'..........???);
note : i am a newbie.
sorry for my english:)
and thanks in advance
© Stack Overflow or respective owner