Click here to Skip to main content
16,005,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 14:41
Brad Wick30-May-07 14:41 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben31-May-07 1:47
kubben31-May-07 1:47 
QuestionGetting the location of a users MyDocuments Pin
Gene Arnold29-May-07 6:32
Gene Arnold29-May-07 6:32 
AnswerRe: Getting the location of a users MyDocuments Pin
kubben29-May-07 6:38
kubben29-May-07 6:38 
AnswerRe: Getting the location of a users MyDocuments Pin
Dave Kreskowiak29-May-07 6:38
mveDave Kreskowiak29-May-07 6:38 
AnswerRe: Getting the location of a users MyDocuments Pin
Gene Arnold29-May-07 6:58
Gene Arnold29-May-07 6:58 
QuestionTimer Pin
MicealG29-May-07 6:06
MicealG29-May-07 6:06 
AnswerRe: Timer Pin
kubben29-May-07 6:30
kubben29-May-07 6:30 
I am not really sure how we are supose to figure out your problem from the code you have posted. Usually if you want a more accurate timer you should use the System.Timer not the standard one you get in your tool box. To get the System.timer, right click on yrou tool box, select choose item. In the .net tab look for the system.timer and select it. Now you should have the system.timer in your tool box.

Note without seeing your other code it is hard to say why the event isn't firing on time. I would guess it has to do with some other threads are keeping the CPU busy. I would guess there is something else in your code that isn't probably working they way you expect it to. If you just let the timer run by it self without anything else running and check your watch, I would guess you would see that the event would fire pretty close to 60 later.

Ben
AnswerRe: Timer Pin
Martin#29-May-07 6:31
Martin#29-May-07 6:31 
AnswerRe: Timer Pin
Dave Kreskowiak29-May-07 6:36
mveDave Kreskowiak29-May-07 6:36 
GeneralRe: Timer Pin
Martin#29-May-07 6:40
Martin#29-May-07 6:40 
GeneralRe: Timer Pin
Dave Kreskowiak29-May-07 7:02
mveDave Kreskowiak29-May-07 7:02 
AnswerRe: Timer Pin
Luc Pattyn29-May-07 9:37
sitebuilderLuc Pattyn29-May-07 9:37 
Questiondesign for a method with cyclomatic complexity issue Pin
tgrt29-May-07 5:58
tgrt29-May-07 5:58 
AnswerRe: design for a method with cyclomatic complexity issue Pin
Luc Pattyn29-May-07 9:46
sitebuilderLuc Pattyn29-May-07 9:46 
GeneralRe: design for a method with cyclomatic complexity issue Pin
tgrt29-May-07 10:29
tgrt29-May-07 10:29 
GeneralRe: design for a method with cyclomatic complexity issue Pin
Luc Pattyn29-May-07 10:52
sitebuilderLuc Pattyn29-May-07 10:52 
GeneralRe: design for a method with cyclomatic complexity issue Pin
tgrt29-May-07 11:13
tgrt29-May-07 11:13 
GeneralRe: design for a method with cyclomatic complexity issue Pin
Luc Pattyn29-May-07 12:21
sitebuilderLuc Pattyn29-May-07 12:21 
QuestionBlock Access Pin
Saiyed Alam29-May-07 5:57
Saiyed Alam29-May-07 5:57 
AnswerRe: Block Access Pin
MicealG29-May-07 6:31
MicealG29-May-07 6:31 
GeneralRe: Block Access Pin
Martin#29-May-07 6:47
Martin#29-May-07 6:47 
GeneralRe: Block Access Pin
Dave Kreskowiak29-May-07 7:08
mveDave Kreskowiak29-May-07 7:08 
GeneralRe: Block Access Pin
Martin#29-May-07 7:14
Martin#29-May-07 7:14 
AnswerRe: Block Access Pin
Dave Kreskowiak29-May-07 7:05
mveDave Kreskowiak29-May-07 7:05 

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.