Click here to Skip to main content
15,913,300 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Word of the Day Pin
Mark_Wallace13-Sep-13 1:38
Mark_Wallace13-Sep-13 1:38 
GeneralRe: Word of the Day Pin
Corporal Agarn13-Sep-13 1:48
professionalCorporal Agarn13-Sep-13 1:48 
GeneralSpeaking of scientific laws... Pin
Mark_Wallace13-Sep-13 1:00
Mark_Wallace13-Sep-13 1:00 
GeneralRe: Speaking of scientific laws... Pin
Marco Bertschi13-Sep-13 1:10
protectorMarco Bertschi13-Sep-13 1:10 
GeneralRe: Speaking of scientific laws... Pin
Mark_Wallace13-Sep-13 1:25
Mark_Wallace13-Sep-13 1:25 
GeneralRe: Speaking of scientific laws... Pin
OriginalGriff13-Sep-13 1:34
mveOriginalGriff13-Sep-13 1:34 
GeneralRe: Speaking of scientific laws... Pin
Mark_Wallace13-Sep-13 1:37
Mark_Wallace13-Sep-13 1:37 
GeneralThere are some people who probably shouldn't be encouraged to code PinPopular
OriginalGriff13-Sep-13 0:30
mveOriginalGriff13-Sep-13 0:30 
I'm trying to help someone, who has a problem with inserting image data into a database.
So I point him at one of my tips, which explains what he is doing wrong, and how to fix it.
One line of my code is:
C#
Image myImage = Image.FromFile(@"D:\Temp\MyPic.jpg");

But this doesn't work in his code, because it complains that the file doesn't exist.
It's taken us two hours since then to get to the point where he shows me his version:
C#
Image myImage = Image.FromFile(@"Browse_Image_Location");//there error comes

D'Oh! | :doh:

Please, somebody, anybody: remind me why we don't have positive vetting before letting people near computers?
This message is manufactured from fully recyclable noughts and ones. To recycle this message, please separate into two tidy piles, and take them to your nearest local recycling centre.
Please note that in some areas noughts are always replaced with zeros by law, and many facilities cannot recycle zeroes - in this case, please bury them in your back garden and water frequently.

GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Oso Oluwafemi Ebenezer13-Sep-13 0:38
Oso Oluwafemi Ebenezer13-Sep-13 0:38 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Mark_Wallace13-Sep-13 0:50
Mark_Wallace13-Sep-13 0:50 
GeneralRe: There are some people who probably shouldn't be encouraged to code PinPopular
Manfred Rudolf Bihy13-Sep-13 1:27
professionalManfred Rudolf Bihy13-Sep-13 1:27 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
OriginalGriff13-Sep-13 1:32
mveOriginalGriff13-Sep-13 1:32 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Corporal Agarn13-Sep-13 1:42
professionalCorporal Agarn13-Sep-13 1:42 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Manfred Rudolf Bihy13-Sep-13 1:42
professionalManfred Rudolf Bihy13-Sep-13 1:42 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
OriginalGriff13-Sep-13 1:46
mveOriginalGriff13-Sep-13 1:46 
JokeRe: There are some people who probably shouldn't be encouraged to code Pin
S Houghtelin13-Sep-13 1:41
professionalS Houghtelin13-Sep-13 1:41 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Manfred Rudolf Bihy13-Sep-13 1:44
professionalManfred Rudolf Bihy13-Sep-13 1:44 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Jean A Brandelero13-Sep-13 3:13
Jean A Brandelero13-Sep-13 3:13 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Andy Bantly13-Sep-13 2:23
Andy Bantly13-Sep-13 2:23 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
Marc Clifton13-Sep-13 2:26
mvaMarc Clifton13-Sep-13 2:26 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
MehGerbil13-Sep-13 2:38
MehGerbil13-Sep-13 2:38 
GeneralRe: There are some people who probably shouldn't be encouraged to code Pin
jschell13-Sep-13 12:12
jschell13-Sep-13 12:12 
GeneralAesthetics value in proof of concept Pin
Oso Oluwafemi Ebenezer13-Sep-13 0:05
Oso Oluwafemi Ebenezer13-Sep-13 0:05 
GeneralRe: Aesthetics value in proof of concept Pin
Pete O'Hanlon13-Sep-13 0:13
mvePete O'Hanlon13-Sep-13 0:13 
GeneralRe: Aesthetics value in proof of concept Pin
Marco Bertschi13-Sep-13 0:17
protectorMarco Bertschi13-Sep-13 0:17 

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.