Hello,
I would like to have the user be able to close my program by clicking on the very top right X of the program.
Right now it is not activated and therefore you can't click on it. I built a menu with the menu designer and can't figure out the control to make the X clickable.
I've tried:
THISFORM.ControlBox = .T.
ThisForm.TitleBar = 1
on a form, but this allows you to exit the form not the menu from above.
Any ideas? Thanks for your help.
I would like to have the user be able to close my program by clicking on the very top right X of the program.
Right now it is not activated and therefore you can't click on it. I built a menu with the menu designer and can't figure out the control to make the X clickable.
I've tried:
THISFORM.ControlBox = .T.
ThisForm.TitleBar = 1
on a form, but this allows you to exit the form not the menu from above.
Any ideas? Thanks for your help.