CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: User License

  1. #1
    Join Date
    Mar 2001
    Posts
    71

    User License

    I have developed an application.
    Now I want to distribute this product as trialware.

    The feature I want is that if a copy of my product is already present in a network then the new copy which has been installed should not work.

    Can this be done if yes can u help me.

    Regards.
    Vivek


  2. #2
    Join Date
    Sep 2001
    Posts
    2

    Re: User License

    A way you can do this is to have a winsock control and send a UDP message containing the computer name. if you receive a message that is not your name then you kill the app. if you do this every couple of seconds then one of the apps will die.


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