Is there a third party control that lets me do this?
J/w...thanks. :)
Printable View
Is there a third party control that lets me do this?
J/w...thanks. :)
What do you mean exactly by export (Im a little slow ... OK Really Slow)
Well I want to make a program that resizes images to thumbnail size. But I talked with someone who said that even if I could do this they could only be saved as BMP.
Is that right?
I bet you could reference an Office app (Word for example) and use it to grab an image off the clipboard, resize it, and put it back on the clipboard.
Probably would be stuck with either a metafile or a bitmap tho ..
just an idea
Intel's JPEG Library (http://developer.intel.com/software/.../ijl/index.htm) is able to resize/save/load JPGs so you might want to look at the sample they have with the DLL.
Also, in u'r component list there is a component called Kodak Image Edit Control
its able so save jpg aswell
VB Code:
ImgEdit1.SaveAs App.Path & "\test.jpg", wiFileTypeJPG
alot of filetypes are supported :
http://www.pvp.no/vbw/KodakFiletypes.gif