1. dde stuff
- Posted by "F. Dowling" <dobehe at NETTAXI.COM> Jun 06, 1998
- 614 views
does *anyone* have any idea of how to initiate a converstation with a dde server through euphoria. Even if it was through running a dde.exe like file with command line parameters. Anyone? F. Dowling
2. Re: dde stuff
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Oct 05, 1998
- 573 views
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BDF08A.72ED67DA charset="iso-8859-1" F. Dowling wrote: > does *anyone* have any idea of how to initiate a converstation > with a dde server through euphoria. It's not trivial. In "Programming Windows 3.1" by Charles Petzold, he discusses the topic in depth. Among the complexities, the conversation strings need to be converted to "atoms" before sending. -- David Cuny ------_=_NextPart_001_01BDF08A.72ED67DA charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2232.0"> <TITLE>RE: dde stuff</TITLE> </HEAD> <BODY> <P><FONT SIZE=3D2>F. Dowling wrote:</FONT> </P> <P><FONT SIZE=3D2>> does *anyone* have any idea of how to initiate a = converstation </FONT> <BR><FONT SIZE=3D2>> with a dde server through euphoria.</FONT> </P> <P><FONT SIZE=3D2>It's not trivial. In "Programming Windows = 3.1" by Charles Petzold, he discusses the topic in depth. Among = the complexities, the conversation strings need to be converted to = "atoms" before sending.</FONT></P> <P><FONT SIZE=3D2>-- David Cuny</FONT> </P> </HTML> ------_=_NextPart_001_01BDF08A.72ED67DA--
3. dde stuff
- Posted by "John Z. Cannon" <jzcndd at EARTHLINK.NET> Oct 06, 1998
- 594 views
F. Dowling wrote: >does *anyone* have any idea of how to initiate a converstation with a dde >server through euphoria. >Even if it was through running a dde.exe like file with command line >parameters. >Anyone? Well, I have had some success "driving" Internet Explorer (3.02) by passing it files using the Win32 ShellExecute() function where those files (JPGs, GIFs, and HTMs) are set to open with DDE in the registry. Thus you can call ShellExecute with the data file and it will open with IExplore.exe without initiating a new instance of IExplore.exe each time. How to receive replies from IExplore is beyond me. This is really just a convenient and not very sophisticated use of the registry and not data "exchange" exactly. Later, John Cannon