CompuServe Archive

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

Search Results (3 messages)

From: Roger Berk MS BASIC Forum · Visual Basic October 16, 1991 8:16 AM
I was not clear after a day of reading windows SDK programming guides… In 123w you select a field to link, then 123w give listboxes of (currently running) application names and Topics associated with those applications. So if I have a VB program running with FORM1 and FORM2 showing, :I…
From: Roger Berk MS BASIC Forum · Visual Basic October 15, 1991 9:00 PM
When you set up a DDE hot link in applications like EXCEL or 123Windows, you are prompted with the names of currently selected field names in applications that are also running. IE, if I have a form running in Visual Basic, with a field named TEXT1 highlighted and I select…
From: Roger Berk MS BASIC Forum · Visual Basic October 12, 1991 2:32 PM
Does anyone know how to query windows for what applications are currently executing, and what link topics a currently highlighted in the currently running application, from within a Visual Basic Application. I believe this involves reading the Global Atom Table, but I have heretofore been able to avoid building C…