How Can I use linkOpen,LinkTopic procedures for Communcating between two TextBoxs in Two different Forms.
Please Help me
Printable View
How Can I use linkOpen,LinkTopic procedures for Communcating between two TextBoxs in Two different Forms.
Please Help me
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.