Jamie Begin
Posts: 1
Joined: 2006-03-14
|
I'm using Visual Studio 2005 and VB.Net. I've followed the instuctions in the Getting Started Guide on how to add a page to the Outlook Options menu. It works, except I can't figure out how or where to trap the event that fires when a user clicks "Ok" or "Cancel". If I were using a normal Win Forms project I would simply do:
frmDialog.ShowDialog()
If frmDialgo.DialogResult = DialogResult.OK Then
' Save the settings
End If
How do I do this using an Add-in Express project within Outlook? Thank you. :-) |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
|