01-18-2006 02:20 AM
01-18-2006 03:02 AM - edited 01-18-2006 03:02 AM
Hi Venky, you could save a counter in a physical file or in the registry and read it at program start, resetting its value in case of good password entered.
I modified your project this way using the registry: take a look at it and see if it can fulfil your needs.
Note: I modified also the way you are re-running the program so that there is alway no more than one instance of the program running at a time.
Roberto
Message Edited by Roberto Bozzolo on 01-18-2006 10:03 AM
01-18-2006 03:09 AM
01-18-2006 04:24 AM