Results 1 to 4 of 4

Thread: Accessing .net in VB6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    Accessing .net in VB6

    Hello Everybody:
    Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?

    Pls guide...

    Rahil

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Accessing .net in VB6

    Originally posted by Rahils573
    Hello Everybody:
    Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?

    Pls guide...

    Rahil
    Most people are doing things the other way round. Is this something that you are really trying to do?

    .NET appz require the correct framework to be installed on the machine that they are expected to run.

    If you succeed at this, do let me know.

    Cheers,
    Abhijit

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    Re: Re: Accessing .net in VB6

    My application is a Multithreaded ,Client server application so works well in .Net. However ever that application has to be created as an active X Control so VB6 environment is required..So any ideas how to convert .net into VB6.

    K


    Originally posted by abhijit
    Most people are doing things the other way round. Is this something that you are really trying to do?

    .NET appz require the correct framework to be installed on the machine that they are expected to run.

    If you succeed at this, do let me know.

    Cheers,
    Abhijit

  4. #4
    Addicted Member
    Join Date
    Feb 2003
    Posts
    237
    I have a vb6 project that accepts activex plugins.

    I have a .NET sample plugin I was able to get to work
    as a COM server with it.

    http://www.sandsprite.com/Sleuth/plugin_developers.html

    The general plugin framework it uses is also open source
    so you can see what it was designed for :

    http://sandsprite.com/CodeStuff/Unde...g_plugins.html
    Free Code, papers, tools, and more

    http://sandsprite.com

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