Click to See Complete Forum and Search --> : Writing an add-in for VB6


C Acheson-Crow
October 10th, 1999, 06:01 AM
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

Lothar Haensler
October 11th, 1999, 01:42 AM
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.