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

C#

 
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 
Then you will have to sort them by name, or create date. If the user doesn't catch on fairly quickly that sequential naming is a good idea if you want to find things, then spell it out to him when he compains...

DirectoryInfo di = new DirectoryInfo(@"c:\XXTemp");
FileInfo[] fil = di.GetFiles();

is the way to go.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

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 
QuestionC# in ASP.Net Pin
darolia.manish25-Aug-09 21:31
darolia.manish25-Aug-09 21:31 
AnswerRe: C# in ASP.Net Pin
Mycroft Holmes25-Aug-09 22:00
professionalMycroft Holmes25-Aug-09 22:00 
AnswerRe: C# in ASP.Net Pin
Christian Graus25-Aug-09 22:03
protectorChristian Graus25-Aug-09 22:03 
AnswerRe: C# in ASP.Net Pin
Abhishek Sur25-Aug-09 22:06
professionalAbhishek Sur25-Aug-09 22:06 
AnswerRe: C# in ASP.Net Pin
kKamel25-Aug-09 23:13
kKamel25-Aug-09 23:13 
QuestionSending Data from one form to another. Pin
faheemnadeem25-Aug-09 21:30
faheemnadeem25-Aug-09 21:30 
AnswerRe: Sending Data from one form to another. Pin
Mycroft Holmes25-Aug-09 21:58
professionalMycroft Holmes25-Aug-09 21:58 
Questionpowerpoint show Pin
Omar Mallat25-Aug-09 21:06
professionalOmar Mallat25-Aug-09 21:06 
AnswerRe: powerpoint show Pin
Christian Graus25-Aug-09 22:04
protectorChristian Graus25-Aug-09 22: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.