R
R Avery
I am writing a VB6 COM addin for outlook, and i an having trouble with
getting the custom menuitems that I programmatically create do anything.
In VBA i am used to just setting the OnAction property, but this does
not seem to be working. I have done some web searches, but I haven't
found any clear explanation of what I have to do. Some said things
about creating custom TAG properties for each button, and had a
different syntax than I am used to for setting the OnAction property...
could someone explain to me what I have to do?
Also, in case this is material, I am also interested in having multiple
menuitems call the same procedure in the DLL.
Any help would be most appreciated.
getting the custom menuitems that I programmatically create do anything.
In VBA i am used to just setting the OnAction property, but this does
not seem to be working. I have done some web searches, but I haven't
found any clear explanation of what I have to do. Some said things
about creating custom TAG properties for each button, and had a
different syntax than I am used to for setting the OnAction property...
could someone explain to me what I have to do?
Also, in case this is material, I am also interested in having multiple
menuitems call the same procedure in the DLL.
Any help would be most appreciated.