CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2012
    Posts
    1

    software copy protection

    I am looking to add software copy protection to my software app. Any recommendations.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: software copy protection

    Quite a broad question. There may be numerous ways. What exactly do you want to protect? Do you have a licensing system?

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: software copy protection

    Another question is what language are you using, and what IDE ?? ...

    There are a few options here on CG for VB6 and vb.net, that utilize product keys...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  4. #4
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: software copy protection

    Some links for your reference, they are not exactly what you are looking for, but will give you fair idea about what you want to achieve...

    Thread: How do you build a 30-day trial app?
    Thread: Create Trial Version of an appliation
    Thread: Creating a Trial period for software
    CExpire - A C++ class that implements time and run based restrictions

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: software copy protection

    Eish, when a person gets old....... ( talking about me here )

    You could have a look at my article ( which I forgot about ) as well - it might give you some ideas too :

    Protecting Visual Basic .NET Source Code and Applications
    http://www.codeguru.com/csharp/.net/...le.php/c11817/

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