Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: cannot implicitly convert type 'int' to 'string' Pin
SteveNY25-Jun-08 3:59
SteveNY25-Jun-08 3:59 
Questionhowto: Image right-click context menu upload Pin
Sazarella24-Jun-08 23:24
Sazarella24-Jun-08 23:24 
AnswerRe: howto: Image right-click context menu upload Pin
Christian Graus24-Jun-08 23:34
protectorChristian Graus24-Jun-08 23:34 
GeneralRe: howto: Image right-click context menu upload Pin
Sazarella24-Jun-08 23:45
Sazarella24-Jun-08 23:45 
GeneralRe: howto: Image right-click context menu upload Pin
Christian Graus24-Jun-08 23:49
protectorChristian Graus24-Jun-08 23:49 
GeneralRe: howto: Image right-click context menu upload Pin
Sazarella24-Jun-08 23:58
Sazarella24-Jun-08 23:58 
GeneralRe: howto: Image right-click context menu upload Pin
Christian Graus25-Jun-08 0:06
protectorChristian Graus25-Jun-08 0:06 
GeneralRe: howto: Image right-click context menu upload Pin
Simon P Stevens25-Jun-08 0:20
Simon P Stevens25-Jun-08 0:20 
Well, start with what Christian said, look at the site for developer documentation, see if they provide a web service for file uploads. Assuming that they do, next step is to download visual studio express (free from Microsoft, just Google it) and get yourself a beginners C# book.

You'll need to write an app that takes a path to a file as a command line parameter. You can setup your context menu entry to pass the file pate to your app. The app then needs to read the file, and call the webservice, passing the file and any options as specified by the sites developer docs.

It's not a difficult app to write, but if you've never programmed before there's quite a bit to learn. You need to start with the programming basics like what is a compiler, then data types and so on.

Good luck.

Simon

GeneralRe: howto: Image right-click context menu upload Pin
Sazarella25-Jun-08 3:33
Sazarella25-Jun-08 3:33 
GeneralRe: howto: Image right-click context menu upload Pin
Simon P Stevens25-Jun-08 10:18
Simon P Stevens25-Jun-08 10:18 
AnswerRe: howto: Image right-click context menu upload Pin
Ashfield25-Jun-08 0:39
Ashfield25-Jun-08 0:39 
GeneralRe: howto: Image right-click context menu upload Pin
Sazarella25-Jun-08 3:35
Sazarella25-Jun-08 3:35 
GeneralRe: howto: Image right-click context menu upload Pin
Ashfield25-Jun-08 3:45
Ashfield25-Jun-08 3:45 
GeneralRe: howto: Image right-click context menu upload Pin
Sazarella25-Jun-08 3:48
Sazarella25-Jun-08 3:48 
QuestionCan i run dll setup wizard Pin
wasimsharp24-Jun-08 22:53
wasimsharp24-Jun-08 22:53 
AnswerRe: Can i run dll setup wizard Pin
leppie24-Jun-08 23:28
leppie24-Jun-08 23:28 
GeneralRe: Can i run dll setup wizard Pin
wasimsharp24-Jun-08 23:34
wasimsharp24-Jun-08 23:34 
QuestionConsuming XFire Java web service from WCF Pin
Simon Lime24-Jun-08 22:42
Simon Lime24-Jun-08 22:42 
AnswerRe: Consuming XFire Java web service from WCF Pin
Simon Lime7-Jul-08 1:08
Simon Lime7-Jul-08 1:08 
QuestionHow to Allow only numbers for TextBox Pin
sacr8324-Jun-08 21:50
sacr8324-Jun-08 21:50 
AnswerRe: How to Allow only numbers for TextBox Pin
Giorgi Dalakishvili24-Jun-08 22:00
mentorGiorgi Dalakishvili24-Jun-08 22:00 
GeneralRe: How to Allow only numbers for TextBox Pin
sacr8324-Jun-08 22:09
sacr8324-Jun-08 22:09 
GeneralRe: How to Allow only numbers for TextBox Pin
leppie24-Jun-08 22:13
leppie24-Jun-08 22:13 
AnswerRe: How to Allow only numbers for TextBox Pin
Harvey Saayman24-Jun-08 22:03
Harvey Saayman24-Jun-08 22:03 
AnswerRe: How to Allow only numbers for TextBox Pin
wasimsharp24-Jun-08 22:12
wasimsharp24-Jun-08 22:12 

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.