Click here to Skip to main content
15,901,666 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invalid Argument in For Loop Pin
Richard MacCutchan3-Mar-14 4:11
mveRichard MacCutchan3-Mar-14 4:11 
GeneralRe: Invalid Argument in For Loop Pin
computerpublic3-Mar-14 4:16
computerpublic3-Mar-14 4:16 
GeneralRe: Invalid Argument in For Loop Pin
Richard MacCutchan3-Mar-14 4:22
mveRichard MacCutchan3-Mar-14 4:22 
GeneralRe: Invalid Argument in For Loop Pin
computerpublic3-Mar-14 7:39
computerpublic3-Mar-14 7:39 
GeneralRe: Invalid Argument in For Loop Pin
Richard MacCutchan3-Mar-14 21:59
mveRichard MacCutchan3-Mar-14 21:59 
GeneralRe: Invalid Argument in For Loop Pin
computerpublic4-Mar-14 3:55
computerpublic4-Mar-14 3:55 
GeneralRe: Invalid Argument in For Loop Pin
Richard MacCutchan4-Mar-14 5:25
mveRichard MacCutchan4-Mar-14 5:25 
Generalapplication icons??? Pin
Member 106142622-Mar-14 1:56
Member 106142622-Mar-14 1:56 
GeneralRe: application icons??? Pin
Pete O'Hanlon2-Mar-14 2:08
mvePete O'Hanlon2-Mar-14 2:08 
JokeRe: application icons??? Pin
dan!sh 2-Mar-14 23:45
professional dan!sh 2-Mar-14 23:45 
GeneralRe: application icons??? Pin
Ravi Bhavnani2-Mar-14 5:57
professionalRavi Bhavnani2-Mar-14 5:57 
GeneralRe: application icons??? Pin
Bernhard Hiller2-Mar-14 23:52
Bernhard Hiller2-Mar-14 23:52 
QuestionHow i can redirect URLs entered in the browser with C#? Pin
Amin Soltani1-Mar-14 22:56
Amin Soltani1-Mar-14 22:56 
AnswerRe: How i can redirect URLs entered in the browser with C#? Pin
OriginalGriff1-Mar-14 23:36
mveOriginalGriff1-Mar-14 23:36 
JokeRe: How i can redirect URLs entered in the browser with C#? Pin
Richard Andrew x643-Mar-14 9:44
professionalRichard Andrew x643-Mar-14 9:44 
AnswerRe: How i can redirect URLs entered in the browser with C#? Pin
Ravi Bhavnani2-Mar-14 5:59
professionalRavi Bhavnani2-Mar-14 5:59 
AnswerRe: How i can redirect URLs entered in the browser with C#? Pin
Eddy Vluggen2-Mar-14 7:19
professionalEddy Vluggen2-Mar-14 7:19 
AnswerRe: How i can redirect URLs entered in the browser with C#? Pin
Eddy Vluggen2-Mar-14 7:23
professionalEddy Vluggen2-Mar-14 7:23 
Questionfacial expression recognition Pin
Member 95388301-Mar-14 12:31
Member 95388301-Mar-14 12:31 
AnswerRe: facial expression recognition Pin
Richard MacCutchan1-Mar-14 21:05
mveRichard MacCutchan1-Mar-14 21:05 
AnswerRe: facial expression recognition Pin
Eddy Vluggen2-Mar-14 7:30
professionalEddy Vluggen2-Mar-14 7:30 
QuestionDoubt Pin
Member 105917231-Mar-14 1:21
Member 105917231-Mar-14 1:21 
AnswerRe: Doubt Pin
Maciej Los1-Mar-14 3:24
mveMaciej Los1-Mar-14 3:24 
AnswerRe: Doubt Pin
BillWoodruff1-Mar-14 8:16
professionalBillWoodruff1-Mar-14 8:16 
Going through a folder/directory and selecting multiple files ... in that directory only ... that meet certain criteria is easy to do: [^].

If the folder you wish to search for files contains sub-directories (other folders), then, beginning with .NET 4.0, you can use the Directory.EnumerateFiles method with SearchOption.AllDirectories to recursively search: [^]. If you do not have permission to open any sub-directory, the search will fail.

I am curious: how you are doing cropping now: what algorithm are you using; or, what image editor do you use; or what web-something-or-other are you invoking ?
“The best hope is that one of these days the Ground will get disgusted enough just to walk away ~ leaving people with nothing more to stand ON than what they have so bloody well stood FOR up to now.” Kenneth Patchen, Poet


modified 1-Mar-14 15:16pm.

GeneralRe: Doubt Pin
Member 105917233-Mar-14 2:32
Member 105917233-Mar-14 2:32 

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.