Hi,
I'm making an app where I need to display a panel that will position itself next to the mouse cursor. I've used interop to hook into the Windows API to track the mouse movement outside of my app and can position the panel accordingly. However, if I move the mouse below the taskbar, the panel appears "behind" the taskbar - that is, the taskbar hides my panel. Is there any way to have the taskbar appear behind my panel? Can this be done through .net, or do I need to use some interop to the API? If the latter, which API function do I need to call?
Thanks in advance.