Click here to Skip to main content
15,907,001 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET release problem HELP Pin
Mike Dimmick9-Jun-04 2:15
Mike Dimmick9-Jun-04 2:15 
QuestionHow do I create a shortcut on the startup menu for a visual c++ .net app? Pin
YNOT264-Jun-04 12:05
YNOT264-Jun-04 12:05 
AnswerRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Tom19587-Jun-04 14:36
Tom19587-Jun-04 14:36 
GeneralRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Tom19587-Jun-04 14:43
Tom19587-Jun-04 14:43 
GeneralRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Aryadip8-Jun-04 18:06
Aryadip8-Jun-04 18:06 
GeneralDatabase import from XML Pin
Richard Jones4-Jun-04 7:24
Richard Jones4-Jun-04 7:24 
GeneralRichTextBox Scroll Bar Color Pin
Andrew Shapira4-Jun-04 7:09
Andrew Shapira4-Jun-04 7:09 
General.Net and Print To File Problem Pin
Gary Thom4-Jun-04 3:27
Gary Thom4-Jun-04 3:27 
GeneralWindows Services Pin
4-Jun-04 1:28
suss4-Jun-04 1:28 
GeneralRe: Windows Services Pin
Colin Angus Mackay4-Jun-04 13:12
Colin Angus Mackay4-Jun-04 13:12 
Questionis .NET slow? Pin
Sahir Shah3-Jun-04 21:40
Sahir Shah3-Jun-04 21:40 
GeneralCall by Reference Problem Pin
ashLin1233-Jun-04 21:09
ashLin1233-Jun-04 21:09 
GeneralRe: Call by Reference Problem Pin
jj3pa10-Jun-04 15:07
jj3pa10-Jun-04 15:07 
Generalfaster drawing Pin
PKultimPK3-Jun-04 6:46
PKultimPK3-Jun-04 6:46 
GeneralRe: faster drawing Pin
Werdna3-Jun-04 8:11
Werdna3-Jun-04 8:11 
GeneralRe: faster drawing Pin
PKultimPK3-Jun-04 10:22
PKultimPK3-Jun-04 10:22 
GeneralRe: faster drawing Pin
Dave Kreskowiak3-Jun-04 8:35
mveDave Kreskowiak3-Jun-04 8:35 
The DrawLines function you're calling is a wrapper for GDI+ functions that are being P/Invoked already. Most of the .NET FCL are wrappers around Windows API calls.

You mentioned that 'you need a relatively modern graphics cards'. You don't need a high powered graphics card to support DirectX. DirectX will still work so long as you have updated drivers for your video card. I take it you have something that doesn't offer very good support for 2D or 3D? What card do you have?

This would most definately affect your drawing speed, no matter what library you use.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: faster drawing Pin
PKultimPK3-Jun-04 10:26
PKultimPK3-Jun-04 10:26 
GeneralRe: faster drawing Pin
Colin Angus Mackay4-Jun-04 13:19
Colin Angus Mackay4-Jun-04 13:19 
GeneralRe: faster drawing Pin
PKultimPK5-Jun-04 9:58
PKultimPK5-Jun-04 9:58 
GeneralRe: faster drawing Pin
Colin Angus Mackay5-Jun-04 10:53
Colin Angus Mackay5-Jun-04 10:53 
GeneralRe: faster drawing Pin
PKultimPK6-Jun-04 2:56
PKultimPK6-Jun-04 2:56 
QuestionHOW TO START WITH HAND HELD PROGRAMMING ??????????? Pin
princi_azghar@yahoo.co.in2-Jun-04 21:47
sussprinci_azghar@yahoo.co.in2-Jun-04 21:47 
AnswerRe: HOW TO START WITH HAND HELD PROGRAMMING ??????????? Pin
Member 5308104-Jun-04 1:35
Member 5308104-Jun-04 1:35 
AnswerRe: HOW TO START WITH HAND HELD PROGRAMMING ??????????? Pin
Richard Jones4-Jun-04 6:55
Richard Jones4-Jun-04 6:55 

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.