I have a bitmap (I don't know the dimension) and I need to put it into my VB program (either PictureBox or Image is OK)
I try to use the Stretch, but it stretch my picture box, instead of expand or compress my bitmap image.
How can I expand or compress my bitmap?
