Click here to Skip to main content
15,916,702 members
Home / Discussions / C#
   

C#

 
AnswerRe: Clickonce compression? Pin
Not Active13-Feb-09 13:52
mentorNot Active13-Feb-09 13:52 
QuestionIOException Pin
CodingYoshi13-Feb-09 11:49
CodingYoshi13-Feb-09 11:49 
AnswerRe: IOException Pin
Calin Tatar13-Feb-09 12:41
Calin Tatar13-Feb-09 12:41 
AnswerRe: IOException Pin
ABitSmart13-Feb-09 16:35
ABitSmart13-Feb-09 16:35 
QuestionReportViewer Date Param Problem Pin
howlettt13-Feb-09 11:44
howlettt13-Feb-09 11:44 
AnswerRe: ReportViewer Date Param Problem Pin
howlettt18-Feb-09 4:41
howlettt18-Feb-09 4:41 
QuestionMerge data from xml to sql server Pin
cdpace13-Feb-09 7:05
cdpace13-Feb-09 7:05 
AnswerRe: Merge data from xml to sql server Pin
Christian Graus13-Feb-09 8:49
protectorChristian Graus13-Feb-09 8:49 
AnswerRe: Merge data from xml to sql server Pin
akidan13-Feb-09 10:08
akidan13-Feb-09 10:08 
GeneralRe: Merge data from xml to sql server Pin
cdpace13-Feb-09 23:14
cdpace13-Feb-09 23:14 
QuestionBingo Cards in C# (Graphics and Printing Question) Pin
Michael Fritzius13-Feb-09 6:58
professionalMichael Fritzius13-Feb-09 6:58 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
Ravadre13-Feb-09 7:09
Ravadre13-Feb-09 7:09 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
musefan13-Feb-09 7:13
musefan13-Feb-09 7:13 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
Luc Pattyn13-Feb-09 7:25
sitebuilderLuc Pattyn13-Feb-09 7:25 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
PIEBALDconsult13-Feb-09 12:29
mvePIEBALDconsult13-Feb-09 12:29 
QuestionCreating the equivalent of a 10ms interrupt timer Pin
Bruce Coward13-Feb-09 5:54
Bruce Coward13-Feb-09 5:54 
I have 20 years plus embedded experience but am new to C# and Windows CE so this will be a basic question...

I am developing a C# ap that requires some interface housekeeping to be done every 10ms. This ap is being tested on XP pro but will eventually go to an embedded device running Windows CE 6.

In normal embedded environments I would set up a hardware timer in the cpu and put the function in an interrupt routine.

We will have a small number of threads running that will be doing inbound message handling, MMI and some other functions. I think I need to have a "timer" thread called every 10ms to do this housekeeping so I have been looking at the various timer options. From Luc's excellent article on timers I see that the resolution of all timers except the multimedia timer will not be good enough.

So, am I barking up the right tree? Is there a better way? (Note that the housekeeping function varies in length)

Your input would be very much appreciated.

Many thanks Bruce Confused | :confused:
AnswerRe: Creating the equivalent of a 10ms interrupt timer Pin
Ennis Ray Lynch, Jr.13-Feb-09 6:46
Ennis Ray Lynch, Jr.13-Feb-09 6:46 
AnswerRe: Creating the equivalent of a 10ms interrupt timer Pin
TCHamilton13-Feb-09 7:01
TCHamilton13-Feb-09 7:01 
AnswerRe: Creating the equivalent of a 10ms interrupt timer Pin
Ravadre13-Feb-09 7:03
Ravadre13-Feb-09 7:03 
AnswerRe: Creating the equivalent of a 10ms interrupt timer Pin
Luc Pattyn13-Feb-09 7:21
sitebuilderLuc Pattyn13-Feb-09 7:21 
GeneralRe: Creating the equivalent of a 10ms interrupt timer Pin
Bruce Coward16-Feb-09 5:51
Bruce Coward16-Feb-09 5:51 
AnswerRe: Creating the equivalent of a 10ms interrupt timer Pin
Luc Pattyn16-Feb-09 6:11
sitebuilderLuc Pattyn16-Feb-09 6:11 
GeneralRe: Creating the equivalent of a 10ms interrupt timer Pin
Bruce Coward16-Feb-09 6:31
Bruce Coward16-Feb-09 6:31 
QuestionProperty in custom control inserts unnecessary lines in designer code Pin
jbrammeier13-Feb-09 5:44
jbrammeier13-Feb-09 5:44 
AnswerRe: Property in custom control inserts unnecessary lines in designer code Pin
DaveyM6913-Feb-09 7:37
professionalDaveyM6913-Feb-09 7:37 

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.