Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
QuestionMouse and KB global hooking in win98 Pin
ranzask25-Jan-06 1:32
ranzask25-Jan-06 1:32 
AnswerRe: Mouse and KB global hooking in win98 Pin
Dave Kreskowiak25-Jan-06 1:55
mveDave Kreskowiak25-Jan-06 1:55 
QuestionPassing ddl??? Pin
tadhg8825-Jan-06 1:22
tadhg8825-Jan-06 1:22 
QuestionGarbage Collection Pin
Jeevan Jyoti24-Jan-06 23:39
Jeevan Jyoti24-Jan-06 23:39 
AnswerRe: Garbage Collection Pin
Damian Janowski24-Jan-06 23:47
Damian Janowski24-Jan-06 23:47 
GeneralRe: Garbage Collection Pin
Jeevan Jyoti26-Jan-06 23:22
Jeevan Jyoti26-Jan-06 23:22 
Questioncopy file with c# win forms Pin
fady_sayegh24-Jan-06 23:28
fady_sayegh24-Jan-06 23:28 
AnswerRe: copy file with c# win forms Pin
James Gupta25-Jan-06 1:33
professionalJames Gupta25-Jan-06 1:33 
If you convert each segment of the date into a string, and check each segment in order, so:

if (server.year > local.year)
if (server.month > local.month)
if (server.day > local.day)

etc

- I am not sure on the datetime conversion functions, but there will be a way to split it up into segments with normal string functions and then convert them to int32's

Regards
James
QuestionDebug target missing error message Pin
NewbieDude24-Jan-06 23:19
NewbieDude24-Jan-06 23:19 
Questionasking for code Pin
shazzney24-Jan-06 21:03
shazzney24-Jan-06 21:03 
AnswerRe: asking for code Pin
AB777124-Jan-06 21:12
AB777124-Jan-06 21:12 
GeneralRe: asking for code Pin
shazzney24-Jan-06 21:41
shazzney24-Jan-06 21:41 
GeneralRe: asking for code Pin
Guffa24-Jan-06 22:08
Guffa24-Jan-06 22:08 
GeneralRe: asking for code Pin
James Gupta25-Jan-06 1:36
professionalJames Gupta25-Jan-06 1:36 
QuestionLock and Unlock Pin
Virendrak24-Jan-06 19:58
Virendrak24-Jan-06 19:58 
AnswerRe: Lock and Unlock Pin
Guffa24-Jan-06 22:54
Guffa24-Jan-06 22:54 
GeneralRe: Lock and Unlock Pin
Virendrak24-Jan-06 23:01
Virendrak24-Jan-06 23:01 
GeneralRe: Lock and Unlock Pin
tarasn24-Jan-06 23:12
tarasn24-Jan-06 23:12 
GeneralRe: Lock and Unlock Pin
Virendrak24-Jan-06 23:39
Virendrak24-Jan-06 23:39 
GeneralRe: Lock and Unlock Pin
tarasn24-Jan-06 23:53
tarasn24-Jan-06 23:53 
AnswerRe: Lock and Unlock Pin
Guffa25-Jan-06 3:40
Guffa25-Jan-06 3:40 
QuestionC# eBooks Pin
NewbieDude24-Jan-06 19:40
NewbieDude24-Jan-06 19:40 
AnswerRe: C# eBooks Pin
imsathy24-Jan-06 19:55
imsathy24-Jan-06 19:55 
GeneralRe: C# eBooks Pin
Colin Angus Mackay24-Jan-06 22:40
Colin Angus Mackay24-Jan-06 22:40 
GeneralRe: C# eBooks Pin
Saravanan_article24-Jan-06 22:49
Saravanan_article24-Jan-06 22:49 

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.