-
add to Menu
is it possible to add an item to a Menu with code or something, cause im tring to create prog that will show the user's recently saved files. i could jus add blanks to items, and change the caption when i need to, but that looks messy when there's nothing set to it, just a bunch of blanks.
THANKS
-
you can add bogus items and make them invisible (.visible = False) then change the caption and make them visible when you need them. When they're invisible, they don't leave any unwanted space.
Baggy, I know, but I haven't found a way to add menu items on the fly. Maybe someone else here will have a more elegant solution.