Re: php win32 communication



On Aug 18, 12:26 pm, "Volodymyr M. Shcherbyna"
<v_scherb...@xxxxxxxxxxxxxxx> wrote:
You can write an addon for IE, its called BHO. Google for details. Addon is
represented as unmanaged dll, so you can use whatever you want ipc mechanism
.

--
Volodymyr, blog:http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)

"Ronny" <ro...@xxxxxxxx> wrote in message

news:eZHorye%23IHA.220@xxxxxxxxxxxxxxxxxxxxxxx



My developed win32 application(actually a dotnet application) runs in the
background while in the foreground I use Internet Explorer to get some
data from the site(not known to the win32 application). Typically this
data is not hidden and its  beeng driven by the web site php engine.
My problem is that I actually need this data to be read by my win32
application. The standard way would be to communicate directly between the
php of the web site to the win32 application but I wonder if there a
simple way to pass the information from the Internet Explorer directly to
the win32 application since they both run on my PC?

Regards
Ronny- Hide quoted text -

- Show quoted text -

Yes BHOs are the best way to handle this situation. I have written one
BHO, you can use it as a sample,.....

http://www.codeproject.com/KB/atl/Generic_AutoFill.aspx
.



Relevant Pages

  • Re: ASP.NET Web Site Administration tool from Visual Web Developer 2005 Express Edition
    ... I open the ASP.NET Web Site Administration tool from within Visual Web ... Win32 Version: 2.0.50727.832 ... CodeBase: ... When JIT debugging is enabled, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Web Site Administration tool from Visual Web Developer 2005 Express Edition
    ... I open the ASP.NET Web Site Administration tool from within Visual Web ... Win32 Version: 2.0.50727.832 ... CodeBase: ... When JIT debugging is enabled, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: php win32 communication
    ... You can write an addon for IE, ... data is not hidden and its beeng driven by the web site php engine. ... My problem is that I actually need this data to be read by my win32 ...
    (microsoft.public.win32.programmer.networks)
  • Re: Carl Shapiro: Where is the Win32 port of CMUCL?
    ... ag> web site maintainers) always claimed that porting to Win32 is trivial ... I maintain the CMUCL web site, and am subscribed to both of the main ... CMUCL mailing lists. ... or even a statement from a CMUCL developer using terms like "crap OS". ...
    (comp.lang.lisp)
  • Re: about TKZinc pickaperture
    ... the web site suggests the project is in frozen state for about a year now. ... It is still the most powerful and feature-filled Canvas out there. ... Do you know a repository that hosts a working pre-compiled 3.303 release for win32? ...
    (comp.lang.perl.tk)

Loading