Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!honnetnews!news.gw.fukushima-u.ac.jp!news.tains.tohoku.ac.jp!newsfeed.media.kyoto-u.ac.jp!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!not-for-mail From: "Peter Kaptein" Newsgroups: alt.comp.lang.visualbasic,comp.lang.visual.basic,fj.comp.lang.visualbasic,free.it.visual-basic,microsoft.public.dotnet.framework.vb,microsoft.public.dotnet.languages.vb,microsoft.public.dotnet.vb.general,microsoft.public.vb,microsoft.public.vb.6.w References: <4047b129$0$574$e4fe514c@news.xs4all.nl> <#CgFNDoAEHA.1468@tk2msftngp13.phx.gbl> <404b93e7$0$573$e4fe514c@news.xs4all.nl> Subject: Re: How do I make a HTTP (POST) call to DLL to make HTML? Date: Wed, 10 Mar 2004 09:54:55 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Lines: 38 Message-ID: <404ed83f$0$566$e4fe514c@news.xs4all.nl> NNTP-Posting-Date: 10 Mar 2004 09:56:31 CET NNTP-Posting-Host: 194.109.235.88 X-Trace: 1078908991 news.xs4all.nl 566 [::ffff:194.109.235.88]:1190 X-Complaints-To: abuse@xs4all.nl Xref: ccsf.homeunix.org fj.comp.lang.visualbasic:56 > It makes also DLL's (when you use visual.studio.net) but it is much more > complete, have a look at that resource kit I from which I have given you > that link I will. == Another way found An intermediate solution I found presents the browser component of MS Internet Explorer and intercepts the Navigate2 event: I did not test it on a Desktop-machine yet. http://www.codeproject.com/dotnet/usingaspruntime.asp?print=true I do believe this is one way to go, also since it is possible to use the functionalities of ASP.NET (in-page processing) with the speed of optimized pardser-code. You do not need to run it via IIS / "http:/ //page.aspx", which is one target reached. It apparently places a result-file on the Harddrive to return the result to the browser. == Parsing the result directly to the browser Another way I am investigating is to somehow return parsed XML / XSL code directly to the browser. (Another post: to some Internet Explorer newsgroups.) Saving it as a file seems a little bit strange to me. (But then again: if it works, it works!) "Cor" wrote in message news:e2WC95NBEHA.3776@tk2msftngp13.phx.gbl... > Hi Peter, > > There are two possibilities; one is that they made a Com project (they did > it themselves). >