Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: chat software Pin
BobJanova14-Dec-11 1:05
BobJanova14-Dec-11 1:05 
GeneralRe: chat software Pin
om_metab15-Dec-11 8:57
om_metab15-Dec-11 8:57 
QuestionReporting Service Pin
eddieangel13-Dec-11 7:33
eddieangel13-Dec-11 7:33 
AnswerRe: Reporting Service Pin
jschell13-Dec-11 8:45
jschell13-Dec-11 8:45 
AnswerRe: Reporting Service Pin
BobJanova13-Dec-11 22:54
BobJanova13-Dec-11 22:54 
QuestionHow can i display msg file to user in Reply/Forwrd/ReplyAll mode similar to outlook mailitem ? Pin
Tanuja12313-Dec-11 3:22
Tanuja12313-Dec-11 3:22 
QuestionCreating a setup with expiry date ? Pin
sarang_k12-Dec-11 22:38
sarang_k12-Dec-11 22:38 
AnswerRe: Creating a setup with expiry date ? Pin
Pete O'Hanlon12-Dec-11 23:00
mvePete O'Hanlon12-Dec-11 23:00 
The way you could tackle this requires quite a bit of infrastructure you probably haven't got in place yet. Basically, when your application starts for the first time you would register it on a remote server (use a web service for this, and generate a unique ID for the app). Using this ID, every time the application is run, compare the expiry date with the current date at the remote server and return whether or not the application is run. The advantage of this approach is that it takes into account the user resetting their system clock trying to circumvent the time check.

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Creating a setup with expiry date ? Pin
Subin Mavunkal12-Dec-11 23:56
Subin Mavunkal12-Dec-11 23:56 
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 
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 

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.