Willow Solutions, Inc. Leaf graphic
Willow SOlutions, Inc. Software that thinks like you do
News
Products
Case Studies
Tips
Willow Talk
Clients
Partners
Job Openings
Home

Willow Talk

 
 
Back to Willow Talk

Re: DDE,VB

Posted By:

Ted Bukowski

Email:

tbukowski@willowsolutions.com

Date:

1/2/2003

Time:

10:22:36 AM

Comments:

Real-time DDE can be accessed in VB6 through the text box control. If you create a text box in on a VB6 form, and look in the properties window for the text box you will see that it has LinkItem, LinkTopic, and LinkMode properties. You would bring in DDE data into a text box on a VB form by writing a procedure which would change these properties.

If you wanted to get the last price on IBM to appear in a VB 6 text box the could would be:

With ddeTxtbox
.LinkItem = “IBM,LAST”
.LinkTopic = “REUTER|IDN”
.LinkMode = Automatic, Manual or Notify
End with

The LinkMode property has three settings which allow you to control how the data is retrieved. If you select Notify you could then use the On Notify event.

Hope this helps.



Related Messages:

DDE,VB
        Re: DDE,VB
        Re: DDE,VB

  What's New | Products | Case Studies | Willow Tips | Willow Talk | Clients | Partners | Job Openings | Home
  Terms of UsePrivacy Statement
Willow Solutions, Inc.85 Willow Street, New Haven CT 06511 USA203.777.5634info@willowsolutions.com