CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Location
    Roswell, GA
    Posts
    73

    restrictions on distributing



    I am looking for the legal text that explians the restrictions on distributing VB's ActiveX's controls. Controls like flex grid and rich text.


    I can not find where text that says I am allowed to or not allowed to.


    Furthermore, does the environment matter. Some of my applications are Visual C++, but they call VB dlls. (Version 5.0 for both languages.)

  2. #2
    Join Date
    Mar 1999
    Location
    Roswell, GA
    Posts
    73

    restrictions on distributing



    I am looking for the legal text that explians the restrictions on distributing VB's ActiveX's controls. Controls like flex grid and rich text.


    I can not find where text that says I am allowed to or not allowed to.


    Furthermore, does the environment matter. Some of my applications are Visual C++, but they call VB dlls. (Version 5.0 for both languages.)

  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: restrictions on distributing



    Hi


    As far as I'm aware, you can distribute any of the controls that come with

    your edition of VB (professional/enterprise etc). You may want to check on the

    Visual Basic web site at http://msdn.microsoft.com/vbasic for more information.


    I think that Visual Basic Books-OnLine that came with VB5 (and 6?) also has

    more information on distribution.


    As for mixed environments, that should be fine if you're using COM dll's etc.

    Remember though, that you'll have to create Setup.exe programs for your VB

    components to ensure that all the relevant run-times are copied to the machine.


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com



  4. #4
    Join Date
    Mar 1999
    Posts
    6

    Re: restrictions on distributing



    The only exception is if you place the DBGRID control on your own activeX control : this is not allowed !

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