Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
AspDotNetDev4-Mar-10 18:32
protectorAspDotNetDev4-Mar-10 18:32 
AnswerRe: how to put a timer counter in my software that counts starting from the day installed? Pin
AspDotNetDev4-Mar-10 18:19
protectorAspDotNetDev4-Mar-10 18:19 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
CoderForEver4-Mar-10 19:24
CoderForEver4-Mar-10 19:24 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
AspDotNetDev4-Mar-10 19:29
protectorAspDotNetDev4-Mar-10 19:29 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
Luc Pattyn5-Mar-10 1:45
sitebuilderLuc Pattyn5-Mar-10 1:45 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
AspDotNetDev5-Mar-10 2:07
protectorAspDotNetDev5-Mar-10 2:07 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
Luc Pattyn5-Mar-10 2:22
sitebuilderLuc Pattyn5-Mar-10 2:22 
AnswerRe: how to put a timer counter in my software that counts starting from the day installed? Pin
MumbleB4-Mar-10 23:48
MumbleB4-Mar-10 23:48 
You can do one of two things I recon.

1) Store the date of first install in the registry.
2) Store the date of first install in an encrypted file in app directory.

In either of the two means above, you check the install date in either the registry or the encrypted file and calculate the days remaining from there. Once it has reached 30 days then you set all controlls on the form to falls or just pop up a messagebox to say that the trail has expired and close the app down once OK has been pressed.

If you want the fancy stuff then you may have to spend lots of money to buy an MSI builder or exe builder. I recon the above is much cheaper and should only take a few minutes to code into the app.
Excellence is doing ordinary things extraordinarily well.

GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
CoderForEver5-Mar-10 5:58
CoderForEver5-Mar-10 5:58 
QuestionWhere in Toronto Ont Canada can I walk in and buy Visual Studio 2008 ? Pin
KenBowd4-Mar-10 13:17
KenBowd4-Mar-10 13:17 
AnswerRe: Where in Toronto Ont Canada can I walk in and buy Visual Studio 2008 ? Pin
AspDotNetDev4-Mar-10 14:07
protectorAspDotNetDev4-Mar-10 14:07 
GeneralRe: Where in Toronto Ont Canada can I walk in and buy Visual Studio 2008 ? Pin
PIEBALDconsult5-Mar-10 4:31
mvePIEBALDconsult5-Mar-10 4:31 
AnswerRe: Where in Toronto Ont Canada can I walk in and buy Visual Studio 2008 ? Pin
Ravi Bhavnani4-Mar-10 15:45
professionalRavi Bhavnani4-Mar-10 15:45 
AnswerRe: Where in Toronto Ont Canada can I walk in and buy Visual Studio 2008 ? Pin
PIEBALDconsult4-Mar-10 17:42
mvePIEBALDconsult4-Mar-10 17:42 
Questionhow to read and write to xml using dataset [modified] Pin
xiaowenjie4-Mar-10 12:51
xiaowenjie4-Mar-10 12:51 
AnswerRe: how to read and write to xml using dataset Pin
snorkie4-Mar-10 16:37
professionalsnorkie4-Mar-10 16:37 
GeneralRe: how to read and write to xml using dataset Pin
xiaowenjie4-Mar-10 21:47
xiaowenjie4-Mar-10 21:47 
AnswerRe: how to read and write to xml using dataset Pin
shawnzhang4-Mar-10 19:26
shawnzhang4-Mar-10 19:26 
QuestionRemoving All "List<*>" Items Though It Shouldn't ... ?? [SOLVED] Pin
Matt U.4-Mar-10 12:36
Matt U.4-Mar-10 12:36 
AnswerRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Luc Pattyn4-Mar-10 14:54
sitebuilderLuc Pattyn4-Mar-10 14:54 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Matt U.4-Mar-10 15:19
Matt U.4-Mar-10 15:19 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Luc Pattyn4-Mar-10 15:27
sitebuilderLuc Pattyn4-Mar-10 15:27 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Matt U.4-Mar-10 15:56
Matt U.4-Mar-10 15:56 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Luc Pattyn4-Mar-10 16:06
sitebuilderLuc Pattyn4-Mar-10 16:06 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Matt U.5-Mar-10 11:37
Matt U.5-Mar-10 11:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.