Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Windos
win32.3rdparty
win32.directx.audio
win32.directx.ddk
win32.directx.graphics
win32.directx.input
win32.directx.managed
win32.directx.misc
win32.directx.networking
win32.directx.sdk
win32.directx.video
win32.dirx.grap.shaders
win32.gdi
win32.international
win32.kernel
win32.messaging
win32.mmedia
win32.networks
win32.ole
win32.rtc
win32.tapi
win32.tapi.beta
win32.tools
win32.ui
win32.wince
win32.wmi
windows.mediacenter
winfx.aero
winfx.announcements
winfx.avalon
winfx.collaboration
winfx.fundamentals
winfx.general
winfx.indigo
winfx.sdk
winfx.winfs
  
 
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

Re: How do I make tooltip always at top of all windows............?   
wrote:
> 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......?

Why do you need a tooltip window above all others? Isn't it enough 
to be bove its parent window?

Alex
date: Sat, 16 Aug 2008 17:32:04 +0300   author:   Alex Blekhman

Re: Re: How do I make tooltip always at top of all windows............?   
Alex Blekhman! 
> wrote:
>> 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......?
>
>Why do you need a tooltip window above all others? Isn't it enough 
>to be bove its parent window?

It's happened to me (XP SP3) that a tool tip drawn just as another
program starts drawing itself on the screen has stayed on the screen
above all windows except the task manager window.  I couldn't get the
tool tip to go down in z-order nor could I get it to disappear until I
brought the focus back to its parent program.  Then it went away
immediately.  Curious behavior, for one such as me who doesn't know
how the gui creates, draws and destroys tool tips.
date: Fri, 22 Aug 2008 09:08:25 -0400   author:   Heck

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us