popupmenu problem with title bar *RESOLVED*
I have a borderless form that I need to use the popupmenu function with. As soon as I add the popupmenu function VB puts a border and a titlebar onto the form. I can't have this.
The only solution I have found is to set the form's caption to "" and the form.controlbox to false. The only problem with this is I need this program to show in the task bar. A blank caption makes a blank taskbar.....
How do I get a borderless form that shows in the taskbar and uses popupmenu?
Thanks!