Use of Task Panes or ADXOLForms for modal dialogs?

Add-in Express™ Support Service
That's what is more important than anything else

Use of Task Panes or ADXOLForms for modal dialogs?
is it possible and/or recommended? 
Murray Low




Posts: 10
Joined: 2008-09-15
I was wondering if I could use any of the built in AIE objects (either ADXOLForms or custom task panes or something else) for use as a modal dialog. If so, I am wondering how I specifically do so. (building an outlook add-in). It wasn't clear from the documentation.

I was doing some reading and it appeared that the answer was no, but I wanted to be sure. If not, I guess I am relegated to regular ol' .NET windows forms (using C# in my case).

thanks

Murray
Posted 19 Dec, 2008 01:00:11 Top
Fedor Shihantsov


Guest


Hello Murray,

You should not use ADXOLForms for modal dialogs. Use .NET windows forms for this task.

Please see the http://www.add-in-express.com/support/addin-c-sharp.php#form-regions howtos about using ADXOLForms and ADXOlFormsManager combined

Feel free to ask me if you have other questions.
Posted 19 Dec, 2008 07:22:11 Top
Murray Low




Posts: 10
Joined: 2008-09-15
thanks, i figured that was the case but wanted to make sure!

murray
Posted 19 Dec, 2008 20:50:32 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Murray,

Thank you for the notification and good luck with your project.



Posted 22 Dec, 2008 07:55:45 Top