I use common dialog to go to any folder and select a
gif or jpg file to be moved into my image folder for later view via a pic display. Is there a way to get the properties of the picture file before I move it...I am concerned with the width and hight of the picture and it
will be only jpg or gif.

ie..
if (selected picture).width > my size _
or (selected picture).height > my size then
msgbox...sorry picture is too large for program
exit
endif