Search results for query: *

  1. D

    Question Exposing .NET COM component to VB6

    Exposing .NET COM to VB6? Ok, imagine the simplest solution in Visual Studio 2008 with framework 3.5 (OS = Win XP) where I have added a class library. Then I've added a COM Class. This COM Class is so simple, it only exposes 1 function: Public Function SayHello() As String Return " Hello." End...
  2. D

    Question Exposing .NET COM component to VB6

    Hello my saviors (I hope), I have a little problem getting my .NET component to work in VB6. I have created in Visual Studio 2008 with VB.NET using the COM Class template a assembly which I want to call in VB6. This is the code: <ComClass(TestTemplateClass.ClassId...
Back
Top