IE7 and QueryString (CURI object / IUri interface)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using WebBrowser control in my app. I have IE7 installed on my machine.
I am opening HTML page in the WebBrowser control. I have a functionality of
opening the same page with query string passed to it. I take some action
depending upon the query string passed. But IE7 hides all these query string
parameters in CURI object. I know there is a IUri interface provided by
Microsoft for the same but how to use it? Is there any example available on
how to access query strings in IE7? Also is there any way by which I would
know the protocol used like (ftp:/// or http:/// or res:///) while opening
the page?
 
There is no public newsgroup for IE7 Beta questions or support right now.

MSDN subscribers are pointed to
news://msnews.microsoft.com/microsoft.public.internetexplorer.general to
discuss IE7 Beta.
 
Oh I see!!! Will post the query there. Thx!!!

PA Bear said:
There is no public newsgroup for IE7 Beta questions or support right now.

MSDN subscribers are pointed to
news://msnews.microsoft.com/microsoft.public.internetexplorer.general to
discuss IE7 Beta.
 
Back
Top