Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining if a window is top most
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00173267
Message ID:
00173643
Views:
40
>Hi George,
>
>>I've always wondered about that. At first I assumed that the help file window was owned by the VFP window. After checking Spy++, I then assumed that it was owned by the process. Thanks for the info.
>
>Check out the WinHelp() function in the SDK. It takes a uCommand parameter (the third one) and one of the possible values is HELP_QUIT:
>
>HELP_QUIT Informs Windows Help that it is no longer needed. If no other applications have asked for Help, Windows closes Windows Help.
>
>I think HTMLHelp() uses a similar mechanism, but I haven't yet verified this.
>
Hi Christof,

Thanks for the info. I knew about the WinHelp() function, but have never used it. I wouldn't know about how HTML Help works. Could be something as simple as a SendMessage() with WM_CLOSE to the help window or something along the lines of the old style help. Funny, though, I can't find anything in the SDK on it.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform