30 pts.
 How to add toolbar button in Lotus Notes programmatically
Hi ALl, How to add a custom toolbar button programmatically using C,C++ Notes API? Also i would like to add functionality to the button click.Pls help me with this.

Software/Hardware used:
ASKED: July 17, 2009  10:17 AM
UPDATED: July 18, 2009  4:59 AM

Answer Wiki:
Toolbar or Action bar. Don't mean to be overly nit picky but the answers are different. Andre Guiard wrote a great article and app for the view that allows you to create a tool bar button them build the code to send the toolbar button out via code. As for the code, a toolbar can only run limited @Formulas, so I have used them to spawn a form in a local database that has the code I actually want it to run and this has worked quite well. Admittedly you could write a dll and extend @Formulas like the @DBLookup, so you may need to go that way. I have used it many times and it works great! As for an Action Button, this is a bit more difficult as they are tied to the form or subform. Might be able to do it via C/C++ but I don't know off hand. Mike Kinder
Last Wiki Answer Submitted:  July 17, 2009  6:18 pm  by  SlikTool   1,830 pts.
All Answer Wiki Contributors:  SlikTool   1,830 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

HI Mike,
I didnt understand the answer u have given.Pls give some code snippet so i can run and understand how i can do it.ALso u have mentioned Andre Guiard’s article.Where is the location for that.
Im sorry if im bothering too much but im in great need.

thanks,
Harish.

 30 pts.

 

hi Mike,
I want to achieve creating the toolbar button using C Notes API? is this possible?Also mention the Andre Guiard’s article location.

thanks,
Harish.

 30 pts.