[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby and dde

Junkone

12/27/2007 6:53:00 PM

is there any ruby libraries or ole libriries for dde. am looking high
and low and cannot find one with some examples. google returns so
many
matches but none with proper info. i am surprise not to find one
proper as ruby seems to do everything in this world except eggs and
toast.
1 Answer

Ernst Tanaka

1/8/2008 4:33:00 PM

0

Junkone wrote:
> is there any ruby libraries or ole libriries for dde. am looking high
> and low and cannot find one with some examples. google returns so
> many
> matches but none with proper info. i am surprise not to find one
> proper as ruby seems to do everything in this world except eggs and
> toast.

check out


extend Tk
extend TkWinDDE

d = tk_call('dde', 'request', 'TOS', 'DESCRIPTION', x.opra)

where tos is the service,
desription is my datalabel
and x.opra is the key of the data for retrieval.
--
Posted via http://www.ruby-....