I have added a toolbar to my app. One of the buttons is a pull down menu, when I click on the button, I would like to show the pull down menu. I have searched the forum (as always) and could not find what I was looking for... how would this be done?
Add a reference to Microsoft Windows Common Controls 6.0 (SP6) and then add the toolbar control into your form...Open properties by right clicking on the control and open Buttons Section from the Property page...Click on Insert ButtonMenu and voila...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
Add a reference to Microsoft Windows Common Controls 6.0 (SP6) and then add the toolbar control into your form...Open properties by right clicking on the control and open Buttons Section from the Property page...Click on Insert ButtonMenu and voila...
done that already. what im looking to do is when you click on the button, the pull down menu is visible (not only when you click on the down arrow)
But don't know how to specify the argument. Button?! If this would be acchived, it would be exactly as you want.
either way, the example you provided did exactly what i was looking to do. i wish i knew how to code better. im sure plenty would laugh at my attempts to code