N
Norton
Hello,
I have a WPF application and, based on certain configuration, it needs to
cover the entire screen, including the taskbar. It is easy to do by setting
WindowState to Maximized. The problem occurs when some message box from
another application pops up, then the taskbar becomes visible. For example,
if I execute "net send" to my computer, and click somewhere on the message
box, the taskbar shows up.
I was wondering if there is an easy way to handle this case, or this would
require handling WM_PAINT notifications in my own WindowProc handler?
I would appreciate any help on this!
Thanks,
Norton.
I have a WPF application and, based on certain configuration, it needs to
cover the entire screen, including the taskbar. It is easy to do by setting
WindowState to Maximized. The problem occurs when some message box from
another application pops up, then the taskbar becomes visible. For example,
if I execute "net send" to my computer, and click somewhere on the message
box, the taskbar shows up.
I was wondering if there is an easy way to handle this case, or this would
require handling WM_PAINT notifications in my own WindowProc handler?
I would appreciate any help on this!
Thanks,
Norton.