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

.NET (Core and Framework)

 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 11:26
James T. Johnson27-May-03 11:26 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 11:31
J. Dunlap27-May-03 11:31 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 13:07
James T. Johnson27-May-03 13:07 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 13:22
J. Dunlap27-May-03 13:22 
QuestionStill no solution! Memory bug in Services? Pin
solidstore27-May-03 1:47
solidstore27-May-03 1:47 
AnswerRe: Still no solution! Memory bug in Services? Pin
Simon Gregory3-Jun-03 13:33
Simon Gregory3-Jun-03 13:33 
GeneralDrawImage is slow Pin
Stan Shannon26-May-03 1:08
Stan Shannon26-May-03 1:08 
GeneralRe: DrawImage is slow Pin
Russell Morris27-May-03 16:27
Russell Morris27-May-03 16:27 
All of the rendering capabilities in .NET are performed by GDI+ (1.0 at the moment). GDI+ 1.0 has zero support for hardware accelleration, from my understanding. I beleive that GDI+ 1.1 will have support for hardware accelleration (assuming your video card has the appropriate new drivers).

I, too, have noticed this nasty surprise. You can tweak the Graphics object to use lowest quality rendering, and you can use DrawImageUnscaled to try and speed things up a bit, but I don't think it will be an order of magnitude faster than it is currently, and it certainly wouldn't compare to real hardware accelleration of the blitting/stretching.

--
Russell Morris

"Have you gone mad Frink? Put down that science pole!"
GeneralRe: DrawImage is slow ? GDI+ Pin
gecko2320-Aug-03 7:10
gecko2320-Aug-03 7:10 
GeneralSystem.Security File I/O Problem Pin
Paul Griffin26-May-03 0:19
Paul Griffin26-May-03 0:19 
GeneralLicensed controls and ASP.NET Pin
Patrick Lassalle25-May-03 22:17
Patrick Lassalle25-May-03 22:17 
GeneralComparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Uday Takbhate24-May-03 21:57
Uday Takbhate24-May-03 21:57 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Anonymous25-May-03 20:47
Anonymous25-May-03 20:47 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
wayward29-May-03 1:02
wayward29-May-03 1:02 
GeneralTopmost Form property [C#] Pin
GmArya24-May-03 12:36
GmArya24-May-03 12:36 
GeneralRe: Topmost Form property [C#] Pin
Marc Clifton27-May-03 14:31
mvaMarc Clifton27-May-03 14:31 
GeneralAccess to the system image list Pin
tabor2523-May-03 23:38
tabor2523-May-03 23:38 
GeneralRe: Access to the system image list Pin
Richard Deeming27-May-03 1:50
mveRichard Deeming27-May-03 1:50 
QuestionDesign time control in Run time program? Pin
novachen23-May-03 21:26
novachen23-May-03 21:26 
AnswerRe: Design time control in Run time program? Pin
J. Dunlap23-May-03 22:15
J. Dunlap23-May-03 22:15 
GeneralLicense file issue in deployment project Pin
Smitha Nishant23-May-03 19:59
protectorSmitha Nishant23-May-03 19:59 
GeneralRe: License file issue in deployment project Pin
James T. Johnson23-May-03 21:19
James T. Johnson23-May-03 21:19 
GeneralRe: License file issue in deployment project Pin
Smitha Nishant24-May-03 4:47
protectorSmitha Nishant24-May-03 4:47 
GeneralRemote COM+ client Pin
Finally Creamed22-May-03 4:16
Finally Creamed22-May-03 4:16 
GeneralRe: Remote COM+ client Pin
Giles23-May-03 5:33
Giles23-May-03 5:33 

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.