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

مشاهدة النسخة كاملة : How can I make IE window blank for a specific url?



C# Programming
06-03-2009, 08:52 AM
When I open http://www.google.co.in/ in internet Explorer, the result should be same as about:blank opened in Internet Explorer, How can I do this in c#?
I mean the IE window's body should be completely empty even though the URL is http://www.google.co.in/, similarly if I open somelink like http://www.google.co.in/abcd.pdf , IE window's body should be completely empty. How can I do this?