Results 1 to 4 of 4

Thread: OCX files... can u use em all?

  1. #1

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Exclamation

    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?

  2. #2
    Guest

    Lightbulb Unless...

    Unless a .txt file says otherwise...Yes.

  3. #3
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    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.

  4. #4

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Thumbs up

    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
  •  



Click Here to Expand Forum to Full Width