CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    Penang, Malaysia
    Posts
    2

    How to add a counter for counting numbers of access/ entry ?

    How to code a counter for keep counting the transaction that going on?


  2. #2
    Join Date
    Dec 1999
    Location
    Dallas, Texas, USA
    Posts
    59

    Re: How to add a counter for counting numbers of access/ entry ?

    You must be writting a shareware app. Easy enough.. Create your own Guid with GuidGen.exe then use that Guid for the registry making sure it doens't link back to your application. This way end users can't change the number. People use it for SW are the time and even if the end user uninstalls then reinstalls they still can't get it to work.

    --
    Chizl
    [email protected]
    http://www.chizl.com/

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