I have added a custom form region to the default Outlook meeting form. Is there some way I can detect when a button in the default form has been clicked? For example, I want to know when the "Rooms" buttom has been clicked (which is used to add a room resource to the recipients list). Is there anyway that I can locate this control in the Inspector and add an event handler? Thanks, Mike
No, not unless you replcae it with you own button. Why not use the PropertyChange event handler? BTW, you would be better off posting questions like this in microsoft.public.outlook.program_vba or microsoft.public.outlook.program_forms -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Michael" wrote in message news:uxAEHbTsIHA.5068@TK2MSFTNGP02.phx.gbl... >I have added a custom form region to the default Outlook meeting form. > > Is there some way I can detect when a button in the default form has been > clicked? > > For example, I want to know when the "Rooms" buttom has been clicked > (which is used to add a room resource to the recipients list). Is there > anyway that I can locate this control in the Inspector and add an event > handler? > > Thanks, > > Mike >