Picture

A

Arvin Meyer [MVP]

Rose said:
I want to import picture on form but instead of the picture its loading the
icon.

Make sure the picture is embedded and that there is an OLE server associated
with the file type. For instance, MS-Paint can be associated with the file
types of:

..png, .bmp, .jpg, and .gif

If it opens when you double-click on that file type, it should work. If
another program opens, or you don't have a file type like one of those 4,
the program that opens it may not be an OLE server (MS-Paint is).
 
Top