Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
Bryan White31-Mar-04 8:43
Bryan White31-Mar-04 8:43 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
mhmoud rawas31-Mar-04 9:52
mhmoud rawas31-Mar-04 9:52 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
sibish n b1-Apr-04 21:56
sibish n b1-Apr-04 21:56 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
mhmoud rawas2-Apr-04 4:18
mhmoud rawas2-Apr-04 4:18 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) - another thought Pin
Bryan White31-Mar-04 10:49
Bryan White31-Mar-04 10:49 
QuestionDouble Buffering on System controls? Pin
Snowjim31-Mar-04 4:46
Snowjim31-Mar-04 4:46 
AnswerRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:03
protectorHeath Stewart31-Mar-04 5:03 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:14
Snowjim31-Mar-04 5:14 
When i wrote System controls, then i ment Windows Control Library(my bad). this controls is then applayed to my form.

in the Windows Control Library i adds buttons and listboxens and so on, and in many cases there will be grafik applayed to this contrlls like buttons and listboxes. This pictures is not big, but maby i have to draw then my self in the onpiant to get an overal bether preformans of my application?

And will i have to use Double bufferting(SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer | ControlStyles.UserPaint, true);) on this Windows control Library to get them to use double buffering.

if have got this right?
double buffering (SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer | ControlStyles.UserPaint, true);)
is used to first load the picture in to the memory and then display it, and when it is repainted its repainted in the memory first and then displayed?

And to override the OnPaint and draw some of the pictures myself is another way to get bether preformans, but i can use only the buffering or only the overridden onpiant, thay have not realy a connection ??


Thankt alot with the fast answare

//Jimmy
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:30
protectorHeath Stewart31-Mar-04 5:30 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:36
Snowjim31-Mar-04 5:36 
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:43
protectorHeath Stewart31-Mar-04 5:43 
GeneralAutoScrolling with a RichTextBox Pin
znize31-Mar-04 4:00
znize31-Mar-04 4:00 
GeneralRe: AutoScrolling with a RichTextBox Pin
leppie31-Mar-04 6:10
leppie31-Mar-04 6:10 
GeneralCryptografy in .NET Pin
dotnetdev@univ.kiev.ua31-Mar-04 3:36
dotnetdev@univ.kiev.ua31-Mar-04 3:36 
GeneralRe: Cryptografy in .NET Pin
Anonymous31-Mar-04 3:58
Anonymous31-Mar-04 3:58 
GeneralRe: Cryptography in .NET Pin
Heath Stewart31-Mar-04 5:12
protectorHeath Stewart31-Mar-04 5:12 
GeneralCompilation Time and Date Pin
JM_FL31-Mar-04 3:01
JM_FL31-Mar-04 3:01 
GeneralRe: Compilation Time and Date Pin
Dave Kreskowiak31-Mar-04 3:21
mveDave Kreskowiak31-Mar-04 3:21 
GeneralRe: Compilation Time and Date Pin
leppie31-Mar-04 6:16
leppie31-Mar-04 6:16 
GeneralRe: Compilation Time and Date Pin
JM_FL31-Mar-04 6:40
JM_FL31-Mar-04 6:40 
GeneralDataGrids and XML Pin
Skylo31-Mar-04 2:42
Skylo31-Mar-04 2:42 
GeneralRe: DataGrids and XML Pin
Charlie Williams31-Mar-04 4:09
Charlie Williams31-Mar-04 4:09 
GeneralPaste nodes Pin
bertcox31-Mar-04 1:53
bertcox31-Mar-04 1:53 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 

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.