how do i login to gmail via internet explorer using iwebbrowser 2
- by omair iqbal
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