User Profile

Collapse

Profile Sidebar

Collapse
solano
solano
Last Activity: Sep 11 '09, 08:35 AM
Joined: Aug 12 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • solano
    started a topic Using .NET Objects from COM

    Using .NET Objects from COM

    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,...
    See more | Go to post

  • solano
    replied to Serialization
    in XML
    Sorry, I use VB.NET.
    See more | Go to post

    Leave a comment:


  • solano
    replied to Serialization
    in XML
    Thanks!

    Could you explain a little bit more how I can do this?
    See more | Go to post

    Leave a comment:


  • solano
    started a topic Serialization
    in XML

    Serialization

    Hi!

    I have an autogeneratede class (from a xsd schema). When I serialize this with

    Code:
    Dim ser As New XmlSerializer(GetType(Skjema))
            ser.Serialize(Console.Out, Skjema_Obj)
    I get

    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"
    ...
    See more | Go to post
    Last edited by Dormilich; Aug 12 '09, 09:53 AM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...