View Single Post
  #2  
Old March 20th 07, 01:23 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to run the custom Appointment form code ?

You mean that you want VBScript (not VB) code that is part of your custom form to run? Why not put the code in your addin?

If you really do want code on the form to run, you'll need to make an event on the form fire to run the code, e.g. change a property value to invoke the PropertyChange or CustomPropertyChange event.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DP" wrote in message ...
I’ve developed my COM AddIn. (C++) I have the custom button on toolbar inside
of the Appointment form.
When user clicks on this button then I have to execute some VB methods
inside of my custom form.
Could you advise please how to make it work?
Thanks

Ads