Results 1 to 4 of 4

Thread: creating active x dll with vb.NET

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    creating active x dll with vb.NET

    i truely dont know where to begin by creating activex dll with vb.net i need only the first steps
    what kind of project to create?
    is there need to add com class to my project???
    how to program the class i need i know how to do that but i dont know the frame for that program - can someone help me???

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    I don't think it is possible to create an ActiveX DLL in VB.NET.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    activex dll + vb.NET

    Actually i know it is possible
    i just dont know how!!
    you can see the folowing note
    http://www.dotnet247.com/247referenc.../12/62311.aspx

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    dll in vb.NET

    i still have some question mark ill describe them:
    1. i opened new vb.Net project (class Library project)
    2. i right click on the project name and added new item Com class and got the folowing line

    <ComClass(ComClass1.ClassId, ComClass1.InterfaceId, ComClass1.EventsId)> _
    and in the gui i got
    #Region "COM GUIDs"
    ' These GUIDs provide the COM identity for this class
    ' and its COM interfaces. If you change them, existing
    ' clients will no longer be able to access the class.
    Public Const ClassId As String = "4FFC8EF6-2F50-4571-BD3A-B714401DEA17"
    Public Const InterfaceId As String = "825095CB-A680-451F-9D52-48B1E9F5D1C4"
    Public Const EventsId As String = "0FC68369-D4EB-4345-A918-054FC20A610B"
    #End Region

    3. what should i do then??? should i use the SN.EXE altough i have classID unique strong name???
    ill apreciate any step by step help
    thanks alot

    should i register the dll before i code the class???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width