This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (4 messages)
Sounds good, Lee, we'll go with that method–being cautious of course because it is undocumented. Lesser of two evils and all that… -Mike
p.s. For an "undocumented" feature, this looks like a pretty safe one to use. I got a kick out of this comment about the task structure in TDB.INC: ; DON'T YOU DARE CHANGE ANYTHING IN HERE ; OR RAOR WILL KILL YOU ; OLE DEPENDS ON THIS 3/25/91 -Mike
Great, now I have two undocumented methods! Actually, I like your method better than mine, since at least it's documented in TDB.INC… Thanks! -Mike
#Win16 detect Win32s app
Message #50217
I have a Windows 3.1 application that scans through the list of top-level application windows and needs to know whether a window belongs to a Win16 or Win32s application. I can of course easily get the window's instance handle, module handle, or task handle. Given any of these, is there…