المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Controlling Navigation in IE using c#



C# Programming
06-03-2009, 01:50 PM
Open Internet Explorer(IE) with about:blank as its home page
The links which i will traverse are
1.http://www.google.co.in
2.http://www.msn.com/
3.http://www.yahoo.com
Then If I press the BACK button(i.e.,navigation toolbar), http://www.msn.com/ is opened on IE, but instead of http://www.msn.com/ I want the link http://www.google.co.in to be opened. How can I do this in c#?

I mean when we click the back button once, I want the the back button operation sholud be performed twice. How to do this.
(OR)
How can I make the IE to directly traverse from http://www.yahoo.com to http://www.google.co.in in one click of back button?