Check if frame in webclient is done loading
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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 refreshing 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 refreshing the frame with constantly refreshing 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.