Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
AnswerRe: time in c# Pin
Guffa1-May-07 5:33
Guffa1-May-07 5:33 
GeneralRe: time in c# Pin
lavy28831-May-07 5:34
lavy28831-May-07 5:34 
GeneralRe: time in c# Pin
Guffa1-May-07 5:37
Guffa1-May-07 5:37 
GeneralRe: time in c# Pin
lavy28831-May-07 5:39
lavy28831-May-07 5:39 
GeneralRe: time in c# Pin
Guffa1-May-07 9:13
Guffa1-May-07 9:13 
AnswerRe: time in c# Pin
pbraun1-May-07 13:49
pbraun1-May-07 13:49 
Questioncustom double buffering [modified] Pin
HexaDeveloper1-May-07 4:52
HexaDeveloper1-May-07 4:52 
AnswerRe: custom double buffering Pin
Ian Shlasko1-May-07 8:15
Ian Shlasko1-May-07 8:15 
I think this code is meant to reduce flicker for user-painted graphics. If you're just putting controls onto the tabpage and seeing flickering whenever you move/resize, this code won't help you at all, and might actually slow you down.

You might just have too many controls, which leads to too much layout logic. I would suggest trying to limit the number of controls and nested containers. For instance, putting panels inside panels inside panels, each with their own anchors, docks, and layout engines, will really slow you down whenever you resize.
AnswerRe: custom double buffering Pin
LongRange.Shooter1-May-07 10:37
LongRange.Shooter1-May-07 10:37 
GeneralRe: custom double buffering Pin
HexaDeveloper3-May-07 7:09
HexaDeveloper3-May-07 7:09 
GeneralRe: custom double buffering Pin
LongRange.Shooter3-May-07 14:54
LongRange.Shooter3-May-07 14:54 
GeneralRe: custom double buffering [modified] Pin
HexaDeveloper4-May-07 6:37
HexaDeveloper4-May-07 6:37 
GeneralRe: custom double buffering Pin
HexaDeveloper7-May-07 10:45
HexaDeveloper7-May-07 10:45 
QuestionDetect & read USB Thumb drive Pin
simplicitylabs1-May-07 4:29
simplicitylabs1-May-07 4:29 
AnswerRe: Detect & read USB Thumb drive Pin
Colin Angus Mackay1-May-07 4:31
Colin Angus Mackay1-May-07 4:31 
GeneralRe: Detect & read USB Thumb drive Pin
simplicitylabs1-May-07 4:35
simplicitylabs1-May-07 4:35 
GeneralRe: Detect & read USB Thumb drive Pin
Pete O'Hanlon1-May-07 4:39
mvePete O'Hanlon1-May-07 4:39 
GeneralRe: Detect & read USB Thumb drive Pin
Tarakeshwar Reddy1-May-07 4:52
professionalTarakeshwar Reddy1-May-07 4:52 
GeneralRe: Detect & read USB Thumb drive Pin
Colin Angus Mackay1-May-07 4:57
Colin Angus Mackay1-May-07 4:57 
GeneralRe: Detect & read USB Thumb drive Pin
Dan Neely1-May-07 5:03
Dan Neely1-May-07 5:03 
GeneralRe: Detect & read USB Thumb drive Pin
Colin Angus Mackay1-May-07 5:42
Colin Angus Mackay1-May-07 5:42 
GeneralRe: Detect & read USB Thumb drive Pin
simplicitylabs1-May-07 6:36
simplicitylabs1-May-07 6:36 
GeneralRe: Detect & read USB Thumb drive Pin
Dan Neely1-May-07 6:59
Dan Neely1-May-07 6:59 
GeneralRe: Detect & read USB Thumb drive Pin
simplicitylabs1-May-07 7:24
simplicitylabs1-May-07 7:24 
QuestionFile Tranfer network Pin
Jeeva Jose1-May-07 4:15
Jeeva Jose1-May-07 4:15 

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.