diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dde.n | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: dde.n,v 1.12 2004/05/22 00:05:35 dkf Exp $ +'\" RCS: @(#) $Id: dde.n,v 1.13 2004/05/25 21:06:41 dkf Exp $ '\" .so man.macros .TH dde n 1.2 dde "Tcl Bundled Packages" @@ -144,6 +144,13 @@ without adding the \fB&\fR to place the process in the background). If for any reason the event queue is not flushed, DDE commands may hang until the event queue is flushed. This can create a deadlock situation. +.SH EXAMPLE +This asks Internet Explorer (which must already be running) to go to a +particularly important website: +.CS +package require dde +dde execute iexplore WWW_OpenURL http://www.tcl.tk/ +.CE .SH "SEE ALSO" tk(n), winfo(n), send(n) |