CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Add-ins?

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

    Add-ins?

    What are add-ins for, and what can(can't) I do with it. Can anybody explain me what kind of advantage i can get using add-ins? Examples of using add-ins, or how to use them are welcome too.

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Add-ins?

    An Add-In is a program that 'links' into the VB IDE - it can extend the VB development environment and take control of just about any aspect of it.

    VB Comes with some add-ins that you can play with (API viewer, Resource Editor etc).

    Other Add-in's that you can download (freeware / shareware) include programs to insert error handlers, automated comment generation etc - VBPJ even had an addin that utilised the Windows Script control to allow you to create your own scripts that allows vb to have 'macros' (it's a very cool program)


    I've been thinking about writing a 'tutorial' add-in for the site - maybe an 'error handler' type thing (I'll get around to it one day).

    <shameless-plug>
    You can always checkout my add-in at http://www.eastwood60.freeserve.co.uk
    </shameless-plug>


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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