Really useful VB6 source code [closed]

2019-02-03 16:35发布

问题:

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.

回答1:

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

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



回答2:

Karl Peterson's website



回答3:

Edanmo's list of useful free vb controls.

I especially liked the richedit control which is Unicode compliant.



回答4:

When mentioned by me in a different thread, Mark J suggested I moved this here. Still an excellent resource if you want to do high-speed visual basic programming. Originally meant as some kind of competition (with or without "doping") it shows the real strengths and weaknesses of VB6 at its core.

VBSpeed at XBeat.net



回答5:

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



回答6:

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



标签: vb6