CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    California
    Posts
    264

    How can I add more add-ins and utilities?

    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
    Best Regards,

    Kevin Shen

  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: How can I add more add-ins and utilities?

    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
    [email protected]

    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
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: How can I add more add-ins and utilities?

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured