G
Guest
I have a pop-up Windows Form that displays next on top of the system tray. I
can get it to pop-up just fine using .TopMost and .Show, but the problem is
that it seals focus away from the application that the user is currently
using... I don't want that. I have gone to the API level and used calls like
ShowWindow, SetWindowLong and SetWindowPos, but none seem to work right.
Either the window does not come up or it just appears for a split second and
then disappears.
Any suggestions would be greatly appreciated!
David McCarter
=====================
David McCarter
www.vsdntips.com
can get it to pop-up just fine using .TopMost and .Show, but the problem is
that it seals focus away from the application that the user is currently
using... I don't want that. I have gone to the API level and used calls like
ShowWindow, SetWindowLong and SetWindowPos, but none seem to work right.
Either the window does not come up or it just appears for a split second and
then disappears.
Any suggestions would be greatly appreciated!
David McCarter
=====================
David McCarter
www.vsdntips.com