Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
QuestionRe: Suspending a process programmatically, How is that? Pin
LordCover5-Jun-08 3:25
LordCover5-Jun-08 3:25 
AnswerRe: Suspending a process programmatically, How is that? Pin
CPallini5-Jun-08 3:29
mveCPallini5-Jun-08 3:29 
GeneralRe: Suspending a process programmatically, How is that? Pin
LordCover5-Jun-08 3:47
LordCover5-Jun-08 3:47 
AnswerRe: Suspending a process programmatically, How is that? Pin
Anthony Mushrow5-Jun-08 3:33
professionalAnthony Mushrow5-Jun-08 3:33 
GeneralRe: Suspending a process programmatically, How is that? Pin
LordCover5-Jun-08 4:50
LordCover5-Jun-08 4:50 
QuestionApplicationSettingBAse Issue Pin
AmithaRaghu5-Jun-08 2:46
AmithaRaghu5-Jun-08 2:46 
QuestionWCF plugin for VS 2005 Pin
priy@5-Jun-08 1:18
priy@5-Jun-08 1:18 
AnswerRe: WCF plugin for VS 2005 Pin
#realJSOP5-Jun-08 2:45
professional#realJSOP5-Jun-08 2:45 
AnswerRe: WCF plugin for VS 2005 Pin
teejayem5-Jun-08 3:22
teejayem5-Jun-08 3:22 
Questiona question about kernel32.dll and user32.dll Pin
Sajjad Izadi5-Jun-08 1:16
Sajjad Izadi5-Jun-08 1:16 
AnswerRe: a question about kernel32.dll and user32.dll Pin
leppie5-Jun-08 1:20
leppie5-Jun-08 1:20 
Question[Message Deleted] Pin
vinay_K5-Jun-08 0:51
vinay_K5-Jun-08 0:51 
AnswerRe: GDI+ in C# Pin
leppie5-Jun-08 1:15
leppie5-Jun-08 1:15 
General[Message Deleted] Pin
vinay_K5-Jun-08 2:18
vinay_K5-Jun-08 2:18 
GeneralRe: GDI+ in C# Pin
#realJSOP5-Jun-08 2:46
professional#realJSOP5-Jun-08 2:46 
GeneralRe: GDI+ in C# Pin
Anthony Mushrow5-Jun-08 3:02
professionalAnthony Mushrow5-Jun-08 3:02 
AnswerRe: GDI+ in C# Pin
Gareth H5-Jun-08 1:16
Gareth H5-Jun-08 1:16 
GeneralRe: GDI+ in C# Pin
leppie5-Jun-08 1:17
leppie5-Jun-08 1:17 
AnswerRe: GDI+ in C# Pin
Anthony Mushrow5-Jun-08 1:17
professionalAnthony Mushrow5-Jun-08 1:17 
QuestionHow can I add new record in database using datagrid? Pin
rmedo5-Jun-08 0:49
rmedo5-Jun-08 0:49 
AnswerRe: How can I add new record in database using datagrid? Pin
Tamimi - Code5-Jun-08 2:52
Tamimi - Code5-Jun-08 2:52 
Questionproblem with TCP connection [modified] Pin
johland5-Jun-08 0:49
johland5-Jun-08 0:49 
AnswerRe: problem with TCP connection Pin
#realJSOP5-Jun-08 2:49
professional#realJSOP5-Jun-08 2:49 
GeneralRe: problem with TCP connection Pin
johland5-Jun-08 3:11
johland5-Jun-08 3:11 
QuestionArray Management Pin
DwR5-Jun-08 0:01
DwR5-Jun-08 0:01 
Hi,
I'm new to C# and am having an issue understanding how to easily handle something that should be straightforward.

That is, I have an array of a fixed length. At each iteration a new double is added to the array and the oldest is to be removed. How do I do this, and re-index all of the other elements in the array accordingly, without rebuilding the entire array each time?

Regards,
Dave

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.