C
Craig Buchanan
I've created an Add-In for Outlook (2003) using VB.Net (VS 2005). I'm
having difficulty w/ getting either of the forms that I created to be
visible.
I've defined the forms as class-level variable in the Connect class. This
is the code that is executed in the method that handles the button.click
(button is a CommandButtonBar) event:
form_Export = New Form_Export
form_Export.Show()
What am I missing?
Thanks,
Craig Buchanan
having difficulty w/ getting either of the forms that I created to be
visible.
I've defined the forms as class-level variable in the Connect class. This
is the code that is executed in the method that handles the button.click
(button is a CommandButtonBar) event:
form_Export = New Form_Export
form_Export.Show()
What am I missing?
Thanks,
Craig Buchanan