add button toolbar

I'm not enghisch I Italian

I will add button at toolbat of resourse computer.
(italiano: io vorrei aggiungere un bottone alla toolbar di Risorse del Computer (il bottone deve fare quello che voglio io), sapete come si puo fare )


I can
You has a simple tutorial
(I have the Visual Studio 2005 beta 2, bat not important)




Answer this question

add button toolbar

  • Jorge P

    You want to create a toolbar button and implement its function. Basically you need to go to your *.rc file and open Toolbar section and click IDR_MAINFRAME and add a bitmap and associate a ID with it. To implement its function, similar to a menu item, you can veiw David J. Kruglinski's Inside Visual C++ (4th edition) Chapter 13 -- Toolbars and Status Bars. Hope this help.
  • add button toolbar