Click here to Skip to main content
15,894,907 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH25-Apr-05 9:57
THEMYTH25-Apr-05 9:57 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie25-Apr-05 10:37
Peter Ritchie25-Apr-05 10:37 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH25-Apr-05 19:15
THEMYTH25-Apr-05 19:15 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie26-Apr-05 18:13
Peter Ritchie26-Apr-05 18:13 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH27-Apr-05 7:40
THEMYTH27-Apr-05 7:40 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 5:53
HumanOsc28-Apr-05 5:53 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH28-Apr-05 9:30
THEMYTH28-Apr-05 9:30 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 5:18
HumanOsc28-Apr-05 5:18 
Hello... At first... It don't exists any API Functions for setting Doublebuffer...

It's only implemented in the controls class to perform manged offscreen drawing operations...
It's a simple concept for flickerfree drawing...
There are many good articels about offscreen drawing at the Codeproject...

It's absolutly not recommend to completely rewrite a smarter Control Class which derived from the NativeWindow... They will come more and more problems when you implement multithreading situations...

When you only rewrite the control class to perform faster drawing operations
then create a class which derived from the system.windows.forms.control class
override or reimplement the OnPaint, OnPaintBackground method to perform native drawing operations and doublebuffering effect...

Everything else makes to much troubles in my mind...

Good Luck... Big Grin | :-D

GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH28-Apr-05 9:34
THEMYTH28-Apr-05 9:34 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 22:19
HumanOsc28-Apr-05 22:19 
GeneralNet.Framework 1 to 2 and VS 2003 Pin
alexdg0422-Apr-05 20:40
alexdg0422-Apr-05 20:40 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
Peter Ritchie24-Apr-05 9:08
Peter Ritchie24-Apr-05 9:08 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
Dave Kreskowiak24-Apr-05 16:52
mveDave Kreskowiak24-Apr-05 16:52 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
MoustafaS27-Apr-05 10:37
MoustafaS27-Apr-05 10:37 
GeneralList installed screensavers Pin
Ryan McCauley22-Apr-05 12:34
Ryan McCauley22-Apr-05 12:34 
GeneralRe: List installed screensavers Pin
Peter Ritchie24-Apr-05 9:10
Peter Ritchie24-Apr-05 9:10 
GeneralRe: List installed screensavers Pin
Ryan McCauley25-Apr-05 4:55
Ryan McCauley25-Apr-05 4:55 
GeneralRe: List installed screensavers Pin
Peter Ritchie25-Apr-05 5:41
Peter Ritchie25-Apr-05 5:41 
GeneralRe: List installed screensavers Pin
Ryan McCauley25-Apr-05 7:23
Ryan McCauley25-Apr-05 7:23 
GeneralRe: List installed screensavers Pin
Peter Ritchie25-Apr-05 10:27
Peter Ritchie25-Apr-05 10:27 
GeneralGet object name Pin
CSharpDavid22-Apr-05 7:24
CSharpDavid22-Apr-05 7:24 
GeneralRe: Get object name Pin
turbochimp22-Apr-05 8:49
turbochimp22-Apr-05 8:49 
GeneralRe: Get object name Pin
Peter Ritchie24-Apr-05 9:30
Peter Ritchie24-Apr-05 9:30 
Generalreturn Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
rlinder21-Apr-05 11:32
rlinder21-Apr-05 11:32 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
Dave Kreskowiak21-Apr-05 16:04
mveDave Kreskowiak21-Apr-05 16:04 

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.