CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    6

    Writing an add-in for VB6

    While developing in Access I wrote a SendKeys macro that added standard
    error trapping, this was extremely useful and I would like to write an add
    in for VB6 that will do the same job.

    I know there are already add in's to do this, but I would like to have a go
    at writing my own.I have no idea where to begin in writing an add-in
    and would appreciate it if someone could point me in the right direction




  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Writing an add-in for VB6

    when you create a New Project via the File menu, you can choose "ADd-In" as a project type.
    That's the best starting point for an Add-In that I know of. VB creates a skeleton app for your add-in.



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