Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Really useful VB6 source code [closed]

Tags:

vb6

This isn't a question but I thought I'd start a thread where links to exceptionally useful (and widely applicable) vb6 code could be placed.

My choice is by someone called John Korejwa and is located on planet sourcecode at

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=50065&lngWId=1

Basically what it does is to overcome a serious deficiency in vb6 without resorting to 3rd party components

In vb6 pictures can only be stored as bitmaps. If your application involves capturing and storing images (such as document scans) this can require vastly greater hard disk space than if th images coulsd be stored as jpgs.

That's what this source code provides via a single class that incorporates jpeg compression code.

This limitation is the cause of innumerable questions on vb forums but this is the only code I've ever found that solves the problem just using code inside your vb6 program.

like image 434
kjack Avatar asked Oct 24 '08 08:10

kjack


3 Answers

http://www.vbaccelerator.com/home/index.asp

More useful VB6 code then you can shake a stick at :)

like image 57
Patrick Cuff Avatar answered Nov 16 '22 20:11

Patrick Cuff


Karl Peterson's website

like image 27
MarkJ Avatar answered Nov 16 '22 20:11

MarkJ


Edanmo's list of useful free vb controls.

I especially liked the richedit control which is Unicode compliant.

like image 5
melaos Avatar answered Nov 16 '22 20:11

melaos