custom command bar buttons

2003-12-17 Thread Eric Allen
I am working on an application that will add it's own custom buttons to the command bar. I'm doing this through the sysNotifyMenuCmdBarOpenEvent so it will add the buttons no matter what app is running. My problem is that I can't come up with a way to make the resources of my custom images

Re: custom command bar buttons

2003-12-17 Thread Gavin Maxwell
As you've discovered you need to keep your db open. There is no problem keeping a db open (dmModeLeaveOpen) - but you need to keep hold of a reference to the open db so you can close it later as required (stuff it in a feature). There's a bit more to it, but that should get you going for the most