Is there any way to put icons on ToolBar buttons buttonMenu?.
i want to know how to put icons on Toolbar buttons buttonMenu?, if there is a way to put icons on it.
any help will be appreciated SOOO MUCH.
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
Not sure, but if it's anything like the popup menu's then no. Did you check out vbaccellerator to see if there are any custom Toolbar controls that you can use that maybe have greater customization possibilities?
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
hi Mr.baja yu,i download some controls on vb accllerator but it doesnt work i get an error so i stop on vb accellerator.
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
What error? did you register the controls properly?
EDIT: This looks like exactly what you need http://www.vbaccelerator.com/home/VB...ol/article.asp
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
yes i do right click and hit register this component but i get an error after so i guess its not registered.
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
Works just fine for me. Downloaded the VB6 binary, copied vbalTbar6.ocx to System32 folder, opened command prompt, typed: regsvr32 vbalTbar6.ocx, hit enter and registered fine. Opened VB, went to components and added vbAccelerator VB6 Form Toolbar and Rebar.
If you are using Vista/W7 you will need to open command prompt as admin.
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
Re: Is there any way to put icons on ToolBar buttons buttonMenu?.
thanks Mr.baja yu,it works now in the way you told me but can you teach me how to code this in order to see how this work coz i dont know.