DDEPoke From Browser
Posted
by Steven Hardman
on Stack Overflow
See other posts from Stack Overflow
or by Steven Hardman
Published on 2010-05-10T22:50:23Z
Indexed on
2010/05/10
22:54 UTC
Read the original article
Hit count: 251
dde
I have a legacy application that I'm trying to interact with from a browser. The only supported method from the application vendor is by using a DDEPoke request. I'm having difficulty figuring out a simple way to perform such a request from a browser.
I am open to any particular technology, be it javascript, a browser plugin, ActiveX/Java Applet, etc - the simpler the solution the better. Does anyone have a simple solution for this?
© Stack Overflow or respective owner