Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralRe: overloading == and != Pin
Daniel Turini8-Dec-04 5:21
Daniel Turini8-Dec-04 5:21 
GeneralRe: overloading == and != Pin
Jan R Hansen8-Dec-04 11:41
Jan R Hansen8-Dec-04 11:41 
GeneralRe: overloading == and != Pin
Skynyrd8-Dec-04 23:51
Skynyrd8-Dec-04 23:51 
GeneralDataGrid formatting Pin
wtdoor19658-Dec-04 3:27
wtdoor19658-Dec-04 3:27 
GeneralBitmap Rendering speed Pin
Tristan Rhodes8-Dec-04 3:17
Tristan Rhodes8-Dec-04 3:17 
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini8-Dec-04 5:32
Daniel Turini8-Dec-04 5:32 
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes8-Dec-04 13:04
Tristan Rhodes8-Dec-04 13:04 
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes9-Dec-04 4:06
Tristan Rhodes9-Dec-04 4:06 
I did a little investigation, and the native .NET draw methods are all based on GDI plus, so there's not much I can do there. I'm downloading the DX9 SDK now.

I think you might be wrong about the 160ms... when I wrote the following code:

start = Enviroment.TickCount;
Thread.Sleep(Timespan.FromSeconds(1));
MessageBox.Show((Enviroment.TickCount - Start).ToString());

It displayed 1000.

Therefore, to get 30fps, I would need to do all the rendering in less than 33.3 ms. Which currently, I'm unable to do, even on a simple scene.

I'll look into DX9, and see what I can do, but do you have any more suggestions?

Cheers

Tris
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini9-Dec-04 4:26
Daniel Turini9-Dec-04 4:26 
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes9-Dec-04 5:21
Tristan Rhodes9-Dec-04 5:21 
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini9-Dec-04 7:18
Daniel Turini9-Dec-04 7:18 
GeneralTextChanged vs Click Pin
realmontanakid8-Dec-04 2:23
realmontanakid8-Dec-04 2:23 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz8-Dec-04 2:40
Stefan Troschuetz8-Dec-04 2:40 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 4:14
realmontanakid8-Dec-04 4:14 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz8-Dec-04 4:31
Stefan Troschuetz8-Dec-04 4:31 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 4:59
realmontanakid8-Dec-04 4:59 
GeneralRe: TextChanged vs Click Pin
Dave Kreskowiak8-Dec-04 4:50
mveDave Kreskowiak8-Dec-04 4:50 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 5:19
realmontanakid8-Dec-04 5:19 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz9-Dec-04 21:59
Stefan Troschuetz9-Dec-04 21:59 
QuestionHow to create an array of textboxes with the disigner ? Pin
rgcolli8-Dec-04 2:22
rgcolli8-Dec-04 2:22 
GeneralBig DB problem Pin
Zamolxes8-Dec-04 1:51
Zamolxes8-Dec-04 1:51 
GeneralRe: Big DB problem Pin
turbochimp8-Dec-04 4:15
turbochimp8-Dec-04 4:15 
GeneralA DataGrid Problem Pin
A.Mohsen8-Dec-04 0:03
A.Mohsen8-Dec-04 0:03 
GeneralDrag and drop Pin
blazeski7-Dec-04 23:56
blazeski7-Dec-04 23:56 
GeneralRe: Drag and drop Pin
Heath Stewart8-Dec-04 5:43
protectorHeath Stewart8-Dec-04 5:43 

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.