ToolTips in minimized child windows...
Luiz Carlos C. Marques -- lmarques@cpqd.br Thursday, October 24, 1996 Environment: Windows 95, Visual C++ 4.0 Help! I need to know how to have CMDIChild windows and CWnd windows present tooltips when they're in minimized state. Besides, would it be possible to have their tooltips to be updated dinamically? ( i.e., while the mouse cursor stays over them, the text presented by the tooltip changes.) Thanks in advance for thinking of my problem. Luiz Marques
Dong Chen -- d_chen@ix.netcom.com Wednesday, October 30, 1996 At 05:53 PM 10/24/96 -0200, you wrote: >Environment: Windows 95, Visual C++ 4.0 > > Help! > I need to know how to have CMDIChild windows and CWnd windows present >tooltips when they're in minimized state. Can you use CToolTopCtrl? Intercept the WM_NCHITTEST message over your minimized window and create the tooltip control there. > Besides, would it be possible to have their tooltips to be updated >dinamically? ( i.e., while the mouse cursor stays over them, the text >presented by the tooltip changes.) How about using a timer? > Thanks in advance for thinking of my problem. > > Luiz Marques > >
| Вернуться в корень Архива |