Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

"dynamic" help text-boxes

yuric
Beginner
350 Views
Hi,

does anybody know how to program dynamic help text-boxes, i.e. those small help windows that open when the mouse approaches an object on the screen with the purpose of shortly explaining the functionalities of that object?
Is there a designated set of Win API routines to call for those? Does anybody have experience with handling such things using Compaq Visual Fortran?

Thanks so much for any help or hints on this matter!!

yuric
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
350 Views
This is part of functionality of WinHelp and HtmlHelp APIs. My cluged version of DFLOGM called XFLOGM supports callback for F1/Context help in dialogs so you may download and check the sample. In the sample, this is done with WinHelp; help files can be created using MS's Help Workshop or some 3rd-party tool.

In Headers section on my home page you can also find CVF HtmlHelp header file. You'll also need HtmlHelp Workshop from Microsoft. (Disclaimer: I haven't done tooltip help with HtmlHelp, but it should be similar to WinHelp).

HTH
Jugoslav
0 Kudos
Reply