I currently have a Control with Image and Picture Box Controls on it. I use the Images to do the rollover actions on my Picture Boxes.

The problem is that when the users have their dpi set to 120 my images look all screwed up. Everything isn't where it's supposed to be and bitmaps no longer fit in the object spaces; the spaces are much larger now given the higher dpi.

Is there a way around this problem? I've tried using the stretch property, but then the picture quality goes down the drain.

Any insight on this problem would be appreciated.