Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: ToolTip Control in pocket pc. Pin
leppie1-Aug-04 12:09
leppie1-Aug-04 12:09 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 13:52
Colin Angus Mackay1-Aug-04 13:52 
GeneralRe: ToolTip Control in pocket pc. Pin
Roman Rodov1-Aug-04 14:17
Roman Rodov1-Aug-04 14:17 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 22:20
Colin Angus Mackay1-Aug-04 22:20 
GeneralMS Query in Excel 2000 From C# Pin
Heroz1-Aug-04 5:07
Heroz1-Aug-04 5:07 
QuestionHow useful is are Windows.Forms? Pin
Anonymous1-Aug-04 3:42
Anonymous1-Aug-04 3:42 
AnswerRe: How useful is are Windows.Forms? Pin
Dave Kreskowiak1-Aug-04 4:23
mveDave Kreskowiak1-Aug-04 4:23 
AnswerRe: How useful is are Windows.Forms? Pin
Daniel Turini1-Aug-04 5:58
Daniel Turini1-Aug-04 5:58 
GDI+ is not hardware accelerated (although I heard that some Radeon and Matrox cards do accelerate GDI+).
This means that all the burden of drawing will be on the CPU. Since you're mentioning that the machines will be older, this means that the drawing will be slower, and you'll only be able to significantly speed it up by changing the whole machine (mobo, processor and memory). It's hard to get this upgrade for under $250, and this will only get your drawing 2x or 3x faster.
Managed DirectX is supported by MS and will use all hardware capabilities avaliable. If not available, it'll be emulated (and quickly) by the main CPU. If the user needs to upgrade, he/she can simply buy an el-cheapo $50 NVidia GeForce4 MX 440 and the drawing will get up to 20x faster. If the user chooses a $250 card, it may get up to 60x faster when compared to a pure main CPU drawing on an old machine.
I don't like OpenGL wrappers, both because they're not supported by MS, and because in my past experience, OpenGL showed to be way slower and limited when it depended on emulation.
Remember also that you'll have to deal with the whole 3D drawing if you choose GDI+. Both DirectX and OpenGL are more like scene descriptions and the drawing is done by the back end.
The .NET environment will add a bit of overhead over anything you choose when compared to native C++, but it'll probably go unnoticed (tipically 5%~10% plus a slower startup time).


Yes, even I am blogging now!
GeneralRe: How useful is are Windows.Forms? Pin
Anonymous1-Aug-04 6:26
Anonymous1-Aug-04 6:26 
QuestionHow to print any type of file to printer Pin
khurram rathor1-Aug-04 3:16
khurram rathor1-Aug-04 3:16 
AnswerRe: How to print any type of file to printer Pin
Dave Kreskowiak1-Aug-04 4:25
mveDave Kreskowiak1-Aug-04 4:25 
GeneralRe: How to print any type of file to printer Pin
Tim DuBois1-Aug-04 16:47
Tim DuBois1-Aug-04 16:47 
GeneralRe: How to print any type of file to printer Pin
Dave Kreskowiak1-Aug-04 16:56
mveDave Kreskowiak1-Aug-04 16:56 
QuestionCursor problem?!? Pin
QzRz1-Aug-04 1:58
QzRz1-Aug-04 1:58 
AnswerRe: Cursor problem?!? Pin
Stefan Troschuetz1-Aug-04 2:22
Stefan Troschuetz1-Aug-04 2:22 
GeneralRe: Cursor problem?!? Pin
QzRz1-Aug-04 2:31
QzRz1-Aug-04 2:31 
GeneralRe: Cursor problem?!? Pin
ted f.a. van gaalen7-Aug-04 1:44
ted f.a. van gaalen7-Aug-04 1:44 
GeneralSound level on sound card input Pin
alldates1-Aug-04 0:35
alldates1-Aug-04 0:35 
GeneralRe: Sound level on sound card input Pin
Dave Kreskowiak1-Aug-04 4:31
mveDave Kreskowiak1-Aug-04 4:31 
GeneralRe: Sound level on sound card input Pin
alldates1-Aug-04 5:02
alldates1-Aug-04 5:02 
GeneralRe: Sound level on sound card input Pin
Dave Kreskowiak1-Aug-04 16:51
mveDave Kreskowiak1-Aug-04 16:51 
GeneralHelp in Grid Control Pin
murali_utr31-Jul-04 19:49
murali_utr31-Jul-04 19:49 
GeneralRe: Help in Grid Control Pin
DougW481-Aug-04 17:08
DougW481-Aug-04 17:08 
GeneralRe: Help in Grid Control Pin
murali_utr2-Aug-04 5:03
murali_utr2-Aug-04 5:03 
GeneralRe: Help in Grid Control Pin
DougW482-Aug-04 13:58
DougW482-Aug-04 13:58 

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.