Board index » delphi » HELP : DDE and binary items

HELP : DDE and binary items

Hi,
Does anyone know how to establish a DDE conversation with a DDE-server
that supports binary clipboard formats ?

Thanks in advance
Lars

 

Re:HELP : DDE and binary items


Lars Lindqvist <lars.t.lindqv...@telia.se> wrote in article
<32369A1E.2...@telia.se>...

Quote
> Hi,
> Does anyone know how to establish a DDE conversation with a DDE-server
> that supports binary clipboard formats ?

> Thanks in advance
> Lars

Conversation is established with common form.
ClipBoard format in DDEMessages is for server/client purposes only. With
that server informs which kind of data is passed.
You can send/receive any binary data and request data in any known formats.
Servers inform about formats with system topic. Sending a request you ocan
rder a format you want to read.

HTH
Regards
Jerzy
--
*********************************************************
* Jerzy A.Radzimowski    65001 POLAND Zielona Gora      *          
* tel/fax:(+68)209586    mailto://jerzy...@odn.zgora.pl *
*********************************************************

Other Threads