CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

From: Ken Duzy MS BASIC Forum · Visual Basic October 10, 1991 11:47 PM
Gregg- X.LinkItem = "Topics" did the trick. The VB manual says a topic named "System" is supported, but says nothing (that I see) about an *Item* named "Topics". Where did you find that the correct LinkItem value is "Topics"? Also, what's the deal with "]" vs "|" in the DDE…
From: Ken Duzy MS BASIC Forum · Visual Basic October 7, 1991 10:41 PM
VB Prog Guide alleges on p355 that a DDE call to a topic named "System" in a well behaved Windows app will return info from that app on topics it supports, data formats, etc. I've tried using X.LinkTopic = "Winword|System" but get only error 285 (foreign app won't perform method)…