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

مشاهدة النسخة كاملة : How to paint a portion of IE window until it gets fully loaded with the requested URL?



C# Programming
06-02-2009, 11:11 AM
I want the browser(IE) to show empty in its window intially for a particular period of time,
How can I do this in c#?
Normally in VC, WM_PAINT is the message that makes a request to paint a portion of an application's ********
In c#, How can I paint the a portion of IE window?

Is there any other methods to achieve this?