Com Object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis S

    #1

    Com Object

    Hello,

    Does anyone know of a step-by-step example of howto create a COM object or
    ActiveX object in VB.NET to be used in a application like Outlook.

    I realize .NET is moving away from COM but I need to use this control with
    Outlook.

    Thanks for your help.
    Dennis S
  • Ken Tucker [MVP]

    #2
    Re: Com Object

    Hi,

    http://msdn.microsoft.com/library/de...ookcomshim.asp

    Ken
    --------------
    "Dennis S" <DennisS@discus sions.microsoft .com> wrote in message
    news:E5950BB1-E908-4B53-8791-AAC992FA82F7@mi crosoft.com...
    Hello,

    Does anyone know of a step-by-step example of howto create a COM object or
    ActiveX object in VB.NET to be used in a application like Outlook.

    I realize .NET is moving away from COM but I need to use this control with
    Outlook.

    Thanks for your help.
    Dennis S


    Comment

    • Raymundo G

      #3
      RE: Com Object

      You can convert a Class Library to COm see this link.

      http://msdn.microsoft.com/library/en...llnetfrcom.asp

      --
      Raymundo G Gonzalez R.
      Avaya PSO


      "Dennis S" wrote:
      [color=blue]
      > Hello,
      >
      > Does anyone know of a step-by-step example of howto create a COM object or
      > ActiveX object in VB.NET to be used in a application like Outlook.
      >
      > I realize .NET is moving away from COM but I need to use this control with
      > Outlook.
      >
      > Thanks for your help.
      > Dennis S[/color]

      Comment

      Working...