Maximize screen with dynamic menu?

  • Thread starter Thread starter briforge
  • Start date Start date
B

briforge

I have a form that I want maximized, but I still want to be able to
display and use a menu at the user's request. Is this possible? I've
written an app for the Palm that I'm trying to port over to PPC. The
Palm has a menu button, which dynamically displays the usually-hidden
menu over the current form when clicked.

I'd like to use the menu to allow the user to quit the application and
for a couple functions that are uncommon enough that I don't want a
button for them displayed all the time on the screen.

Is there a common convention for exiting a program when you've
maximized the screen? I'm wondering because I'm still trying to figure
out how to detect an application exit so I can save data when the app
exits. I've done a couple searches on this and read about
Application.Exit, Form.Close(), etc. and I need a way to trigger these.
 
Back
Top