Search found 1 match

by Martin Schniewind
Wed Aug 04, 2004 4:08 pm
Forum: Enhancement Suggestions
Topic: Enhance the Documentation with an example of DDE Insert
Replies: 1
Views: 282

DDE comunication with TextPad

In VB I created a tool wich does DDE communication with TextPad. I created a form an set its LinkMode prperty to 1 (source). I placed a label on the form, called "lblDDEsend" - you can also use a textbox instead. In the forms code I put the following: With Me.lblDDEsend .LinkMode = vbLinkNone ...