Click here to Skip to main content
15,894,291 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating a setup with expiry date ? Pin
Reiss13-Dec-11 0:37
professionalReiss13-Dec-11 0:37 
GeneralRe: Creating a setup with expiry date ? Pin
harold aptroot13-Dec-11 1:09
harold aptroot13-Dec-11 1:09 
GeneralRe: Creating a setup with expiry date ? Pin
PIEBALDconsult13-Dec-11 6:27
mvePIEBALDconsult13-Dec-11 6:27 
AnswerRe: Creating a setup with expiry date ? Pin
DaveyM6913-Dec-11 1:08
professionalDaveyM6913-Dec-11 1:08 
GeneralRe: Creating a setup with expiry date ? Pin
Subin Mavunkal13-Dec-11 1:48
Subin Mavunkal13-Dec-11 1:48 
GeneralMy Vote of 1 Pin
Keith Barrow13-Dec-11 23:15
professionalKeith Barrow13-Dec-11 23:15 
AnswerRe: Creating a setup with expiry date ? Pin
PIEBALDconsult13-Dec-11 6:31
mvePIEBALDconsult13-Dec-11 6:31 
AnswerRe: Creating a setup with expiry date ? Pin
BobJanova13-Dec-11 23:00
BobJanova13-Dec-11 23:00 
I would write a registry value somewhere non-obvious on first use of the application with an encoded timestamp in it. You could also write an opaquely-named file into a system folder but since UAC it is not a given that you will be allowed to do that.

Any check of this kind you put on your application, particularly if it's written in .Net, will be pretty easy to find and remove, so don't put a lot of effort into it. But this kind of simple check is sufficient to tell people you'd rather they paid, and to protect the app from the vast majority of lazy users.

That said, you should strongly consider releasing software for free these days. Payware stands a good chance of turning people away, and the goodwill and potential future work you get from a quality free tool may well be worth more than the limited number of sales you'll get. And there's no need to try to protect free stuff.
QuestionRetrieving Data From Form2 Pin
AmbiguousName12-Dec-11 21:34
AmbiguousName12-Dec-11 21:34 
AnswerRe: Retrieving Data From Form2 Pin
Pete O'Hanlon12-Dec-11 22:24
mvePete O'Hanlon12-Dec-11 22:24 
GeneralRe: Retrieving Data From Form2 Pin
AmbiguousName12-Dec-11 23:13
AmbiguousName12-Dec-11 23:13 
GeneralRe: Retrieving Data From Form2 Pin
Pete O'Hanlon12-Dec-11 23:35
mvePete O'Hanlon12-Dec-11 23:35 
AnswerRe: Retrieving Data From Form2 Pin
Subin Mavunkal12-Dec-11 23:52
Subin Mavunkal12-Dec-11 23:52 
GeneralRe: Retrieving Data From Form2 Pin
Pete O'Hanlon13-Dec-11 0:14
mvePete O'Hanlon13-Dec-11 0:14 
AnswerRe: Retrieving Data From Form2 Pin
DaveyM6913-Dec-11 1:04
professionalDaveyM6913-Dec-11 1:04 
GeneralRe: Retrieving Data From Form2 Pin
Subin Mavunkal13-Dec-11 2:03
Subin Mavunkal13-Dec-11 2:03 
AnswerRe: Retrieving Data From Form2 Pin
BillWoodruff13-Dec-11 12:14
professionalBillWoodruff13-Dec-11 12:14 
AnswerRe: Retrieving Data From Form2 Pin
BobJanova13-Dec-11 23:11
BobJanova13-Dec-11 23:11 
QuestionSeriously? user-defined conversions to or from an interface are not allowed Pin
Alaric_12-Dec-11 9:16
professionalAlaric_12-Dec-11 9:16 
AnswerRe: Seriously? user-defined conversions to or from an interface are not allowed Pin
BobJanova14-Dec-11 5:09
BobJanova14-Dec-11 5:09 
QuestionTCPClient and TCPListener Pin
michaelgr112-Dec-11 2:38
michaelgr112-Dec-11 2:38 
AnswerRe: TCPClient and TCPListener Pin
jschell12-Dec-11 8:32
jschell12-Dec-11 8:32 
GeneralRe: TCPClient and TCPListener Pin
michaelgr112-Dec-11 8:57
michaelgr112-Dec-11 8:57 
GeneralRe: TCPClient and TCPListener Pin
Addy Tas12-Dec-11 11:44
Addy Tas12-Dec-11 11:44 
GeneralRe: TCPClient and TCPListener Pin
jschell13-Dec-11 8:32
jschell13-Dec-11 8:32 

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.