mkokadwar
June 9th, 2009, 06:56 AM
Hi All,
My requirement is, I have to open a window in maximized state and on top of all other applications.
I'm able to do it using the code like SetWindowPos(g_hWnd,HWND_TOPMOST,...) and ShowWindow(g_hWnd,SW_MAXIMIZE);
I was able to make the window appear on top of all other applications but still messenger (like gTalk, yahoo etc) notifications are able to pop over it.
My question is how can I suppress/hide/delete/change z-order/disable the notifications so that they do not appear over my window?
Thanks
PS - It will be perfectly fine if they appear behind the window.
TIA
My requirement is, I have to open a window in maximized state and on top of all other applications.
I'm able to do it using the code like SetWindowPos(g_hWnd,HWND_TOPMOST,...) and ShowWindow(g_hWnd,SW_MAXIMIZE);
I was able to make the window appear on top of all other applications but still messenger (like gTalk, yahoo etc) notifications are able to pop over it.
My question is how can I suppress/hide/delete/change z-order/disable the notifications so that they do not appear over my window?
Thanks
PS - It will be perfectly fine if they appear behind the window.
TIA