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

C#

 
GeneralPlotting on a Map using latitudes/longitudes(GPS) Pin
sibish n b31-Mar-04 7:47
sibish n b31-Mar-04 7:47 
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 
Are they system controls, or your controls? In #1, that isn't clear. You typically don't need to modify system controls because most aren't drawn at all by .NET. Windows Forms controls encapsulate their Common Control equivalents which draw themselves using GDI outside the realm of .NET. Ever wonder how Microsoft keeps the Win32 controls and the .NET controls looking the same? Because they are the same.

Bitmaps (bmp) are the best way to go. These are used primarily throughout much of the code that makes up Windows, Office, Photoshop, and most other programs you can think of. Up until a few years ago when more and more applications started using bits of the Internet Explorer WebBrowser control and MSHTML, that's all that was supported without your own rendering. Bitmaps are uncompressed (well, some may be RLE compressed but this is rare when dealing with Windows graphics), where the others are compressed and, in the case of a GIF, indexed.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:14
Snowjim31-Mar-04 5:14 
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 

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.