blah blah blah is here! blah blah » Close

0
votes
2 answers

how do i use timer with progress bar tgt?

i'm trying to have the timer to b connected with de progress bar. for example , after 10 sec de progress bar will move a bar?

0
votes
1 answers

Timer Control's progress?????

In my Winform I'm having a export function. On the Export_LinkClicked event all components in my DGV is exported into a "New" xls file everytime. As u may understand that whenever the contents in DGV increases, it will take lon ...

1
votes
2 answers

Accuracy of Timer in C#

Dear All, Anybody knows how much is the accuracy of the timer component in the C# toolbox? It says it is 1ms. From what I did is I am using 2 timers. Timer1 and Timer2. Timer1 is 1ms each tick, and Timer2 is 1000ms or 1 sec. Each tick of ...

0
votes
1 answers

Windows Service Issue

I've been tinkering with this windows service for the last few days, and I haven't gotten anywhere. I got the service created, with the installer, and successfully installed it on the server. It starts and does nothing. I added a stre ...

0
votes
2 answers

C# .NET Scheduled Timer

I am looking for something similar to the below link http://www.codeproject.com/KB/dotnet/ABTransClockArticle.aspx but the above link source code seems not easy to use. I want to do some scheduled tasks easily in C#.NET, e.g to perfo ...

1
votes
1 answers

Is this speed possible?

Dear All, I want to ask something about speed. My teacher asked me to make a software in C# that acquires 1000 data per second, or 1ms per data. The data is a string with 16 characters (16 bytes). The data itself is coming from a microco ...

2
votes
1 answers

timer in C#

Ok, I can't believe I'm actually asking this, because it seems like it should be a very very simple problem, but for some reason, I just can't get this to work out right. I'm trying to make a stopwatch in C#, accurate to hundredths of a se ...

1
votes
1 answers

Using Timer or Thread

I have a little knowledge about thread but know nothing about using Timer in .NET Can anyone give some tips about what it is, and when it's used?

Feedback