Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.OutOfMemoryException on return from unmanaged code Pin
IOUATP5-Apr-04 10:59
IOUATP5-Apr-04 10:59 
GeneralRe: System.OutOfMemoryException on return from unmanaged code Pin
Heath Stewart5-Apr-04 11:23
protectorHeath Stewart5-Apr-04 11:23 
GeneralRe: System.OutOfMemoryException on return from unmanaged code Pin
IOUATP5-Apr-04 11:41
IOUATP5-Apr-04 11:41 
GeneralRe: System.OutOfMemoryException on return from unmanaged code Pin
Anonymous27-Apr-04 9:05
Anonymous27-Apr-04 9:05 
QuestionDouble Buffering Theme Image via pDC? Pin
Tristan Rhodes5-Apr-04 5:53
Tristan Rhodes5-Apr-04 5:53 
AnswerRe: Double Buffering Theme Image via pDC? Pin
Heath Stewart5-Apr-04 6:03
protectorHeath Stewart5-Apr-04 6:03 
GeneralRe: Double Buffering Theme Image via pDC? Pin
Tristan Rhodes5-Apr-04 8:38
Tristan Rhodes5-Apr-04 8:38 
AnswerRe: Double Buffering Theme Image via pDC? Pin
Heath Stewart5-Apr-04 6:42
protectorHeath Stewart5-Apr-04 6:42 
Oh, also pay attention to the PaintEventArgs.ClipRectangle. You don't always need to paint everything. In larger controls, this can make a difference. Determine which elements of your control need painting using that property and only repaint those. This is something commonly overlooked but necessary for better performance regarding painting your UI elements.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Double Buffering Theme Image via pDC? Pin
Tristan Rhodes5-Apr-04 13:23
Tristan Rhodes5-Apr-04 13:23 
GeneralCorrection Pin
Tristan Rhodes5-Apr-04 13:28
Tristan Rhodes5-Apr-04 13:28 
GeneralArray of objects and Serialization Pin
pedro rivera5-Apr-04 5:41
pedro rivera5-Apr-04 5:41 
GeneralRe: Array of objects and Serialization Pin
Heath Stewart5-Apr-04 6:00
protectorHeath Stewart5-Apr-04 6:00 
GeneralThanks!. Pin
pedro rivera5-Apr-04 7:05
pedro rivera5-Apr-04 7:05 
GeneralRe: Array of objects and Serialization Pin
LongRange.Shooter5-Apr-04 9:01
LongRange.Shooter5-Apr-04 9:01 
GeneralClientRectangle - No Docking Calculation Pin
Tristan Rhodes5-Apr-04 4:42
Tristan Rhodes5-Apr-04 4:42 
GeneralRe: ClientRectangle - No Docking Calculation Pin
Heath Stewart5-Apr-04 5:19
protectorHeath Stewart5-Apr-04 5:19 
GeneralHeads up on big issue if you hit it.... Pin
LongRange.Shooter5-Apr-04 3:35
LongRange.Shooter5-Apr-04 3:35 
GeneralRe: Heads up on big issue if you hit it.... Pin
Heath Stewart5-Apr-04 4:23
protectorHeath Stewart5-Apr-04 4:23 
GeneralRe: Heads up on big issue if you hit it.... Pin
LongRange.Shooter5-Apr-04 9:06
LongRange.Shooter5-Apr-04 9:06 
GeneralRe: Heads up on big issue if you hit it.... Pin
Carl Mercier5-Apr-04 17:13
Carl Mercier5-Apr-04 17:13 
GeneralRe: Heads up on big issue if you hit it.... Pin
LongRange.Shooter6-Apr-04 2:54
LongRange.Shooter6-Apr-04 2:54 
GeneralRe: Heads up on big issue if you hit it.... Pin
Carl Mercier6-Apr-04 3:31
Carl Mercier6-Apr-04 3:31 
GeneralMultiple projects & dependencies… Pin
Anonymous5-Apr-04 2:33
Anonymous5-Apr-04 2:33 
GeneralRe: Multiple projects & dependencies… Pin
Mike Dimmick5-Apr-04 2:52
Mike Dimmick5-Apr-04 2:52 
GeneralRe: Multiple projects & dependencies… Pin
Heath Stewart5-Apr-04 4:32
protectorHeath Stewart5-Apr-04 4:32 

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.