Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I'm looking for grid-view controller with right click menu for my C++ MFC project.
Any clue for this from you guys?
Posted

1 solution

What! it's not there in your Toolbox? Find a grid-cntl, then create the view, then hook it to an ID that the menu will use when you right click in the view screen. You will need to create a separate menu resource that shows up with a WM_RBUTTON_CLICK.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900