Quote Originally Posted by some1uk03 View Post
So this problem resolved, but it lead to another
Now the MENU bar becomes visible on a Windowless Form :/
Well, and here I thought, I managed to point out a few reasons, why you should *not* try it this way...

Quote Originally Posted by some1uk03 View Post
I've tried removing the border with SetWindowPos but no result.. any ideas how to hide the Menu Bar again?
Why trying to pile a workaround on top of another workaround?

It really *is* better to approach the problem from the ground up - as LaVolpe already suggested.

If you encapsulate this new (Unicode-)PopUp-functionality in a small class
(including some nice Event-Definitions) - then going through all your UserControls
and doing a replace of the VB-PopupMenu-functionality against that of your new Class,
it shouldn't take all that much time, I'd think.

Besides, could you post a ScreenShot of your "Windowless-Forms", with one or two of your
UserControls on top of it - just to get a better Picture of what you're trying to accomplish in the end?

Olaf