CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to update after creating exe?

    You can also REGISTER your program, and let others take care of the security. The harder you make it to copy, the harder the bad guys will try to crack it. Get a HARDWARE DONGLE, sell it to each user, and the program won't run without it. That's how MUSIC RECORDING SOFTWARE woks. Except that you can register a bunch of programs into one dongle, and move it to different devices (that you own and have another copy of the software)
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  2. #17
    Join Date
    Apr 2006
    Location
    Kolkata, India
    Posts
    278

    Exclamation Re: How to update after creating exe?

    Dlienna

    Here dongles are very expensive & you have to pay a bundle to buy at the minimum 100 pcs.So is there any way to convert any USB drive to dongle?

    Thanks
    Rahul

  3. #18
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to update after creating exe?

    Nope. You can erase a USB, but not a dongle. They update it's setting every day, which is why they are expensive to buy and utilize. It is foolproof.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Page 2 of 2 FirstFirst 12

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