View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jamie Ballingall Jamie Ballingall is offline
external usenet poster
 
Posts: 1
Default Prevent anti-aliasing in Image Control

When I load an image into an image control from Control Toolbox
toolbar, the image is anti-aliased. Is there a way of preventing this?

The simple solution is, of course, to use the "Insert Picture from
File" button on the Drawing toolbar. That, however, only has a single
event and not the Mouse Down and Mouse Up events that I need.

Many thanks,

Jamie