|
-
Apr 21st, 2000, 04:13 AM
#1
Thread Starter
Fanatic Member
If a program u installed spreads OCX files into your system directory, after installation... can you use those OCX files in your program without any legal issues?
-
Apr 21st, 2000, 04:53 AM
#2
Unless...
Unless a .txt file says otherwise...Yes.
-
Apr 21st, 2000, 08:21 AM
#3
Sometimes an .ocx file requires a licence key, to use them in the IDE. You can use them in runtime, but can't use them in the developement environment. If vb doesn't give an error, it is technically possible to use them. This doesn't mean you have the legal right to use them, maybe another developer forgot to include the licence agreement.
If you don't want your users to use your .ocx in the devolopement environment, you can specify this in Project --> Properties --> tab General --> check Require Licence Key.
If you want to deploy the .ocx to developers, you can make a setup with P&D.
Otherwise you just use them in your programs, and if you use P&D for these programs, they are only available at runtime.
-
Apr 22nd, 2000, 06:22 AM
#4
Thread Starter
Fanatic Member
Thanks for the replies! These have answered my questions!
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
|