Hi!
I want to use a .Net object in VB6.
I have a virtual PC with VS2008. I have generated a class library project (File - ClassLibrary) and a COM class (Right click on my project - Add - New Item - COM Class). I have also generated a Interface, and my com class inherits from this interface. Do I have to do something manually her?
I build my project from the Build menu, and I got the files ClsAltinn.tlb, ClsAltinn.xml,...
User Profile
Collapse
-
Using .NET Objects from COM
-
Thanks!
Could you explain a little bit more how I can do this?Leave a comment:
-
Serialization
Hi!
I have an autogeneratede class (from a xsd schema). When I serialize this with
I getCode:Dim ser As New XmlSerializer(GetType(Skjema)) ser.Serialize(Console.Out, Skjema_Obj)
...Code:<?xml version="1.0" encoding="Windows-1252"?> <Skjema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
No activity results to display
Show More
Leave a comment: