Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: enumerators Pin
Dave Kreskowiak21-Dec-13 6:42
mveDave Kreskowiak21-Dec-13 6:42 
GeneralRe: enumerators Pin
gianfrancoguzzo22-Dec-13 4:24
gianfrancoguzzo22-Dec-13 4:24 
GeneralRe: enumerators Pin
Dave Kreskowiak21-Dec-13 4:40
mveDave Kreskowiak21-Dec-13 4:40 
AnswerRe: enumerators Pin
BillWoodruff21-Dec-13 4:43
professionalBillWoodruff21-Dec-13 4:43 
GeneralRe: enumerators Pin
gianfrancoguzzo21-Dec-13 4:48
gianfrancoguzzo21-Dec-13 4:48 
AnswerRe: enumerators Pin
PIEBALDconsult22-Dec-13 8:22
mvePIEBALDconsult22-Dec-13 8:22 
GeneralRe: enumerators Pin
gianfrancoguzzo10-Jan-14 20:25
gianfrancoguzzo10-Jan-14 20:25 
Questionmicrosoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
ank17098921-Dec-13 2:48
ank17098921-Dec-13 2:48 
AnswerRe: microsoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
Richard MacCutchan21-Dec-13 3:28
mveRichard MacCutchan21-Dec-13 3:28 
AnswerRe: microsoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
Dave Kreskowiak21-Dec-13 4:39
mveDave Kreskowiak21-Dec-13 4:39 
QuestionStoring Invoice number of a document while scanning Pin
Nawaz34321-Dec-13 1:35
Nawaz34321-Dec-13 1:35 
AnswerRe: Storing Invoice number of a document while scanning Pin
Abhinav S21-Dec-13 2:44
Abhinav S21-Dec-13 2:44 
GeneralRe: Storing Invoice number of a document while scanning Pin
Nawaz34322-Dec-13 18:47
Nawaz34322-Dec-13 18:47 
Questionhow to insert image in code project question ? Pin
An@nd Rajan1020-Dec-13 18:34
professionalAn@nd Rajan1020-Dec-13 18:34 
AnswerRe: how to insert image in code project question ? Pin
Dave Kreskowiak20-Dec-13 19:17
mveDave Kreskowiak20-Dec-13 19:17 
GeneralRe: how to insert image in code project question ? Pin
An@nd Rajan1020-Dec-13 19:25
professionalAn@nd Rajan1020-Dec-13 19:25 
AnswerRe: how to insert image in code project question ? Pin
Abhinav S20-Dec-13 22:40
Abhinav S20-Dec-13 22:40 
AnswerRe: how to insert image in code project question ? Pin
OriginalGriff21-Dec-13 4:58
mveOriginalGriff21-Dec-13 4:58 
QuestionHow to get Digital ProductID from registry remotely: using StdRegProv Pin
sigma_ivan20-Dec-13 16:54
sigma_ivan20-Dec-13 16:54 
AnswerRe: How to get Digital ProductID from registry remotely: using StdRegProv Pin
Ron Beyer20-Dec-13 18:22
professionalRon Beyer20-Dec-13 18:22 
GeneralRe: How to get Digital ProductID from registry remotely: using StdRegProv Pin
sigma_ivan22-Dec-13 22:27
sigma_ivan22-Dec-13 22:27 
Questionhow to create column in crystal report at dynamically Pin
An@nd Rajan1019-Dec-13 23:48
professionalAn@nd Rajan1019-Dec-13 23:48 
AnswerRe: how to create column in crystal report at dynamically Pin
jschell20-Dec-13 9:21
jschell20-Dec-13 9:21 
GeneralRe: how to create column in crystal report at dynamically Pin
An@nd Rajan1020-Dec-13 18:13
professionalAn@nd Rajan1020-Dec-13 18:13 
QuestionHow to copy the Facebook photo arrangement functionality to local computer? Pin
biop.codeproject19-Dec-13 17:46
biop.codeproject19-Dec-13 17:46 
Dear all,

I find out Facebook does a good way of handling photos:
1) You can add photos to an album at any time.
2) You can rearrange the order at any time.
3) You can add/modify description to the album at any time.
4) You can add/modify description to each photo at any time.

I want to have the same functionality available in my local computer. That means when I get into my album folder, maybe I click on a page or a program, it will allow me to do the above 4 things.

Usually I arrange my photos like this:

E drive
+ Photo 2012
+ Photo 2013
+-- 2013-01-01 New Years Day
+---+ Photo0107.jpg
+---+ Photo0108.jpg
+---+ Photo0109.jpg
...
+-- 2013-02-14 Romantic Dinner
+---+ CIMG0907.jpg
+---+ CIMG0908.jpg
+---+ CIMG0909.jpg
...

Please note that I want to keep it simple. I think Facebook is a web thing. It uses Ajax to handle the photos. I don't want to install a web server in my computer. Please provide any pointer, whether there is on the shelf product, whether this is achievable using C#, or have to use ASP.NET / Ajax / php / etc. Thanks.

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.