[RESOLVED] Runtime Menu/Right Click Menu/No border form
Ok, I am trying to make a form as small as possible. I turned on the boreders and its just the way I want it. Now I would like create a popup menu (to save space, instead of puting command buttons). The problem is, when I add an invislbe menu in the menu editor and try to use Popupmenu, borders and the title bar appear on my form even though borders are still set to none.
From the search I did there seems to be no way to create a run time menu without some APIs. Is there any other way to accomplish a right click menu in this situation? Thanks.
Re: Runtime Menu/Right Click Menu/No border form
Ok, I figured it out myself. Heres what I did:
Made a second form called frmMenu. Set visible to false. Made a menu on there called test. Then on my actual form I just called PopupMenu frmMenu.test.
I hope this is useful to someone.
Re: [RESOLVED] Runtime Menu/Right Click Menu/No border form
hiya, i just made a small form, set its border to none, set the controlboxt to false and set the caption to "".
set the menu to invisible
and instructed the program to popupmenu within the forms lick event.
it worked fine for me and didnt display a border..
can you give me more info about the way your form is set up as its working fine for me
Rob