php win32 communication



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


.



Relevant Pages

  • 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: php win32 communication
    ... 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 ... Yes BHOs are the best way to handle this situation. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Showing a message to IE 5+ users (yes, the browser detection question again)
    ... I would like to display a message to Internet Explorer clients to ... @_win32 True if running on a Win32 system. ... Contains the build number of the JScript scripting engine. ... And point them to the appropriate Firefox page ...
    (comp.lang.javascript)
  • Re: CodesPages / Encoding
    ... Internet Explorer auch, ... und dann Windows selber nochmals ... (Win32: EnumSystemCodePages). ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • How to open a new window when using WebBrowser
    ... links I want Internet Explorer to show up with a new window, ... The funny thing is it's works when I write a simple WIN32 application ...
    (microsoft.public.dotnet.framework.compactframework)

Loading