Click to See Complete Forum and Search --> : How can I add more add-ins and utilities?


kevin shen
September 24th, 2001, 08:19 PM
How can I add more add-ins and utilities?
My VB add-in manager show only 3 add-ins, how can i find and add more add-ins?

Thanks!

Best Regards,

Kevin Shen

Cakkie
September 25th, 2001, 01:02 AM
You can find them around on the internet. But for most of them, you will need to pay.
You could however design your own add-ins, cause there's written in VB. To do this, you need to create a new project of the type Add-In.

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook

John G Duffy
September 25th, 2001, 09:02 AM
GO to Http://www.Planet-Source-Code.com/vb and search for "Add-ins" or "Addins" or "Add-in" (Without the quotes of course) or some similar search argument.
There you will find some Addins including a couple on how to create your own add-ins.

John G