Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Web Service Problem. Pin
leppie26-Dec-08 7:50
leppie26-Dec-08 7:50 
GeneralRe: C# Web Service Problem. Pin
jolynlim198128-Dec-08 13:47
jolynlim198128-Dec-08 13:47 
QuestionXML XSD for a class issue Pin
George_George25-Dec-08 19:04
George_George25-Dec-08 19:04 
AnswerRe: XML XSD for a class issue Pin
leppie26-Dec-08 7:51
leppie26-Dec-08 7:51 
GeneralRe: XML XSD for a class issue Pin
George_George27-Dec-08 2:06
George_George27-Dec-08 2:06 
QuestionHow to imitate microsoft ribbon QAT / Orb on windows forms Pin
James_Zhang25-Dec-08 18:37
James_Zhang25-Dec-08 18:37 
QuestionSuggestions on how to create an efficient Queue generic with random access option Pin
Zerox MXI25-Dec-08 17:33
Zerox MXI25-Dec-08 17:33 
AnswerRe: Suggestions on how to create an efficient Queue generic with random access option Pin
N a v a n e e t h25-Dec-08 17:49
N a v a n e e t h25-Dec-08 17:49 
Classes like Queue(T), List(T) etc are using an array internally. When additional space is required, it creates a new array with more space and copy all the existing elements to the new array.

Having said that, you can create your own Queue(T) class which wraps an array and exposes a method to remove item from specified index. When item is removed, you should create a new array with only required storage space and copy the existing elements to there.


GeneralRe: Suggestions on how to create an efficient Queue generic with random access option Pin
Zerox MXI25-Dec-08 18:05
Zerox MXI25-Dec-08 18:05 
Question[Message Deleted] Pin
James_Zhang25-Dec-08 16:47
James_Zhang25-Dec-08 16:47 
AnswerRe: control on non client area of form Pin
Not Active25-Dec-08 17:06
mentorNot Active25-Dec-08 17:06 
AnswerRe: control on non client area of form Pin
Christian Graus25-Dec-08 17:08
protectorChristian Graus25-Dec-08 17:08 
GeneralRe: control on non client area of form Pin
James_Zhang25-Dec-08 18:02
James_Zhang25-Dec-08 18:02 
Question[Visual Studio | C#] richtextbox problem Pin
lucas moretti25-Dec-08 14:31
lucas moretti25-Dec-08 14:31 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
Luc Pattyn25-Dec-08 14:47
sitebuilderLuc Pattyn25-Dec-08 14:47 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
lucas moretti25-Dec-08 14:59
lucas moretti25-Dec-08 14:59 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
Christian Graus25-Dec-08 15:24
protectorChristian Graus25-Dec-08 15:24 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
lucas moretti25-Dec-08 15:35
lucas moretti25-Dec-08 15:35 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
Luc Pattyn25-Dec-08 15:41
sitebuilderLuc Pattyn25-Dec-08 15:41 
AnswerRe: [Visual Studio | C#] richtextbox problem Pin
N a v a n e e t h25-Dec-08 15:39
N a v a n e e t h25-Dec-08 15:39 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
lucas moretti25-Dec-08 15:44
lucas moretti25-Dec-08 15:44 
GeneralRe: [Visual Studio | C#] richtextbox problem Pin
Christian Graus25-Dec-08 16:19
protectorChristian Graus25-Dec-08 16:19 
Questionhow to invoke events of dynamically created controls Pin
DEEPNORTH25-Dec-08 11:41
DEEPNORTH25-Dec-08 11:41 
AnswerRe: how to invoke events of dynamically created controls Pin
Not Active25-Dec-08 12:17
mentorNot Active25-Dec-08 12:17 
AnswerRe: how to invoke events of dynamically created controls Pin
User 665825-Dec-08 13:04
User 665825-Dec-08 13:04 

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.