Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
QuestionSerialPort.ReadTimeout issue Pin
yeah10009-Mar-10 22:08
yeah10009-Mar-10 22:08 
AnswerRe: SerialPort.ReadTimeout issue Pin
Rashmi_Karnam9-Mar-10 23:35
Rashmi_Karnam9-Mar-10 23:35 
AnswerRe: SerialPort.ReadTimeout issue [modified] Pin
CDP180210-Mar-10 1:10
CDP180210-Mar-10 1:10 
GeneralRe: SerialPort.ReadTimeout issue Pin
mmdullah31-Mar-10 1:14
mmdullah31-Mar-10 1:14 
GeneralRe: SerialPort.ReadTimeout issue Pin
CDP180231-Mar-10 2:01
CDP180231-Mar-10 2:01 
AnswerRe: SerialPort.ReadTimeout issue Pin
PIEBALDconsult10-Mar-10 3:04
mvePIEBALDconsult10-Mar-10 3:04 
Questionlaunching a windows app from windows service.... Pin
Ihtesham9-Mar-10 21:55
Ihtesham9-Mar-10 21:55 
AnswerRe: launching a windows app from windows service.... Pin
Calla9-Mar-10 22:25
Calla9-Mar-10 22:25 
GeneralRe: launching a windows app from windows service.... Pin
Ihtesham9-Mar-10 23:49
Ihtesham9-Mar-10 23:49 
GeneralRe: launching a windows app from windows service.... Pin
Calla10-Mar-10 0:06
Calla10-Mar-10 0:06 
GeneralRe: launching a windows app from windows service.... Pin
#realJSOP10-Mar-10 0:11
professional#realJSOP10-Mar-10 0:11 
GeneralRe: launching a windows app from windows service.... Pin
Ihtesham10-Mar-10 1:31
Ihtesham10-Mar-10 1:31 
GeneralRe: launching a windows app from windows service.... Pin
#realJSOP10-Mar-10 1:48
professional#realJSOP10-Mar-10 1:48 
GeneralRe: launching a windows app from windows service.... Pin
Ihtesham10-Mar-10 2:38
Ihtesham10-Mar-10 2:38 
GeneralRe: launching a windows app from windows service.... Pin
Calla10-Mar-10 3:03
Calla10-Mar-10 3:03 
GeneralRe: launching a windows app from windows service.... Pin
#realJSOP10-Mar-10 11:39
professional#realJSOP10-Mar-10 11:39 
QuestionAre pathgradient brushes slow? Pin
VCsamir9-Mar-10 19:22
VCsamir9-Mar-10 19:22 
AnswerRe: Are pathgradient brushes slow? Pin
CDP180210-Mar-10 1:35
CDP180210-Mar-10 1:35 
Basically: No.

The only things you can do are

1) Use a solid brush instead. This may bring some improvement as the color for each pixel does not have to be interpolated

or

2) Use less points in your path. You wrote that performance degrades when too many points are used. This sounds like your graphics path has far too many points. How many are we talking about here? 100? 1000? Especially a curved path can be defined with far less points and still look good.
A while ago he asked me what he should have printed on my business cards. I said 'Wizard'.

I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

AnswerRe: Are pathgradient brushes slow? Pin
Saksida Bojan10-Mar-10 6:00
Saksida Bojan10-Mar-10 6:00 
QuestionVehicle Recognition System Pin
jokerleo9-Mar-10 19:11
jokerleo9-Mar-10 19:11 
AnswerRe: Vehicle Recognition System Pin
Khaniya9-Mar-10 19:37
professionalKhaniya9-Mar-10 19:37 
AnswerRe: Vehicle Recognition System Pin
Rajesh R Subramanian9-Mar-10 19:49
professionalRajesh R Subramanian9-Mar-10 19:49 
AnswerRe: Vehicle Recognition System Pin
jokerleo9-Mar-10 20:46
jokerleo9-Mar-10 20:46 
AnswerRe: Vehicle Recognition System Pin
Khaniya9-Mar-10 21:39
professionalKhaniya9-Mar-10 21:39 
GeneralRe: Vehicle Recognition System Pin
jokerleo9-Mar-10 21:49
jokerleo9-Mar-10 21:49 

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.