Dear friends,
have U an idea or a test program to create a vertical menu.
i must insert it in a small part of a dialog.
thanks
Falconi Silvio
Dear friends,
have U an idea or a test program to create a vertical menu.
i must insert it in a small part of a dialog.
thanks
Silvio,
You can use a listbox, or a tree, or a browse.
There are many options ![]()
can i use the part of menu pulldown as i must show only one menu often the menu title?
sample
if i write
menu
menuitem "test"
menuitem "test"
endmenu
this write the menu in orizontal on a line
can i use these line for create the menu in vertical
where i must modify and wich class?
Silvio,
You can create a pulldown menu with just one menuitem, that has a submenu.
ok but i want only the submenu
You may use the system menu, modified with your own options.
If you want a non Windows standard behavior, then you have to code a new class for it. If you use a listbox, a tree, or a browse, you will save the work to create such class.