Interop Forms Toolkit 2.0

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

    #1

    Interop Forms Toolkit 2.0

    Can these .NET controls be added to a C++ application?


  • Herfried K. Wagner [MVP]

    #2
    Re: Interop Forms Toolkit 2.0

    "Lou" <lou.garvin@com cast.netschrieb :
    Can these .NET controls be added to a C++ application?
    If they are .NET assemblies, they can be used within C++/CLI projects.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Lou

      #3
      Re: Interop Forms Toolkit 2.0

      What I really need to know is the Interop object that gets created be added
      to a C++ app.
      I need it to run as a plug-in to a third party C++ app.
      Another words, will the third party C++ app see this component as a COM
      object summarily as VB6
      does?

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atwrot e in message
      news:OOUZ0o$kHH A.3280@TK2MSFTN GP05.phx.gbl...
      "Lou" <lou.garvin@com cast.netschrieb :
      >Can these .NET controls be added to a C++ application?
      >
      If they are .NET assemblies, they can be used within C++/CLI projects.
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...