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

C#

 
QuestionCombobox + Treeview Height? Pin
Pawan Kiran4-Mar-10 19:11
Pawan Kiran4-Mar-10 19:11 
QuestionHow to Rearrange Tiff pages? Pin
Member-42540444-Mar-10 19:09
Member-42540444-Mar-10 19:09 
AnswerRe: How to Rearrange Tiff pages? Pin
MumbleB4-Mar-10 23:39
MumbleB4-Mar-10 23:39 
GeneralRe: How to Rearrange Tiff pages? Pin
Member-42540445-Mar-10 1:39
Member-42540445-Mar-10 1:39 
Questionbrushes with opacity Pin
VCsamir4-Mar-10 19:00
VCsamir4-Mar-10 19:00 
Questionhow to put a timer counter in my software that counts starting from the day installed? Pin
CoderForEver4-Mar-10 18:04
CoderForEver4-Mar-10 18:04 
AnswerRe: how to put a timer counter in my software that counts starting from the day installed? Pin
PIEBALDconsult4-Mar-10 18:17
mvePIEBALDconsult4-Mar-10 18:17 
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 
One could also use Environment.TickCount to infer that the time has been changed or the computer has been restarted. If tick count and date are stored together at each use, that can be compared against a later reading. This would not be perfect detection (it would be easy to get around), but it could be used to detect the types of modifications that many users would make.

But, it's probably too much work. Doing a simple time check to a remote server would be enough to deter most users from subverting the trial.

Also, there are other forms of trials. For example, usage could be limited based on how long the application is left open. This could be more easily tracked than the amount of time it's been installed.
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 
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 

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.