CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Posts
    49

    Want to creat Activex Dll of my Small VB code

    Any 1 can help me

    Actualy i have my code i want to distribue and so how can i convert that vb code in dll or ActiveX dll

    in my code i m cheaking 2 value using some function function are stored in my Module file with that module i want compile and distribute

    every program start with my control form in my control a condition if condition is false then program will end if condition is true my Clints program will start execute

    how i can do this think please tell me process

    Thanx

    Shashi

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Want to creat Activex Dll of my Small VB code

    Take a look at this article. Google is also a great resource! You can search for how to create ActiveX DLLs too.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Aug 2007
    Posts
    445

    Re: Want to creat Activex Dll of my Small VB code


    please rate the post if this is useful. And also never forget to mark the thread as [Resolved] when your problem is solved

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

Featured