Click to See Complete Forum and Search --> : use of LINK


joy@work
September 12th, 1999, 11:04 PM
How Can I use linkOpen,LinkTopic procedures for Communcating between two TextBoxs in Two different Forms.
Please Help me

Lothar Haensler
September 13th, 1999, 01:30 AM
you "need" these properties only if your forms are in two separate applications.
Within one application you can easily set the properties of any contorl on any form using the following syntax:
formN.controlNamen.Property = value

The link-properties are DDE related, and DDE is rather obsolete protocol.
Better use (OLE) automation.