G
g62msdnatll
PLATFORM: Any web browser including: IE, Mozilla, and Firefox running in
Windows XP, code in .NET C#
1) Given a System.Diagnostics.Process corresponding to the browser process,
is there a property that will tell you if the browser is currently loading a
page? The Status property is always "Wait" and the WaitReason property
doesn't seem to reveal the information I'm looking for.
2) Is there an interface all browsers implement that might expose
browser-specific properties?
GOAL: To determine if a browser is loading a page.
Windows XP, code in .NET C#
1) Given a System.Diagnostics.Process corresponding to the browser process,
is there a property that will tell you if the browser is currently loading a
page? The Status property is always "Wait" and the WaitReason property
doesn't seem to reveal the information I'm looking for.
2) Is there an interface all browsers implement that might expose
browser-specific properties?
GOAL: To determine if a browser is loading a page.