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
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.