ADXOutlookForm

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

ADXOutlookForm
Available in C++? 
FTGMan




Posts: 31
Joined: 2007-02-09
I have a new project that I have added the Outlook form manager to.
However, the "Add New Item" wizard does not include the "ADXOutlookForm" component.

Is there a problem or does the C++ version not include the form component?
Posted 22 Feb, 2007 13:52:17 Top
Fedor Shihantsov


Guest


The C++ version does not include the form component.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 23 Feb, 2007 04:50:45 Top
FTGMan




Posts: 31
Joined: 2007-02-09
Then whats the point of including the forms manager and how am I supposed to create the form to add into the forms manager!
Posted 23 Feb, 2007 05:23:20 Top
Fedor Shihantsov


Guest


Please, add ADXOlFormsManager to your AddinModule.
Add Windows Form to your project.
Change the System::Windows::Forms::Form base class to AddinExpress::OL::ADXOlForm for your Windows Form.

Now you can open the ADXOlFormsManager.Items editor and set ADXOlFormsCollectionItem.FormsClassName to [YourAddinNamespace].ADXOlForm1 manually.

You can download the sample: http://www.add-in-express.com/projects/adx-x-ol-3-adxxolcppaddin.zip

Please, let me know about the result.
Posted 23 Feb, 2007 08:17:00 Top
FTGMan




Posts: 31
Joined: 2007-02-09
Ok. I could not get your example to build correctly but it does display the form in the designer.

I Added the forms manager and a form and changed the forms class but now when I open the designer I get:

"The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: PublicFolderForm --- The base class 'AddinExpress.OL.ADXOlForm' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. "

How do I add a reference to this class?
Posted 23 Feb, 2007 08:34:37 Top
Fedor Shihantsov


Guest


Do you have the AddinExpress.OL.2005.dll assembly in project refrences (see Properties|Common Properties|References)?

What Visual Studio version do you use?
Posted 23 Feb, 2007 09:17:22 Top
FTGMan




Posts: 31
Joined: 2007-02-09
Yes I do.

Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Professional

Microsoft Visual Basic 2005 77626-009-0000007-41117
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77626-009-0000007-41117
Microsoft Visual C# 2005

Microsoft Visual C++ 2005 77626-009-0000007-41117
Microsoft Visual C++ 2005

Microsoft Visual J# 2005 77626-009-0000007-41117
Microsoft Visual J# 2005

Microsoft Visual Web Developer 2005 77626-009-0000007-41117
Microsoft Visual Web Developer 2005

Add-in Express?Â?Ô?? 2007 .NET v3.3.1867
Add-in Express?Â?Ô?? 2007 .NET. For more information about Add-in Express?Â?Ô??, see the following website: http://www.add-in-express.com. Add-in Express?Â?Ô?? .NET, Copyright © Add-in Express. All rights reserved.

Crystal Reports AAC60-G0CSA4B-V7000AY
Crystal Reports for Visual Studio 2005
Posted 23 Feb, 2007 09:29:15 Top
Fedor Shihantsov


Guest


Could you please send me your project on the support email?
Posted 23 Feb, 2007 09:37:37 Top