Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Doubt Pin
BillWoodruff3-Mar-14 5:49
professionalBillWoodruff3-Mar-14 5:49 
GeneralRe: Doubt Pin
Member 105917234-Mar-14 2:38
Member 105917234-Mar-14 2:38 
QuestionCreate 3 application separately & retrive data from 1st app using 2nd app & show that data on 3rd app using .net Pin
Member 1063449628-Feb-14 19:26
Member 1063449628-Feb-14 19:26 
AnswerRe: Create 3 application separately & retrive data from 1st app using 2nd app & show that data on 3rd app using .net Pin
Raj Mouli28-Feb-14 21:57
Raj Mouli28-Feb-14 21:57 
QuestionRe: Create 3 application separately & retrive data from 1st app using 2nd app & show that data on 3rd app using .net Pin
Richard MacCutchan28-Feb-14 22:10
mveRichard MacCutchan28-Feb-14 22:10 
AnswerRe: Create 3 application separately & retrive data from 1st app using 2nd app & show that data on 3rd app using .net Pin
Eddy Vluggen1-Mar-14 0:31
professionalEddy Vluggen1-Mar-14 0:31 
QuestionAlgorithm change of reference in C # Pin
tuning100128-Feb-14 18:39
tuning100128-Feb-14 18:39 
AnswerRe: Algorithm change of reference in C # Pin
OriginalGriff28-Feb-14 23:04
mveOriginalGriff28-Feb-14 23:04 
GeneralRe: Algorithm change of reference in C # Pin
tuning10011-Mar-14 6:43
tuning10011-Mar-14 6:43 
Questionrichtextbox Pin
Shanug28-Feb-14 18:34
Shanug28-Feb-14 18:34 
AnswerRe: richtextbox Pin
Tom Marvolo Riddle28-Feb-14 21:58
professionalTom Marvolo Riddle28-Feb-14 21:58 
AnswerRe: richtextbox Pin
Raj Mouli28-Feb-14 22:00
Raj Mouli28-Feb-14 22:00 
QuestionYou can define columns for a temporary DataTable? Pin
Souza-1063377928-Feb-14 8:34
Souza-1063377928-Feb-14 8:34 
AnswerRe: You can define columns for a temporary DataTable? Pin
Mycroft Holmes28-Feb-14 12:59
professionalMycroft Holmes28-Feb-14 12:59 
QuestionC # if statement (parameter read form sql Server DB) Pin
Member 1063374328-Feb-14 8:16
Member 1063374328-Feb-14 8:16 
AnswerRe: C # if statement (parameter read form sql Server DB) Pin
Richard Deeming28-Feb-14 8:27
mveRichard Deeming28-Feb-14 8:27 

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.