Is there a way of converting jpg & gif files in to bmp format??
-- **** happens then you die!
Yep. Use this: VB Code: Picture1.Picture = LoadPicture("Path\To\File.jpg") SavePicture Picture1.Picture, "Path\To\File.bmp" You can use this for GIFs, too. The first string is the path of the JPEG, and the 2nd is where you want to save the bitmap.
Picture1.Picture = LoadPicture("Path\To\File.jpg") SavePicture Picture1.Picture, "Path\To\File.bmp"
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. (Just a heads-up)
Thanks Sastraxi... I actually found that in another post shortly after I posted my first message.
Forum Rules