Adding a Pop-up menu
Task :
Add a pop up menu which appears when the right mouse is clicked.
Instructions :
- Design the menu in the resources.
- Add a handler that corresponds to the right mouse button being clicked.
- Link this menu to the Remove, RemoveAll and EditCurrentName functions.
Help :
"Essential Visual C++ 4" - Mickey Williams- pp 173-176.
Click here for a worked example
Click here for the source code
Click here to return to menu