|
|
|
date: Sat, 16 Aug 2008 06:55:52 -0700 (PDT),
group: microsoft.public.win32.programmer.ui
back
How do I make tooltip always at top of all windows............?
Dear All,
I have created the too tip control and tried to set the created
tooltip on top of all window.....But still some time tool tip lies
behind the another window......?
I have pasted the code what I have used..............Please any one
help me...
hwndtt = CreateWindowEx(WS_EX_TOPMOST, TOOLTIPS_CLASS, NULL,
WS_POPUP |
TTS_NOPREFIX | TTS_ALWAYSTIP, 0, 0, 0, 0,
parent_hwnd, NULL, hinstance, NULL);
SetWindowPos(hwndtt, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE |
SWP_NOSIZE);
Thanks
date: Sat, 16 Aug 2008 06:55:52 -0700 (PDT)
author: unknown
|
|