Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
QuestionAdd myuserControl to Window Pin
Satish Pai16-Jul-09 21:06
Satish Pai16-Jul-09 21:06 
AnswerRe: Add myuserControl to Window Pin
Baeltazor16-Jul-09 23:27
Baeltazor16-Jul-09 23:27 
GeneralRe: Add myuserControl to Window Pin
Satish Pai17-Jul-09 1:21
Satish Pai17-Jul-09 1:21 
GeneralRe: Add myuserControl to Window Pin
Baeltazor18-Jul-09 0:51
Baeltazor18-Jul-09 0:51 
Question'Screen Capture' Performance Improvement Suggestions... Pin
Trapper-Hell16-Jul-09 20:35
Trapper-Hell16-Jul-09 20:35 
AnswerRe: 'Screen Capture' Performance Improvement Suggestions... Pin
stancrm16-Jul-09 20:40
stancrm16-Jul-09 20:40 
GeneralRe: 'Screen Capture' Performance Improvement Suggestions... Pin
Trapper-Hell16-Jul-09 21:50
Trapper-Hell16-Jul-09 21:50 
AnswerRe: 'Screen Capture' Performance Improvement Suggestions... Pin
Luc Pattyn17-Jul-09 0:46
sitebuilderLuc Pattyn17-Jul-09 0:46 
Hi,

there is two parts to my answer:

1.
so those five lines of code are executed over and over in some loop. Now which lines do you not really need all the time? I can name three, possibly four, depending on what happens to the resulting bitmap. I guess taking advantage of that would make it less expensive by a factor of I'd say 3.

2.
remote PC access utilities normally do NOT transmit the entire screen over and over; instead the current screen is compared with the previous one, and only the differences are transmitted. That would be a medium-complexity challenge as the .NET image classes don't really support that AFAIK.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: 'Screen Capture' Performance Improvement Suggestions... Pin
Trapper-Hell17-Jul-09 2:28
Trapper-Hell17-Jul-09 2:28 
QuestionString and non english characters Pin
Imtiaz Murtaza16-Jul-09 20:24
Imtiaz Murtaza16-Jul-09 20:24 
AnswerRe: String and non english characters Pin
MarkB77716-Jul-09 20:36
MarkB77716-Jul-09 20:36 
GeneralRe: String and non english characters Pin
PIEBALDconsult17-Jul-09 4:52
mvePIEBALDconsult17-Jul-09 4:52 
GeneralRe: String and non english characters Pin
MarkB77717-Jul-09 14:26
MarkB77717-Jul-09 14:26 
AnswerRe: String and non english characters Pin
PIEBALDconsult17-Jul-09 4:55
mvePIEBALDconsult17-Jul-09 4:55 
GeneralRe: String and non english characters Pin
Imtiaz Murtaza17-Jul-09 7:12
Imtiaz Murtaza17-Jul-09 7:12 
GeneralRe: String and non english characters Pin
PIEBALDconsult17-Jul-09 7:22
mvePIEBALDconsult17-Jul-09 7:22 
QuestionAbout Microsoft ReportViewer Control in MSVS 2008 Pin
elci16-Jul-09 20:11
elci16-Jul-09 20:11 
AnswerRe: About Microsoft ReportViewer Control in MSVS 2008 Pin
sundaramoorthy.b2-Nov-09 19:08
sundaramoorthy.b2-Nov-09 19:08 
QuestionHow to know the proxy connections of the internet explorer in c# Pin
svt gdwl16-Jul-09 19:53
svt gdwl16-Jul-09 19:53 
AnswerRe: How to know the proxy connections of the internet explorer in c# Pin
stancrm16-Jul-09 20:37
stancrm16-Jul-09 20:37 
AnswerRe: How to know the proxy connections of the internet explorer in c# Pin
Giorgi Dalakishvili16-Jul-09 20:54
mentorGiorgi Dalakishvili16-Jul-09 20:54 
QuestionCheck Database Connectivity... Pin
Illegal Operation16-Jul-09 19:52
Illegal Operation16-Jul-09 19:52 
AnswerRe: Check Database Connectivity... Pin
MarkB77716-Jul-09 20:05
MarkB77716-Jul-09 20:05 
AnswerRe: Check Database Connectivity... Pin
PIEBALDconsult17-Jul-09 4:54
mvePIEBALDconsult17-Jul-09 4:54 
Questionhow to run .NET applications with mono Pin
Member 305788716-Jul-09 19:37
Member 305788716-Jul-09 19: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.