View Single Post
  #18   Report Post  
Posted to microsoft.public.excel.programming
Vladislav Ulin?k Vladislav Ulin?k is offline
external usenet poster
 
Posts: 1
Default getImage and VBA Callback

Hi Bob,
I am just looking for solution how to get image from .ico files to MS Access 2007 ribbon button. I have tested your code and it works for .ico files, not for .png files. I dont know why but it's not important for me now.

But I would need help with picture resolution. My source image file "test.ico" resolution is 32x32. Image looks well in ImageControl on form. But when I use this same file in your code, ribbon button (size="large") picture looks misshaped. What I should change in code to keep picture proportions and get same result as in ImageControl? Any idea? Thank you