A
Al_21_11
When i call a windows form from my add-in it will not dispaly any of the
information on the form.
this is how im calling my form.
Dim frmExport As New Form()
frmExport.ShowDialog()
i wanted to get text enterted in msoControlEdit button and do a search and
display results and allow the user to select result. form works fine when im
not using it in an outlook add-in so i dont know what is wrong
information on the form.
this is how im calling my form.
Dim frmExport As New Form()
frmExport.ShowDialog()
i wanted to get text enterted in msoControlEdit button and do a search and
display results and allow the user to select result. form works fine when im
not using it in an outlook add-in so i dont know what is wrong