| | |
RightClick Menus
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Feb 2008
Posts: 517
Reputation:
Solved Threads: 1
Narue, I have to answer you well here because this is also not your first time you write this to me.
First I respect what you say, I dont want to be mean either. I begun programming in January this year without knowing anything and until this date I have coded the program that I am doing and it is going great. So far I have coded over 800 A4 pages and almost 500of these pages is an interpreter where you can code yourself in that program. This is not easy to do as you know.
This whole solution has a base built up on 3D vectors that you should have noticed also that I have asked some questions about ?
Consider that I have asked few A4 pages about this, Yes.
And from that very thankful help I have myself been taken this information and myself created 500 A4 pages. Look at my posts, there is a gap between 30 Jul - 31 Aug. Here I did 300 pages without help.
The Interpreter speed is 10 times faster than worldleading programs that I am on my way to beat in other functions. That is deep thinking.
So understand me right. You are wrong when you say that I am not suited to programming.
It is not only knowing how to do all the Toolbox functions but very much how you actually do the solutions. I get one help and I do 100 of things with that help. Trust me on that.
Anyway I dont meen anything bad with this and I do appriciate the help that I´ve got from before very much. Without that I would never come this far !!
First I respect what you say, I dont want to be mean either. I begun programming in January this year without knowing anything and until this date I have coded the program that I am doing and it is going great. So far I have coded over 800 A4 pages and almost 500of these pages is an interpreter where you can code yourself in that program. This is not easy to do as you know.
This whole solution has a base built up on 3D vectors that you should have noticed also that I have asked some questions about ?
Consider that I have asked few A4 pages about this, Yes.
And from that very thankful help I have myself been taken this information and myself created 500 A4 pages. Look at my posts, there is a gap between 30 Jul - 31 Aug. Here I did 300 pages without help.
The Interpreter speed is 10 times faster than worldleading programs that I am on my way to beat in other functions. That is deep thinking.
So understand me right. You are wrong when you say that I am not suited to programming.
It is not only knowing how to do all the Toolbox functions but very much how you actually do the solutions. I get one help and I do 100 of things with that help. Trust me on that.
Anyway I dont meen anything bad with this and I do appriciate the help that I´ve got from before very much. Without that I would never come this far !!
Last edited by Jennifer84; Oct 8th, 2008 at 5:34 pm.
•
•
Join Date: Apr 2008
Posts: 70
Reputation:
Solved Threads: 18
Jennifer,
If you still need an answer on this, here it is:
Add a ContextMenuStrip to the form and put some elements in it, then add an event handler for the "MouseDown" event, and add the following code:
That should pop the menu when you right-click on the form.
If you still need an answer on this, here it is:
Add a ContextMenuStrip to the form and put some elements in it, then add an event handler for the "MouseDown" event, and add the following code:
C++ Syntax (Toggle Plain Text)
if (e->Button == System::Windows::Forms::MouseButtons::Right) { contextMenuStrip1->Show(e->X, e->Y); }
-Mike
![]() |
Other Threads in the C++ Forum
- Previous Thread: Homework Help $$ in return
- Next Thread: strings and pointers
Views: 446 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamiccharacterarray encryption error file format forms fstream function functions game givemetehcodez graph homeworkhelp iamthwee ifstream input int java lib library lines list loop looping loops map math matrix memory newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort sorting spoonfeeding string strings struct temperature template templates text tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets






