My App has a menu bar button called File. Under File there are five sub items:
File
----
Open
Save
Save As
Make file
Exit
How do I change the caption of the 4th sub menu item (the one that reads Make file)? When user is finished with the editing and all I would like for the menu item to read Make nameofproject file. Just like you see when you are ready to make your VB project into an executable you see Make project_name.exe...
File
----
Open
Save
Save As
Make file
Exit
How do I change the caption of the 4th sub menu item (the one that reads Make file)? When user is finished with the editing and all I would like for the menu item to read Make nameofproject file. Just like you see when you are ready to make your VB project into an executable you see Make project_name.exe...