I need to load a certain piece of a jpg or bmp image file, to a
picture box. If I use LoadPicture the picture box loads the file
from (0,0). Is there a way to change this offset, or is there a
different function?
Thank you!
Printable View
I need to load a certain piece of a jpg or bmp image file, to a
picture box. If I use LoadPicture the picture box loads the file
from (0,0). Is there a way to change this offset, or is there a
different function?
Thank you!
Use a invisible picbox with autoredraw and set it's picture, then paintpicture it onto the visible picbox.