This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
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…
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…
#Vis Basic Global Atoms
Message #2772
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…