.NET COntrol on Outlook Form

  • Thread starter Thread starter Michael Tissington
  • Start date Start date
M

Michael Tissington

How do I create a .NET control that I can use on an Outlook Form?

Thanks.
 
Hi Michael,

Thank you for posting in this group.
I do not quite understand your meanning.
Where do your outlook form com from?
I think you should provide more information to us so that we can help you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Michael Tissington" <[email protected]>
| Subject: .NET COntrol on Outlook Form
| Date: Thu, 4 Sep 2003 16:43:34 -0700
| Lines: 11
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups:
microsoft.public.dotnet.framework.windowsforms.controls,microsoft.public.dot
net.languages.csharp,microsoft.public.msdn.general
| NNTP-Posting-Host: antelope.oaklodge.com 63.67.71.5
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.csharp:182454
microsoft.public.msdn.general:35384
microsoft.public.dotnet.framework.windowsforms.controls:10575
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| How do I create a .NET control that I can use on an Outlook Form?
|
| Thanks.
|
| --
| Michael Tissington
| Oaklodge Technologies
| http://www.oaklodge.com/technology
|
|
|
|
 
I want to develope a control that I can place on an Outlook Form.

I know how to do this using vb and creating an ActiveX control.

My questions is how do I create a control in C# that I can use on an Outlook
Form.
 
Hi,
here is an article, which shows how to expose .net windows forms control as
ActiveX control, which you may use in Outlook forms.
There are a lot of similar examples around, just google for it. There are
also articles in MSDN, look for interop, activx, controls, etc.

http://www.vbdotnetheaven.com/Code/Jun2003/2067.asp

Hope that helps for beginning :)
Sunny
 
..NET controls do not natively work in an activex environment yet, you would
need some type of COM to .NET wrapper
 
Back
Top