|
-
September 12th, 1999, 11:04 PM
#1
use of LINK
How Can I use linkOpen,LinkTopic procedures for Communcating between two TextBoxs in Two different Forms.
Please Help me
-
September 13th, 1999, 01:30 AM
#2
Re: use of LINK
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|