Click to See Complete Forum and Search --> : toolbar event .Net


shean85
August 3rd, 2004, 10:32 PM
How to add handler for toolbar button in VC++ .Net ??
In VC++ 6 it was very easy by cliking ctrl+w , but I can't find how to add event in .Net .Only way i found to add item in to menu with same ID.


Please help,
Thank you

Marc G
August 5th, 2004, 01:43 PM
Yep, it seems it's not possible with VC++.NET :(

Andreas Masur
August 5th, 2004, 01:59 PM
[ Moved thread ]

Andy Tacker
August 6th, 2004, 02:44 AM
in .NET you only have ToolBar click event.

later in that event using the event args, you can find which toolbar button was clicked and hence perfrom the desired operation.