J
jake
I need to make a window topmost in the system even if other apps are
active on top of mine. The window should not have focus (I managed to
do that much) but try as I may, I can't make it come up on top of
other apps. I tried setting the form's TopMost property to true,
BringToFront() method, SetWindowPos() API and a couple of other
things, but still fruitless.
Any help will be greatly appreciated.
jake
active on top of mine. The window should not have focus (I managed to
do that much) but try as I may, I can't make it come up on top of
other apps. I tried setting the form's TopMost property to true,
BringToFront() method, SetWindowPos() API and a couple of other
things, but still fruitless.
Any help will be greatly appreciated.
jake