Re: php win32 communication
- From: Vishal Swarnkar <vishal.swarnkar@xxxxxxxxx>
- Date: Wed, 20 Aug 2008 00:25:14 -0700 (PDT)
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
.
- References:
- php win32 communication
- From: Ronny
- Re: php win32 communication
- From: Volodymyr M. Shcherbyna
- php win32 communication
- Prev by Date: Re: Ipconfig /all output and Win32 network information
- Next by Date: Re: DnsQueryConfig, DnsConfigDnsServerList and IPv6
- Previous by thread: Re: php win32 communication
- Next by thread: the 4th parameter of 'recv' function, 0?
- Index(es):
Relevant Pages
|
Loading