Click here to Skip to main content
16,007,610 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: C# and VC.net Pin
4-Aug-05 21:20
suss4-Aug-05 21:20 
GeneralRe: C# and VC.net Pin
Christian Graus4-Aug-05 19:48
protectorChristian Graus4-Aug-05 19:48 
GeneralRegular Expression Pin
Ali Sajadian3-Aug-05 22:26
Ali Sajadian3-Aug-05 22:26 
GeneralRe: Regular Expression Pin
Christian Graus4-Aug-05 19:50
protectorChristian Graus4-Aug-05 19:50 
GeneralRe: Regular Expression Pin
Ali Sajadian6-Aug-05 22:25
Ali Sajadian6-Aug-05 22:25 
GeneralRe: Regular Expression Pin
Christian Graus7-Aug-05 13:34
protectorChristian Graus7-Aug-05 13:34 
GeneralConverting Server to Local Time Pin
Anonymous3-Aug-05 8:33
Anonymous3-Aug-05 8:33 
GeneralRe: Converting Server to Local Time Pin
Mike Dimmick4-Aug-05 0:41
Mike Dimmick4-Aug-05 0:41 
It's usually a lot easier to do this kind of thing in UTC. Call SetSystemTime rather than SetLocalTime - the system will then apply the appropriate correction to local time.

Windows (2000 and later) includes a Simple Network Time Protocol client. It's a lot easier to set that up and ensure it works. Configure with NET TIME /SETSNTP and set the W32time service to Automatic. If the servers are members of a domain they should already be using the domain controller as a time source: you then need to set the DC to fetch its time from an external source for all members to get the correct time.

Windows XP has an Internet Time tab on the Date/Time Control Panel applet if it's not a domain member. Server 2003 may be the same.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Converting Server to Local Time Pin
Anonymous5-Aug-05 2:57
Anonymous5-Aug-05 2:57 
GeneralGC Heap and PerfMon Pin
S. Senthil Kumar3-Aug-05 7:50
S. Senthil Kumar3-Aug-05 7:50 
GeneralWeb service async call from server to client Pin
NarayanVl3-Aug-05 3:33
NarayanVl3-Aug-05 3:33 
GeneralRe: Web service async call from server to client Pin
Carl Mercier3-Aug-05 15:09
Carl Mercier3-Aug-05 15:09 
Question.resX files question?? Pin
richiemac2-Aug-05 23:20
richiemac2-Aug-05 23:20 
QuestionNOT expression in Regex? Pin
dy131-Aug-05 10:26
dy131-Aug-05 10:26 
AnswerRe: NOT expression in Regex? Pin
Christian Graus1-Aug-05 12:12
protectorChristian Graus1-Aug-05 12:12 
QuestionSocks Tunneling? Pin
Hadi Fakhreddine1-Aug-05 7:09
Hadi Fakhreddine1-Aug-05 7:09 
AnswerRe: Socks Tunneling? Pin
David Leston3-Aug-05 19:16
David Leston3-Aug-05 19:16 
GeneralRe: Socks Tunneling? Pin
Hadi Fakhreddine4-Aug-05 1:50
Hadi Fakhreddine4-Aug-05 1:50 
GeneralRe: Socks Tunneling? Pin
David Leston4-Aug-05 16:48
David Leston4-Aug-05 16:48 
GeneralRe: Socks Tunneling? Pin
Hadi Fakhreddine4-Aug-05 19:18
Hadi Fakhreddine4-Aug-05 19:18 
QuestionConfig file for dll. Is it possible? Pin
ekacho1-Aug-05 3:14
ekacho1-Aug-05 3:14 
AnswerRe: Config file for dll. Is it possible? Pin
Mike Dimmick1-Aug-05 3:27
Mike Dimmick1-Aug-05 3:27 
GeneralRe: Config file for dll. Is it possible? Pin
ekacho1-Aug-05 3:48
ekacho1-Aug-05 3:48 
AnswerRe: Config file for dll. Is it possible? Pin
Dan Neely1-Aug-05 3:38
Dan Neely1-Aug-05 3:38 
GeneralRe: Config file for dll. Is it possible? Pin
ekacho1-Aug-05 3:53
ekacho1-Aug-05 3:53 

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.