Re: Incorporate another application within vb?



On Fri, 18 Nov 2005 12:25:13 -0000, "Lee" <lee.p.baker@xxxxxxxxxxxxxx>
wrote:

>Hi,
>
>I have a applciation which currently contains a webbrowser contol. The
>performance of the webbrowser control is unacceptable and therefore wish to
>replace it with a stand alone application (developed in C++ (Not MFC)).
>
>I was intending to have a dll sitting between the vb app and the C++ app to
>identify the (C++) handle and hence allow the vb app to then send any
>appropriate messages i.e resize, move etc but this whole setup seems a bit
>messy.
>
>Has anyone any other suggestions.

I solved this in 1996
- see: http://www.pbear.com/

(stupid name, but his browser works - it not easy to OCX, but to
transform into a remote control EXE is easy)


.



Relevant Pages

  • 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)
  • 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)
  • Filling in web page through code...
    ... I've got an app in VB6 that uses a webbrowser control to go to a web ... and the Upgrade Warnings above the line of code show: ...
    (microsoft.public.dotnet.languages.vb)