I'm creating a form with the border style set to 0 (None) and I want to have pop up menus accessible from the form. Even though the menu items are marked to not be visible, VB forces a visible title bar onto the form.
Is there any way to remove a title bar from a form that has menus on it? I would like to avoid calling menus from other forms if I can.
No, you obviously have no CLUE what the hell you are talking about.
I attached a form that does exactly what he wants, in the way I described.
The only difference is that I am not checking which mouse button (right or left) is being clicked on the form to pop up the menu. I pop it up on either one.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
is there aney way by which i can remove title bar at run time .. means i load a form with title bat and all controls but at certain time while running my app i want to remove title bar .. i tried with borderstyle 0 but i think at run time it dont work ... i dont ahve ne menu on form ...