1. windows clipboard wrapper

--=====================_900478957==_

>Jamin Wilson Wrote:
>
>I have no clue as how to
>>interface with the clipboard tho.
>
>There was a program in the Euphoria archives that allowed euphoria programs
>to either paste to or read from the Win clipboard.
>    I just went and found it on the archives page:
>By Jacques Deschenes
>http://members.aol.com/jcmiura/eu/clipbrd.zip
>
>Hope this helps:  Sounds like it would be a good idea.
>Monty in Oregon
>

I wrote clipbrd.e  before the release of euphoria 2.0  and was meant to exanche
date
between a euphoria DOS application and a windows application.  After release of
euphoria 2.0 I wrote winclip.ew which is a wrapper for clipboard API.  The
interface
is small if it doesn't include DDE.

DDE (dynamic data exchange) is one of the techniques to transfert information
betwin windows applications and it use the clipboard.  I don't know "Bullet proof
FTP" mentionned by Daniel but it may use DDE, if not it's should use a timer to
poll the clipboard at some interval.  The advantage of DDE is that your
application doesn't have to poll the clipboard.  It register as a DDE client for
the kind of data it want and it is automatically informed when the clipboard
containt that kind of data.
I attach winclip.ew with this message but this first version doesn't include DDE
wrappers.


Regards,

--=====================_900478957==_

new topic     » topic index » view message » categorize

2. Re: windows clipboard wrapper

Dear Jacques,
I have tried to get your Windows Clipboard Program to work but I
                also
need USER32.EW Include file which I don't have. Please point me in the
right direction as to where I can get it. Thanks.

-- Michael Palffy
New Zealand

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

3. Re: windows clipboard wrapper

-----Message d'origine-----
De : mike <michael at IGRIN.CO.NZ>
À : EUPHORIA at cwisserver1.mcs.muohio.edu
<EUPHORIA at cwisserver1.mcs.muohio.edu>
Date : mercredi 15 juillet 1998 16:30
Objet : Re: windows clipboard wrapper


>Dear Jacques,
>                I have tried to get your Windows Clipboard Program to work
but I also
>need USER32.EW Include file which I don't have. Please point me in the
>right direction as to where I can get it. Thanks.
>
>-- Michael Palffy
>New Zealand
>

This is available at RDS home page.
http://members.aol.com/FilesEu/contrib.htm

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

Search



Quick Links

User menu

Not signed in.

Misc Menu