1. dde stuff

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

new topic     » topic index » view message » categorize

2. Re: dde stuff

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>&gt; does *anyone* have any idea of how to initiate a =
converstation </FONT>
<BR><FONT SIZE=3D2>&gt; with a dde server through euphoria.</FONT>
</P>

<P><FONT SIZE=3D2>It's not trivial. In &quot;Programming Windows =
3.1&quot; by Charles Petzold, he discusses the topic in depth. Among =
the complexities, the conversation strings need to be converted to =
&quot;atoms&quot; before sending.</FONT></P>

<P><FONT SIZE=3D2>-- David Cuny</FONT>
</P>

</HTML>
------_=_NextPart_001_01BDF08A.72ED67DA--

new topic     » goto parent     » topic index » view message » categorize

3. dde stuff

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu