
How to load JPG pictures???
From VB 5 online help of LoadPicture:
LoadPicture Function
---------------------------------------------------------
Loads a graphic into a forms Picture property, a PictureBox control, or
Image control.
Syntax
LoadPicture([stringexpression])
The stringexpression argument is the name of a graphics file to be loaded.
Remarks
Graphics formats recognized by Visual Basic include bitmap (.bmp) files,
icon (.ico) files, run-length encoded (.rle) files, metafile (.wmf) files,
enhanced metafiles (.emf), GIF files, and JPEG (.jpg) files.
Regards,
-Sai
.
Please note: e-mail address modified, to discourage SPAMMERs.
.
Quote:
> I would appreciate if someone can tell me if there is a way to load a JPG
> or other formats in VB 5.
> Thanks
> Pascal Essiembre