Click here to Skip to main content
15,891,248 members

Comments by Steve Harp (Top 5 by date)

Steve Harp 13-Apr-15 13:29pm View    
This is correct for the question about dependencies. When I use the 32-bit version of Dependency Walker, it reports everything as x86.
Steve Harp 1-Oct-12 12:04pm View    
I know I can get DPI from the Graphic object of the form, but I'm not clear on how I would use this information. How would my original formula look taking DPI into consideration?
Steve Harp 1-Oct-12 11:13am View    
Also, Setting SizeMode tells the PictureBox to size or position the image for you. This prevents me from adjusting the height. I must set SizeMode=Normal so I can make the image as tall as possible; I then need to compute the width so as not to distort.
Steve Harp 1-Oct-12 11:01am View    
SizeMode=Zoom doesn't work as documented on all computers. Some computers will show the images stretched or compressed in width distorting the display.
Steve Harp 24-Oct-11 16:32pm View    
Excellent answer and thanks very much. I find it amazing that, in order to get normal Windows behavior, I have to set an additional property. Go figure...