Click here to Skip to main content
15,896,444 members
Home / Discussions / C#
   

C#

 
GeneralOT Pin
jeron17-Jun-10 4:34
jeron17-Jun-10 4:34 
GeneralRe: Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment Pin
Alan N7-Jun-10 3:58
Alan N7-Jun-10 3:58 
QuestionNUnit and testing in Web Developer 2008 Express Pin
Bart Van Eyndhoven7-Jun-10 0:22
Bart Van Eyndhoven7-Jun-10 0:22 
QuestionInstall windows Service from ClickOnce Deployment Pin
Abdul Rahman Hamidy7-Jun-10 0:04
Abdul Rahman Hamidy7-Jun-10 0:04 
QuestionChild Form From its parent form Pin
Enobong Adahada6-Jun-10 22:05
Enobong Adahada6-Jun-10 22:05 
AnswerRe: Child Form From its parent form Pin
Łukasz Nowakowski6-Jun-10 22:22
Łukasz Nowakowski6-Jun-10 22:22 
AnswerRe: Child Form From its parent form Pin
Anshul R8-Jun-10 20:33
Anshul R8-Jun-10 20:33 
QuestionMultithreading Pin
peropata6-Jun-10 21:20
peropata6-Jun-10 21:20 
Hi,

I am new to multithreading, and I am considering implementing multithreading in my code.
I am using MDI application with two child forms. On first child form I have all the controls and user interface (ChildForm1).
Second child form is used for data analisys and drawing graphs (ChildForm2).

ChildForm1 implements:
1) serial port communication (communication with microprocessor on PCB board)
2) data acquisition from intrument connected to computer (LAN) (up to 200ms for each data acquisition)
3) data processing and controls

Currently I am using timer control to comminicate over serial port (10 times per second - checking the conditions), triggering
data acquisition (when conditions are met) and finaly processing data and drawing graphs on another child form (real time).
As I use single thread, I am experiencing some delays (application not running smoothly as it waits for comm process and data processing).

What would be the right approach in setting multithread application ?
AnswerRe: Multithreading Pin
Luc Pattyn7-Jun-10 1:01
sitebuilderLuc Pattyn7-Jun-10 1:01 
QuestionSerial number in installer. Pin
MayukhSen6-Jun-10 20:52
MayukhSen6-Jun-10 20:52 
AnswerRe: Serial number in installer. Pin
Hristo-Bojilov6-Jun-10 21:24
Hristo-Bojilov6-Jun-10 21:24 
QuestionPDF to Tiff through C# Pin
mehrdadc486-Jun-10 18:24
mehrdadc486-Jun-10 18:24 
AnswerRe: PDF to Tiff through C# Pin
Abhinav S6-Jun-10 19:01
Abhinav S6-Jun-10 19:01 
QuestionOtions to store settings of application Pin
Hum Dum6-Jun-10 17:49
Hum Dum6-Jun-10 17:49 
AnswerRe: Otions to store settings of application Pin
Łukasz Nowakowski6-Jun-10 21:25
Łukasz Nowakowski6-Jun-10 21:25 
AnswerRe: Otions to store settings of application Pin
Peace ON6-Jun-10 22:24
Peace ON6-Jun-10 22:24 
AnswerRe: Otions to store settings of application Pin
Johnny J.6-Jun-10 22:31
professionalJohnny J.6-Jun-10 22:31 
AnswerRe: Otions to store settings of application Pin
PIEBALDconsult7-Jun-10 2:40
mvePIEBALDconsult7-Jun-10 2:40 
Questionflickers with draw plots from serial port ? Pin
Honeyboy_206-Jun-10 16:40
Honeyboy_206-Jun-10 16:40 
AnswerRe: flickers with draw plots from serial port ? Pin
Luc Pattyn6-Jun-10 16:57
sitebuilderLuc Pattyn6-Jun-10 16:57 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_206-Jun-10 17:09
Honeyboy_206-Jun-10 17:09 
GeneralRe: flickers with draw plots from serial port ? Pin
Luc Pattyn6-Jun-10 17:19
sitebuilderLuc Pattyn6-Jun-10 17:19 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_208-Jun-10 5:24
Honeyboy_208-Jun-10 5:24 
GeneralRe: flickers with draw plots from serial port ? Pin
Ravi Bhavnani6-Jun-10 17:30
professionalRavi Bhavnani6-Jun-10 17:30 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_207-Jun-10 5:19
Honeyboy_207-Jun-10 5:19 

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.