From: Ernst Tanaka Date: 2008-01-09T01:32:52+09:00 Subject: Re: ruby and dde 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-forum.com/.