Click here to Skip to main content
16,006,762 members
Home / Discussions / C#
   

C#

 
Questionwindows search Pin
p3iy3316-Dec-06 3:26
p3iy3316-Dec-06 3:26 
AnswerRe: windows search Pin
gnadeem16-Dec-06 9:03
gnadeem16-Dec-06 9:03 
QuestionDetect inactive Bat file Pin
AnnnS16-Dec-06 1:38
AnnnS16-Dec-06 1:38 
AnswerRe: Detect inactive Bat file Pin
Luc Pattyn16-Dec-06 4:52
sitebuilderLuc Pattyn16-Dec-06 4:52 
Questiondirectx Pin
pardis16-Dec-06 1:15
pardis16-Dec-06 1:15 
AnswerRe: directx Pin
Luc Pattyn16-Dec-06 4:53
sitebuilderLuc Pattyn16-Dec-06 4:53 
QuestionMonitor elapsed time with the stop watch Pin
steve_rm16-Dec-06 0:52
steve_rm16-Dec-06 0:52 
AnswerRe: Monitor elapsed time with the stop watch Pin
Stefan Troschuetz16-Dec-06 1:14
Stefan Troschuetz16-Dec-06 1:14 
In my opinion the best way would be to use one of the timer classes cause by using StopWatch you would end up with active waiting. As you're programming a service the System.Windows.forms.Timer component should not work as it relies on a message pump, but you can either use System.Timers.Timer or System.Threading.Timer class. Take a look at their documentation to get an idea on how to use them.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionHow to convert C# escape characters to ACCESS Pin
subramanyeswari16-Dec-06 0:30
subramanyeswari16-Dec-06 0:30 
AnswerRe: How to convert C# escape characters to ACCESS Pin
Stefan Troschuetz16-Dec-06 1:22
Stefan Troschuetz16-Dec-06 1:22 
QuestionGeneric Error Pin
sathishtl00715-Dec-06 21:48
sathishtl00715-Dec-06 21:48 
AnswerRe: Generic Error Pin
Nader Elshehabi15-Dec-06 22:03
Nader Elshehabi15-Dec-06 22:03 
Question[Message Deleted] Pin
haneef115-Dec-06 21:38
haneef115-Dec-06 21:38 
AnswerRe: how to call the buttons dynamically for my own form in c# Pin
Nader Elshehabi15-Dec-06 22:00
Nader Elshehabi15-Dec-06 22:00 
AnswerRe: how to call the buttons dynamically for my own form in c# Pin
Stefan Troschuetz16-Dec-06 1:06
Stefan Troschuetz16-Dec-06 1:06 
QuestionChild Node Text ????????????? Pin
sajid.salim.khan15-Dec-06 20:36
sajid.salim.khan15-Dec-06 20:36 
AnswerRe: Child Node Text ????????????? Pin
Stefan Troschuetz15-Dec-06 21:11
Stefan Troschuetz15-Dec-06 21:11 
QuestionAccess Active Document In Word Template Project Pin
AmitSumit15-Dec-06 20:28
AmitSumit15-Dec-06 20:28 
Questioncode of remember me!!! Pin
Ashish Porwal15-Dec-06 20:12
Ashish Porwal15-Dec-06 20:12 
AnswerRe: code of remember me!!! Pin
toxcct22-Jan-07 10:28
toxcct22-Jan-07 10:28 
QuestionTriggers on sqlserver Pin
vikram92915-Dec-06 19:24
vikram92915-Dec-06 19:24 
QuestionPassing a collection object to a method as a ref parameter... or not? Pin
lvanerstrom15-Dec-06 17:44
lvanerstrom15-Dec-06 17:44 
AnswerRe: Passing a collection object to a method as a ref parameter... or not? Pin
Guffa15-Dec-06 18:27
Guffa15-Dec-06 18:27 
GeneralRe: Passing a collection object to a method as a ref parameter... or not? Pin
lvanerstrom15-Dec-06 18:34
lvanerstrom15-Dec-06 18:34 
QuestionAnybody know how to upload video using ASP.NET? Pin
mujin0315-Dec-06 17:12
mujin0315-Dec-06 17:12 

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.