Click here to Skip to main content
15,900,973 members
Home / Discussions / C#
   

C#

 
AnswerRe: Starting WMP Control from System.IO.Stream Pin
Judah Gabriel Himango4-Jan-07 7:34
sponsorJudah Gabriel Himango4-Jan-07 7:34 
QuestionUnwanted changes to designer file Pin
ndoran4-Jan-07 6:22
ndoran4-Jan-07 6:22 
AnswerRe: Unwanted changes to designer file Pin
ednrgc4-Jan-07 8:37
ednrgc4-Jan-07 8:37 
GeneralRe: Unwanted changes to designer file Pin
ndoran4-Jan-07 9:54
ndoran4-Jan-07 9:54 
Questionneed to change keyed space to enter programatically Pin
pippyn4-Jan-07 5:56
pippyn4-Jan-07 5:56 
QuestionHow can I avoid a for-loop and speed up my code Pin
ComCoderCsharp4-Jan-07 5:39
ComCoderCsharp4-Jan-07 5:39 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Ravi Bhavnani4-Jan-07 5:48
professionalRavi Bhavnani4-Jan-07 5:48 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 5:59
Dan Neely4-Jan-07 5:59 
Behind the scenes, Matlab is creating a for loop for you. If you want a faster implementation that avoids the .net bounds checking, you could try writing the innermost layer of your code in c++ (with optional processor specific asm optimizations to use MMX/SSE instructions) and then using pinvoke to call it from the main c# portion of your app.

--
Rules of thumb should not be taken for the whole hand.

GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:27
sponsorJudah Gabriel Himango4-Jan-07 6:27 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 6:51
Dan Neely4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:11
sponsorJudah Gabriel Himango4-Jan-07 7:11 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 8:01
Dan Neely4-Jan-07 8:01 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 9:26
sponsorJudah Gabriel Himango4-Jan-07 9:26 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:24
sitebuilderLuc Pattyn4-Jan-07 6:24 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:33
sponsorJudah Gabriel Himango4-Jan-07 6:33 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:51
sitebuilderLuc Pattyn4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:30
sponsorJudah Gabriel Himango4-Jan-07 7:30 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 7:49
sitebuilderLuc Pattyn4-Jan-07 7:49 
AnswerAccelerator Library Pin
Insincere Dave4-Jan-07 8:40
Insincere Dave4-Jan-07 8:40 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
lost in transition 4-Jan-07 10:34
lost in transition 4-Jan-07 10:34 
AnswerA few options Pin
Ennis Ray Lynch, Jr.4-Jan-07 16:03
Ennis Ray Lynch, Jr.4-Jan-07 16:03 
AnswerRe: Thanks everyone for your suggestions Pin
ComCoderCsharp4-Jan-07 16:49
ComCoderCsharp4-Jan-07 16:49 
QuestionAbout displaying a custom Currency symbol in a datagridview column Pin
Rocky#4-Jan-07 5:03
Rocky#4-Jan-07 5:03 
AnswerRe: About displaying a custom Currency symbol in a datagridview column Pin
Not Active4-Jan-07 5:32
mentorNot Active4-Jan-07 5:32 
GeneralRe: About displaying a custom Currency symbol in a datagridview column Pin
Rocky#5-Jan-07 3:38
Rocky#5-Jan-07 3:38 

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.