Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fast graphics in C# Pin
Stephane David26-Aug-03 3:55
Stephane David26-Aug-03 3:55 
GeneralRe: Fast graphics in C# Pin
Philip Fitzsimons26-Aug-03 4:25
Philip Fitzsimons26-Aug-03 4:25 
GeneralRe: Fast graphics in C# Pin
Philip Fitzsimons26-Aug-03 4:43
Philip Fitzsimons26-Aug-03 4:43 
GeneralRe: Fast graphics in C# Pin
Stephane David26-Aug-03 5:06
Stephane David26-Aug-03 5:06 
GeneralRe: Fast graphics in C# Pin
Philip Fitzsimons26-Aug-03 5:46
Philip Fitzsimons26-Aug-03 5:46 
GeneralRe: Fast graphics in C# Pin
Stephane David26-Aug-03 11:04
Stephane David26-Aug-03 11:04 
GeneralRe: Fast graphics in C# Pin
Philip Fitzsimons26-Aug-03 23:11
Philip Fitzsimons26-Aug-03 23:11 
GeneralRe: Fast graphics in C# Pin
Ista26-Aug-03 4:45
Ista26-Aug-03 4:45 
Well your first and biggest mistake is not using direct x as a window in your application. GDI sucks for that type of application

Second you need to redraw based on regions.

My advice:

get rid of gdi+ dont even bother with it.

learn direct x and set up the buffered pages

one for the map, cities, and the objects then flip the pages and you ll get plenty of speed

nick

I'm not an expert yet, but I play one at work. Yeah and here too.
GeneralRe: Fast graphics in C# Pin
J. Dunlap26-Aug-03 11:37
J. Dunlap26-Aug-03 11:37 
Generalgrid control Pin
Member 52474025-Aug-03 19:39
Member 52474025-Aug-03 19:39 
GeneralSplitting a string Pin
Member 50926225-Aug-03 18:52
Member 50926225-Aug-03 18:52 
GeneralRe: Splitting a string Pin
Nick Parker25-Aug-03 19:18
protectorNick Parker25-Aug-03 19:18 
GeneralRe: Splitting a string Pin
Member 50926225-Aug-03 19:35
Member 50926225-Aug-03 19:35 
GeneralRe: Splitting a string Pin
A.Wegierski25-Aug-03 19:29
A.Wegierski25-Aug-03 19:29 
GeneralRe: Splitting a string Pin
Member 50926225-Aug-03 19:33
Member 50926225-Aug-03 19:33 
GeneralRe: Splitting a string Pin
A.Wegierski25-Aug-03 19:39
A.Wegierski25-Aug-03 19:39 
GeneralRe: Splitting a string Pin
Philip Fitzsimons26-Aug-03 2:29
Philip Fitzsimons26-Aug-03 2:29 
GeneralRe: Splitting a string Pin
Donald_a26-Aug-03 6:26
Donald_a26-Aug-03 6:26 
GeneralGet a grahics object from a Bitmap Pin
Ista25-Aug-03 17:22
Ista25-Aug-03 17:22 
GeneralRe: Get a grahics object from a Bitmap Pin
Nick Parker25-Aug-03 17:37
protectorNick Parker25-Aug-03 17:37 
GeneralRe: Get a grahics object from a Bitmap Pin
Ista25-Aug-03 17:41
Ista25-Aug-03 17:41 
GeneralRe: Get a grahics object from a Bitmap Pin
Nick Parker25-Aug-03 17:46
protectorNick Parker25-Aug-03 17:46 
GeneralRe: Get a grahics object from a Bitmap Pin
Ista25-Aug-03 17:47
Ista25-Aug-03 17:47 
GeneralRe: Get a grahics object from a Bitmap Pin
Nick Parker25-Aug-03 18:27
protectorNick Parker25-Aug-03 18:27 
GeneralRe: Get a grahics object from a Bitmap Pin
Ista25-Aug-03 18:28
Ista25-Aug-03 18:28 

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.