new submenu
-
in an editor when I will click the new submenu,a dialog box will appear where I can put the filename.so when I will click the the save button in the dialog box,whatever the file name entered that will appear on the main menu.like internet explorer whatever URL we are entering that is appearing on the main menu .How to do it
-
in an editor when I will click the new submenu,a dialog box will appear where I can put the filename.so when I will click the the save button in the dialog box,whatever the file name entered that will appear on the main menu.like internet explorer whatever URL we are entering that is appearing on the main menu .How to do it
The way you word these, it sounds like you're reading them off your spec documents at work.
sarojkumarjena wrote:
How to do it
http://www.c-sharpcorner.com/winforms/MenusFunctionalityGAG.asp[^] That was my first google hit, by the way. So, you just add the menu items according to what you're shown on that page.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
The way you word these, it sounds like you're reading them off your spec documents at work.
sarojkumarjena wrote:
How to do it
http://www.c-sharpcorner.com/winforms/MenusFunctionalityGAG.asp[^] That was my first google hit, by the way. So, you just add the menu items according to what you're shown on that page.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
my problem is not adding the menu items.When I will click the new submenu,a dialog box will appear where I will enter the filename.When I will click the ok button of the dialog box,that filename will appear immideately on the main bar
-
my problem is not adding the menu items.When I will click the new submenu,a dialog box will appear where I will enter the filename.When I will click the ok button of the dialog box,that filename will appear immideately on the main bar
OK, I have some questions 1 - are you being paid to write this code 2 - are you typing these questions in from your clients specification 3 - what part of what you typed above is confusing you 4 - how long have you been coding for The best long term answer to this specific question kind of depends on how you answer my questions.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
OK, I have some questions 1 - are you being paid to write this code 2 - are you typing these questions in from your clients specification 3 - what part of what you typed above is confusing you 4 - how long have you been coding for The best long term answer to this specific question kind of depends on how you answer my questions.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Thank you very much
-
Thank you very much
OK, if you won't answer then I'll limit myself to saying that showing a dialog box and collecting a name is a very trivial task. If this is homework, you should pay attention in class more. If this is work, you should speak to your manager, not least because he needs to know that you can't do this on your own.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog