Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable File Menu Item
#1
I would like to have a file menu in a dialog with a save option.

When the dialog loads I'd like the "Save" to be disabled.

When changes have been made in the dialog, the "Save" would be then become available.

Also, I would like a test function to get whether "Save" is enabled/disabled.

Code:
Copy      Help
;BEGIN MENU
;>&File
,;&Publications : 1001
,;&Advertisers : 1002
,;&Save : 1010 0 0 Cs
,;<
;>&Help
,;&View Help : 1005 0 0 F1
,;-
,;&About : 1006
,;<
;Save : 1010
;END MENU


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)