Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Beginner needs help. Pin
benjymous25-Aug-09 23:36
benjymous25-Aug-09 23:36 
AnswerRe: C# Beginner needs help. Pin
Luc Pattyn25-Aug-09 23:42
sitebuilderLuc Pattyn25-Aug-09 23:42 
AnswerRe: C# Beginner needs help. Pin
kKamel26-Aug-09 0:02
kKamel26-Aug-09 0:02 
AnswerRe: C# Beginner needs help. Pin
Luc Pattyn26-Aug-09 0:24
sitebuilderLuc Pattyn26-Aug-09 0:24 
AnswerRe: C# Beginner needs help. Pin
DaveyM6926-Aug-09 0:28
professionalDaveyM6926-Aug-09 0:28 
AnswerRe: C# Beginner needs help. Pin
LighthouseCall26-Aug-09 3:32
LighthouseCall26-Aug-09 3:32 
QuestionAppending byte array to a byte array Pin
deep725-Aug-09 23:21
deep725-Aug-09 23:21 
AnswerRe: Appending byte array to a byte array Pin
stancrm25-Aug-09 23:25
stancrm25-Aug-09 23:25 
byte[] byteArray1 = new byte[10];
byte[] byteArray2 = new byte[10];

List<byte> byteList = new List<byte>(byteArray1);
byteList.AddRange(byteArray2);
byte[] byteArrayAll = byteList.ToArray();
GeneralRe: Appending byte array to a byte array Pin
deep727-Aug-09 2:12
deep727-Aug-09 2:12 
AnswerRe: Appending byte array to a byte array Pin
Hristo-Bojilov25-Aug-09 23:43
Hristo-Bojilov25-Aug-09 23:43 
AnswerRe: Appending byte array to a byte array Pin
DaveyM6926-Aug-09 0:01
professionalDaveyM6926-Aug-09 0:01 
AnswerRe: Appending byte array to a byte array [modified] Pin
DaveyM6926-Aug-09 2:32
professionalDaveyM6926-Aug-09 2:32 
GeneralRe: Appending byte array to a byte array Pin
deep727-Aug-09 2:15
deep727-Aug-09 2:15 
QuestionHow to navigate inside a folder from picture to picture Pin
kKamel25-Aug-09 23:15
kKamel25-Aug-09 23:15 
AnswerRe: How to navigate inside a folder from picture to picture Pin
OriginalGriff25-Aug-09 23:27
mveOriginalGriff25-Aug-09 23:27 
GeneralRe: How to navigate inside a folder from picture to picture Pin
kKamel25-Aug-09 23:42
kKamel25-Aug-09 23:42 
GeneralRe: How to navigate inside a folder from picture to picture Pin
OriginalGriff25-Aug-09 23:55
mveOriginalGriff25-Aug-09 23:55 
AnswerRe: How to navigate inside a folder from picture to picture Pin
stancrm25-Aug-09 23:34
stancrm25-Aug-09 23:34 
AnswerRe: How to navigate inside a folder from picture to picture Pin
Saksida Bojan25-Aug-09 23:42
Saksida Bojan25-Aug-09 23:42 
AnswerRe: How to navigate inside a folder from picture to picture Pin
kKamel25-Aug-09 23:48
kKamel25-Aug-09 23:48 
QuestionFace Detection unable to work for small faces in pictures Pin
ChangSiJie25-Aug-09 23:13
ChangSiJie25-Aug-09 23:13 
AnswerRe: Face Detection unable to work for small faces in pictures Pin
Keith Barrow26-Aug-09 0:09
professionalKeith Barrow26-Aug-09 0:09 
QuestionError in editing gridview Pin
myinstincts25-Aug-09 22:36
myinstincts25-Aug-09 22:36 
AnswerRe: Error in editing gridview Pin
ankit.zaveri25-Aug-09 23:42
ankit.zaveri25-Aug-09 23:42 
QuestionCreate a Custom NAT service Pin
spiritboy25-Aug-09 21:56
spiritboy25-Aug-09 21:56 

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.