|
-
February 7th, 1999, 10:23 PM
#1
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.)
-
February 7th, 1999, 10:23 PM
#2
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.)
-
February 8th, 1999, 03:47 AM
#3
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
-
February 8th, 1999, 07:12 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|