Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can this code be generic? Pin
LongRange.Shooter24-Mar-08 5:13
LongRange.Shooter24-Mar-08 5:13 
GeneralRe: Can this code be generic? Pin
SteelIXB24-Mar-08 7:02
SteelIXB24-Mar-08 7:02 
GeneralLogical Ports.. Pin
ptr2void24-Mar-08 3:03
ptr2void24-Mar-08 3:03 
GeneralRe: Logical Ports.. Pin
ptr2void24-Mar-08 19:22
ptr2void24-Mar-08 19:22 
GeneralC: Send keystrokes Pin
Droze24-Mar-08 2:49
Droze24-Mar-08 2:49 
GeneralRe: C: Send keystrokes Pin
Rajasekharan Vengalil24-Mar-08 3:54
Rajasekharan Vengalil24-Mar-08 3:54 
GeneralRe: C: Send keystrokes Pin
Giorgi Dalakishvili24-Mar-08 7:12
mentorGiorgi Dalakishvili24-Mar-08 7:12 
QuestionFaster graphics - how? Pin
derm224-Mar-08 2:40
derm224-Mar-08 2:40 
Okay, I was cornered by deprecation. I must handle large images in my application, and System.Drawing is just not fast enough. Graphics.DrawImage() with source and destination rectangles seemed to be the best way, but even that slows down terribly when much zooming is involved.

I remembered that DirecrDraw would solve this problem, but that's deprecated, and the docs told me I should do it in 3D instead. Not that it matters, since my Managed DirectX is deprecated in favor of XNA anyway. Now, XNA doesn't work together with Visual Studio as I understand it, and the user would need to download extra framweorks anyway.

So, is there a way to use up to date hardware acceleration technologies in Visual Studio under .net? What is supported and what is not? I'll need this software running for years to come, and I might even want to modify it in the future. It would be very unpleasant if the technology it's built on would turn obsolete anytime soon.
AnswerRe: Faster graphics - how? Pin
Jordanwb24-Mar-08 6:57
Jordanwb24-Mar-08 6:57 
Questionusing in operator to filter data in Crystal Report Pin
SureshtheDude24-Mar-08 1:30
SureshtheDude24-Mar-08 1:30 
General3D graphing with c# Pin
Faysal24-Mar-08 1:16
Faysal24-Mar-08 1:16 
GeneralRe: 3D graphing with c# Pin
Giorgi Dalakishvili24-Mar-08 1:35
mentorGiorgi Dalakishvili24-Mar-08 1:35 
GeneralRe: 3D graphing with c# Pin
Faysal24-Mar-08 1:39
Faysal24-Mar-08 1:39 
GeneralRe: 3D graphing with c# Pin
Dave Kreskowiak24-Mar-08 4:28
mveDave Kreskowiak24-Mar-08 4:28 
GeneralTruncating ListView Cell Pin
Echilon24-Mar-08 1:15
Echilon24-Mar-08 1:15 
GeneralRe: Truncating ListView Cell Pin
Dave Kreskowiak24-Mar-08 4:26
mveDave Kreskowiak24-Mar-08 4:26 
GeneralRe: Truncating ListView Cell Pin
Echilon25-Mar-08 4:25
Echilon25-Mar-08 4:25 
GeneralMVC architecture Pin
bruze24-Mar-08 1:10
bruze24-Mar-08 1:10 
GeneralRe: MVC architecture Pin
N a v a n e e t h24-Mar-08 1:20
N a v a n e e t h24-Mar-08 1:20 
GeneralRe: MVC architecture Pin
pachan24-Mar-08 1:58
pachan24-Mar-08 1:58 
GeneralRe: MVC architecture Pin
papadimitriou24-Mar-08 3:03
papadimitriou24-Mar-08 3:03 
GeneralRe: MVC architecture Pin
Not Active24-Mar-08 4:34
mentorNot Active24-Mar-08 4:34 
QuestionHelp regarding Checkbox event in datagridview Pin
mrcsn24-Mar-08 0:58
mrcsn24-Mar-08 0:58 
GeneralRe: Help regarding Checkbox event in datagridview Pin
C1AllenS24-Mar-08 5:50
C1AllenS24-Mar-08 5:50 
GeneralRe: Help regarding Checkbox event in datagridview Pin
mrcsn24-Mar-08 20:26
mrcsn24-Mar-08 20:26 

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.