Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dave, I not wanted to insult you! rrrr! Pin
RomkaFromUa27-Sep-06 10:09
RomkaFromUa27-Sep-06 10:09 
GeneralRe: Dave, I not wanted to insult you! rrrr! Pin
Dave Kreskowiak27-Sep-06 12:15
mveDave Kreskowiak27-Sep-06 12:15 
General:) Pin
RomkaFromUa28-Sep-06 7:07
RomkaFromUa28-Sep-06 7:07 
GeneralRe: :) Pin
Dave Kreskowiak28-Sep-06 12:30
mveDave Kreskowiak28-Sep-06 12:30 
GeneralRe: :) Pin
RomkaFromUa29-Sep-06 6:13
RomkaFromUa29-Sep-06 6:13 
GeneralRe: :) Pin
Dave Kreskowiak29-Sep-06 11:43
mveDave Kreskowiak29-Sep-06 11:43 
AnswerAnother idea Pin
RomkaFromUa25-Sep-06 6:00
RomkaFromUa25-Sep-06 6:00 
QuestionAchieving high refresh rate on C# winform application Pin
SwEr22-Sep-06 7:18
SwEr22-Sep-06 7:18 
My current C#.NET project is MDI-based.
I am using a user control that has 10 textboxes. This user control is repeated 20 times on a screen. (that gives 200 textboxes on the screen)

When I refresh the screen, I can see every textbox being drawn to the screen from top to bottom. The desired behaviour is that the screen should appear in a flash without any rollover effect.
Currently, the screen gets refreshed at a rate of 35 milliseconds. We need to minimize this to 2-3 milliseconds.

I found that When one textbox of the usercontrol refreshes, internally Paint Event of that control is raised.
The textbox Paint Event internally raises its container's (user control's) paint event.
Subsequently, the user control raises paint event of all textboxes in it.
So I tried to suppress raising the Paint Event of usercontrol when the textbox is refreshed. (by Override OnPaint and Override OnPaintBackground event).
Also, double buffering is used.
But this has not helped much.

Is there a way we can accomplish a refresh rate of < 5 milliseconds?
AnswerRe: Achieving high refresh rate on C# winform application Pin
Judah Gabriel Himango22-Sep-06 8:39
sponsorJudah Gabriel Himango22-Sep-06 8:39 
AnswerRe: Achieving high refresh rate on C# winform application Pin
zaccheus22-Sep-06 9:37
zaccheus22-Sep-06 9:37 
AnswerRe: Achieving high refresh rate on C# winform application Pin
led mike22-Sep-06 9:50
led mike22-Sep-06 9:50 
QuestionRe: Achieving high refresh rate on C# winform application Pin
SwEr24-Sep-06 1:18
SwEr24-Sep-06 1:18 
AnswerRe: Achieving high refresh rate on C# winform application Pin
darkelv24-Sep-06 6:29
darkelv24-Sep-06 6:29 
QuestionProblem connecting to an MS Access Database [modified] Pin
TheBlindWatchmaker22-Sep-06 6:45
TheBlindWatchmaker22-Sep-06 6:45 
AnswerRe: Problem connecting to an MS Access Database Pin
Alaric_22-Sep-06 8:40
professionalAlaric_22-Sep-06 8:40 
GeneralRe: Problem connecting to an MS Access Database Pin
TheBlindWatchmaker22-Sep-06 9:15
TheBlindWatchmaker22-Sep-06 9:15 
GeneralRe: Problem connecting to an MS Access Database Pin
Alaric_22-Sep-06 10:33
professionalAlaric_22-Sep-06 10:33 
GeneralRe: Problem connecting to an MS Access Database [modified] Pin
Alaric_22-Sep-06 11:03
professionalAlaric_22-Sep-06 11:03 
GeneralRe: Problem connecting to an MS Access Database Pin
TheBlindWatchmaker22-Sep-06 11:40
TheBlindWatchmaker22-Sep-06 11:40 
GeneralRe: Problem connecting to an MS Access Database Pin
Alaric_22-Sep-06 11:58
professionalAlaric_22-Sep-06 11:58 
QuestionWatching Data Send and Recieved for a particular internet connection Pin
logicon22-Sep-06 6:31
logicon22-Sep-06 6:31 
AnswerRe: Watching Data Send and Recieved for a particular internet connection Pin
Judah Gabriel Himango22-Sep-06 6:42
sponsorJudah Gabriel Himango22-Sep-06 6:42 
Questionhow to use List Pin
waheed awan22-Sep-06 5:46
waheed awan22-Sep-06 5:46 
AnswerRe: how to use List Pin
Judah Gabriel Himango22-Sep-06 5:51
sponsorJudah Gabriel Himango22-Sep-06 5:51 
AnswerRe: how to use List Pin
User 665822-Sep-06 5:52
User 665822-Sep-06 5:52 

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.