Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WDDEClient:Start() Method
Start a conversation with a specified server
------------------------------------------------------------------------------

Syntax
<oDDE>:Start( <cServer> , [ <cTopic> ] )   -->   aDDE

Arguments
<cServer> specifies the name of the server, as it identifies
itself to Windows.  You can get a list of all accessible
servers using the ServerInfo() method.

<cTopic> is an optional string specifying the DDE topic name.
(Default: any/all topics.)

Returns
An array containing sub-arrays, where each sub-array is:
     { <cServerName>, <cTopic>, <hWndServer> }

Description
This method can be used to start a DDE conversation with the
named server, with the topic (if any) specified.

Example


See Also: WDDEClient:Axit() WDDEClient:Init() WDDEClient:Stop()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson