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

مشاهدة النسخة كاملة : Check if web-frame in webclient is done loading



C# Programming
05-16-2009, 12:51 PM
Hello.
I have a application with a webclient. In that webclient I am loading a homepage with about 5 frames, but one of the frames are *******ing constantly each 30second.
That gives me problem when I want to use the source from another frame - because when I use IsBusy and it is *******ing the frame with constantly *******ing while I am navigating another frame, does the application think that frame is done navigating too, and then I of course get an error.
It happens very often, and stops the whole program.

So is there any way only to check one frame if it is done loading ?

Hope your guys can help me out.