Button Images in Menu Bar

  • Thread starter Thread starter Rudy W.
  • Start date Start date
R

Rudy W.

For every user who logs in in my Access front end
application, I create a different menu bar.
That works perfect, no problem there, only...
how can I link a icon-file to the button images of the
menubar or how can I control the editing of the button
images of the menu bar using VBA code.

Thanks
 
Rudy W. said:
For every user who logs in in my Access front end
application, I create a different menu bar.
That works perfect, no problem there, only...
how can I link a icon-file to the button images of the
menubar or how can I control the editing of the button
images of the menu bar using VBA code.

Thanks

By CommandBars Metods and Properties
is not easy Collection, so you can open OnLineHelp and see it

Commandbars("cmbName").Controls("ctlName").PictureData=Me.ImageControl.Pictu
reData

Hi.
Alessandro(IT)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top