msoutlook.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to create Outlook forms to display data fetched from dat

 
Post new topic   Reply to topic    msoutlook.org Forum Index -> Outlook Programs Add-Ins
Author Message
Ravi



Joined: 15 Jan 2008
Posts: 2

PostPosted: Tue Jan 15, 2008 9:16 am    Post subject: How to create Outlook forms to display data fetched from dat Reply with quote

We are facing a problem creating Windows based forms for Outlook that should
be embedded within the Outlook. If we use Windows Forms (from Visual Studio
2005), we can successfully built it with outlook add-in (C#) and use the
functionalities as needed. But we cannot attach them inside the outlook window

Another option is to use Outlook forms. Can any help by explaining how to
crate Outlook forms to achieve the following functionalities?

1.The form should display data fetched form a remote or local SQL 2005
database through WebService
2.The form will have Read-Write characteristics
3.The form should have events such as OnLoad or should respond to custom
events

Please suggest if there is any other option to implement above mentioned
functionalities.

Thanks,
Ravi

Archived from group: microsoft>public>outlook>program_addins
Back to top
View user's profile Send private message
Sue Mosher [MVP-Outlook]



Joined: 12 Aug 2007
Posts: 656

PostPosted: Tue Jan 15, 2008 12:30 pm    Post subject: Re: How to create Outlook forms to display data fetched from Reply with quote

1) Code behind a published custom form (VBScript) or in an add-in. In Outlook 2007, form regions would also be a good solution. You might also find the developer tools at http://www.add-in-express.com useful.

2) Since Outlook custom forms and form regions are viewers for individual items, they have the read/write characteristics of the underlying items. You can, of course, make individual controls read-only as needed.

3) If you look at the Outlook object model, you'll see that each item type (e.g. ContactItem) has an Open event, among others.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Ravi" wrote in message @microsoft.com...
> We are facing a problem creating Windows based forms for Outlook that should
> be embedded within the Outlook. If we use Windows Forms (from Visual Studio
> 2005), we can successfully built it with outlook add-in (C#) and use the
> functionalities as needed. But we cannot attach them inside the outlook window
>
> Another option is to use Outlook forms. Can any help by explaining how to
> crate Outlook forms to achieve the following functionalities?
>
> 1.The form should display data fetched form a remote or local SQL 2005
> database through WebService
> 2.The form will have Read-Write characteristics
> 3.The form should have events such as OnLoad or should respond to custom
> events
>
> Please suggest if there is any other option to implement above mentioned
> functionalities.
>
> Thanks,
> Ravi
>

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Outlook Connector I've been using the Outlook Connector for Domino for over a year with pretty good success. This past weekend it looks like the Domino changed something and all of my Domino mail now looks different. instead of showing the sender's short nam

Error deleting second attach from RTF Msg w/ Outlook 2007 I get an error, 0x80030002 "%1 could not be found.", when I try to delete the second attachment from an rtf email message only in Outlook 2007. The first attachment gets processed with no problems. I've tried getting a new and a

Live Local add-in for Outlook fails install I have Win XP SP2, Office 2003 SP2. I had the beta version of Windows Live Local add-in for Outlook, which stopped working when IE7 was out. So I uninstalled the add-in using Add/Remove programs. The Windows Live Local add-in does not appear in my Add/

Outlook crashes during shutdown after running operation I have a COM addin (VB6), that had run without error until recently. When the following code is run, the microsoft error reporting window comes up when outlook is closing after the and after the events. Private Sub ExecuteBu

How to add envid,notify and ret parameters to Outlook mail ? I'm writing an application as plugin to Outlook 2003 using VSTO. Now I have a big problem. I tried to add envid,notify and ret parameters to message header (MailItem) but I got stuck. According to SMTP envid and ret must be a
Post new topic   Reply to topic    msoutlook.org Forum Index -> Outlook Programs Add-Ins All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group