how to add Mouse Buttons in C++.NET
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
.NET doesn't have Classwizard, How can I add mouse buttons (OnLButtonDown,..), or OnPaint ??? Ehsan Behboudi
Hi, you will have a good tutorial here: http://www.codeguru.com/columns/Kate/KG061902.html Everything's beautiful if you look at it long enough...
-
.NET doesn't have Classwizard, How can I add mouse buttons (OnLButtonDown,..), or OnPaint ??? Ehsan Behboudi
Select the resource (dialog) where you want to add the mouse buttons to, in your resource view. Right click on the resource in the right document view. Select properties from the pop-up menu. A new window appears, click on Control Events in the toolbar. This shows all events for all the controls in your resource.