Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
QuestionDate check Pin
Rajdeep.NET is BACK29-May-09 9:36
Rajdeep.NET is BACK29-May-09 9:36 
Hi Bros,

I have noticed in certain trial applications, that after a specific amount of use, the app. just fails to process requests any further since the trial period gets expired.

However, in my application, I want that if the date of executing the application is 15 /* just for instance */ then, something like this should happen:

//This is pseudo code. Got nothing to do with original C# code// Just for logic//

if (current.date=15)
{
//set of statements to be executed
}
else
{
//process task as usual
}


Any ideas how to do this in C#? Help will truly be appreciated! Smile | :)

Rajdeep Bhattacharjee,
MVP (Microsoft Corporation)
Always ready to be helped and be helped....

AnswerRe: Date check Pin
Manas Bhardwaj29-May-09 10:00
professionalManas Bhardwaj29-May-09 10:00 
AnswerRe: Date check Pin
fly90429-May-09 10:10
fly90429-May-09 10:10 
GeneralRe: Date check Pin
Luc Pattyn29-May-09 10:16
sitebuilderLuc Pattyn29-May-09 10:16 
GeneralRe: Date check Pin
fly90429-May-09 10:24
fly90429-May-09 10:24 
AnswerRe: Date check Pin
Pete O'Hanlon29-May-09 10:19
mvePete O'Hanlon29-May-09 10:19 
GeneralRe: Personality check Pin
Luc Pattyn29-May-09 10:36
sitebuilderLuc Pattyn29-May-09 10:36 
GeneralRe: Date check Pin
EliottA29-May-09 11:09
EliottA29-May-09 11:09 
GeneralRe: Date check Pin
Pete O'Hanlon29-May-09 11:16
mvePete O'Hanlon29-May-09 11:16 
GeneralRe: Date check Pin
EliottA29-May-09 11:19
EliottA29-May-09 11:19 
GeneralRe: Date check Pin
Henry Minute29-May-09 11:32
Henry Minute29-May-09 11:32 
GeneralRe: Date check Pin
Colin Angus Mackay29-May-09 11:34
Colin Angus Mackay29-May-09 11:34 
AnswerRe: Date check Pin
EliottA29-May-09 11:12
EliottA29-May-09 11:12 
NewsI never thought I would say this... Pin
Trollslayer29-May-09 11:18
mentorTrollslayer29-May-09 11:18 
AnswerRe: Date check Pin
Colin Angus Mackay29-May-09 11:22
Colin Angus Mackay29-May-09 11:22 
AnswerRe: Date check Pin
thrakazog29-May-09 11:29
thrakazog29-May-09 11:29 
GeneralRe: Date check Pin
Henry Minute29-May-09 11:34
Henry Minute29-May-09 11:34 
Questionreading cd image Pin
Demasoni29-May-09 8:32
Demasoni29-May-09 8:32 
AnswerRe: reading cd image Pin
EliottA29-May-09 9:11
EliottA29-May-09 9:11 
AnswerRe: reading cd image Pin
Rajdeep.NET is BACK29-May-09 9:20
Rajdeep.NET is BACK29-May-09 9:20 
GeneralRe: reading cd image [modified] Pin
fly90429-May-09 10:13
fly90429-May-09 10:13 
GeneralRe: reading cd image Pin
Dave Kreskowiak29-May-09 10:18
mveDave Kreskowiak29-May-09 10:18 
GeneralRe: reading cd image Pin
Henry Minute29-May-09 10:43
Henry Minute29-May-09 10:43 
JokeRe: reading cd image Pin
VentsyV29-May-09 11:21
VentsyV29-May-09 11:21 
GeneralRe: reading cd image Pin
Henry Minute29-May-09 11:45
Henry Minute29-May-09 11:45 

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.