Re: How to connect my own URLMoniker to webbrowser control?



"Sebastian L." <sebek74@[cut-it]go2.pl> wrote in message
news:uJpGhV6lGHA.2296@xxxxxxxxxxxxxxxxxxxx
I have my own application that uses asynchronous pluggable protocols.
It also uses WebBrowser control to display content processed by my
protocol. Protocols have some limitations. They don't support
request/response.headers

What do you mean, they don't? An APP has full control of all aspects of
the request. What kind of an APP do you have? Can you describe your
architecture in more detail?

and some other information I require.

What other information?

I wonder how to replace layer between WebBrowser and protocols, I mean
url monikers.

I don't know of any way to do that.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: Trying to use unmanaged with C#
    ... And you're doing this from an ASP.NET app? ... It only became the need to be a .NET object when I "imported" it into my ... The object houses all the protocol for clients. ... if you *do* need to pass a reference of some .NET class to a COM ...
    (microsoft.public.dotnet.framework.interop)
  • Handling HTML events in .NETCF
    ... I am writing a .NET app for a Pocket PC 2003 device, ... What I would like to do is when a user hits a link on the HTML page ... webBrowser control I am using. ... How can I get interractions between HTML and my app working for a .NET ...
    (microsoft.public.dotnet.languages.csharp)
  • force download for files using webBrowser control
    ... I am creating a form app that uses a webBrowser control and allows users ... Users can query the web ... app and generate a CSV file that they should be able to save locally. ...
    (microsoft.public.dotnet.languages.csharp)
  • Threading and Synchronization with the WebBrowswer control
    ... My application is built around an instance of the WebBrowser control. ... When I run it in the debugger, I see a number of threads created after my app calls the Navigate2method. ... My app is compiled and linked with the single threaded libraries and so far I haven't seen any problems as a result but I'm now concerned that there may be potential problems that I haven't seen yet. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Incorporate another application within vb?
    ... >I have a applciation which currently contains a webbrowser contol. ... >performance of the webbrowser control is unacceptable and therefore wish to ... >I was intending to have a dll sitting between the vb app and the C++ app to ...
    (comp.lang.basic.visual.misc)