Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
GeneralErrorProvider() Not Displayed Pin
dbetting30-Aug-04 5:36
dbetting30-Aug-04 5:36 
Generalinstalling global cbt hooks in c# Pin
vignesh_s30-Aug-04 3:51
vignesh_s30-Aug-04 3:51 
GeneralRe: installing global cbt hooks in c# Pin
Nick Parker30-Aug-04 4:15
protectorNick Parker30-Aug-04 4:15 
GeneralRe: installing global cbt hooks in c# Pin
Duncan Edwards Jones30-Aug-04 4:15
professionalDuncan Edwards Jones30-Aug-04 4:15 
GeneralRe: installing global cbt hooks in c# Pin
vignesh_s3-Sep-04 3:40
vignesh_s3-Sep-04 3:40 
Generalset time in c# Pin
erina54830-Aug-04 3:14
erina54830-Aug-04 3:14 
GeneralRe: set time in c# Pin
Nick Parker30-Aug-04 4:27
protectorNick Parker30-Aug-04 4:27 
GeneralRe: set time in c# Pin
Heath Stewart30-Aug-04 5:56
protectorHeath Stewart30-Aug-04 5:56 
What Nick told you is correct, but note that this isn't really a good way to synchronize the machines. Yes, the time on each machine would be the same (within a certain margin, taking into account network lag), but that doesn't mean they're accurate. You should use an NTP server, which is a time client that eventually synchronizes with the atomic clock (or whatever they're using now for an accurate decay rate; I heard they changed it or where planning on changing it).

Windows XP has an NTP client built-in and set to time.windows.com, IIRC. If you're on a corporate network, most likely your network administrators have set up your DHCP server (if using a dynamic address space, which most corporate networks do) to broadcast time servers). You can also get free or cheap NTP clients on the 'net - just try searching for some on google[^].

This is by far a better approach. The longer the NTP client runs the more accurate the time is and both machine clocks will be in sync by the nature of NTP. NTP also takes into account time zones which is a necessary step in ensuring that time is accurate.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralExporting to CVS Pin
Digger2730-Aug-04 1:15
Digger2730-Aug-04 1:15 
GeneralRe: Exporting to CVS Pin
Colin Angus Mackay30-Aug-04 1:31
Colin Angus Mackay30-Aug-04 1:31 
GeneralRe: Exporting to CVS Pin
Digger2730-Aug-04 4:27
Digger2730-Aug-04 4:27 
GeneralRe: Exporting to CVS Pin
Nick Parker30-Aug-04 4:22
protectorNick Parker30-Aug-04 4:22 
GeneralISA bus access Pin
zaarzzz30-Aug-04 1:12
zaarzzz30-Aug-04 1:12 
GeneralRe: ISA bus access Pin
leppie30-Aug-04 3:05
leppie30-Aug-04 3:05 
GeneralExport a report to multiple excel files Pin
KSEI30-Aug-04 1:04
KSEI30-Aug-04 1:04 
GeneralRe: Export a report to multiple excel files Pin
Arch4ngel30-Aug-04 2:23
Arch4ngel30-Aug-04 2:23 
GeneralProblem with Richtextbox wrapping Pin
dmc55530-Aug-04 0:29
dmc55530-Aug-04 0:29 
GeneralRe: Problem with Richtextbox wrapping Pin
Judah Gabriel Himango30-Aug-04 6:42
sponsorJudah Gabriel Himango30-Aug-04 6:42 
GeneralRe: Problem with Richtextbox wrapping Pin
Dave Kreskowiak30-Aug-04 7:40
mveDave Kreskowiak30-Aug-04 7:40 
GeneralRe: Problem with Richtextbox wrapping Pin
dmc55530-Aug-04 23:54
dmc55530-Aug-04 23:54 
QuestionHow to create a line from nodes? Pin
adnanh7530-Aug-04 0:24
adnanh7530-Aug-04 0:24 
AnswerRe: How to create a line from nodes? Pin
Colin Angus Mackay30-Aug-04 1:39
Colin Angus Mackay30-Aug-04 1:39 
GeneralRe: How to create a line from nodes? Pin
adnanh7530-Aug-04 1:51
adnanh7530-Aug-04 1:51 
GeneralRe: How to create a line from nodes? Pin
Colin Angus Mackay30-Aug-04 2:09
Colin Angus Mackay30-Aug-04 2:09 
GeneralRe: How to create a line from nodes? Pin
adnanh7530-Aug-04 2:21
adnanh7530-Aug-04 2:21 

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.