vote up 6 vote down star
4

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.

flag

56% accept rate
This is not a programming question. Expect it to be closed. – scunliffe Oct 24 '08 at 10:34
I suppose you're right. Very useful code though – kjack Oct 24 '08 at 11:03
Sure it's a question. Where can you get the best VB6 source code? Good question too, by crikey I will +1 it. – MarkJ Feb 3 at 20:41

5 Answers

vote up 0 vote down

VBNet has a ton of useful stuff. Definately second the motion on VBAccelerator and Karl Paterson's site.

link|flag
vote up 0 vote down

FreeVBCode.com has always been my favorite place to look before reinventing the wheel.

link|flag
vote up 3 vote down

Edanmo's list of useful free vb controls.

I especially liked the richedit control which is Unicode compliant.

link|flag
vote up 4 vote down

Karl Peterson's website

link|flag
Great site! I have found his replacement for Sendkeys for vb6 apps running on Vista invaluable – kjack Oct 28 '08 at 22:25
vote up 5 vote down

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

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

link|flag
Good site. Been playing around with one of the code snippets this afternoon (xp styles in vb6 app) – kjack Oct 24 '08 at 16:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.