I'm writing a program and I need to convert BMP to JPEG. I read the other threads but in each, a DLL is needed. I need to make the conversion with straight VB code (or through a .BAS file) Is there any way to make the conversion WITHOUT an external DLL/OCX File???
Surely, but you'll have to know the BMP and JPG format. If you want to take a look at BMP format file, look for MSDN and the BITMAP functions and data types (BITMAPFILEHEADER, BITMAPINFOHEADER), this will allow you to read the information with VisualBasic OPEN method.
Bookmarks