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

C#

 
GeneralRe: messenger PinPopular
Pete O'Hanlon7-Feb-11 2:37
mvePete O'Hanlon7-Feb-11 2:37 
GeneralRe: messenger Pin
Wes Aday7-Feb-11 4:13
professionalWes Aday7-Feb-11 4:13 
GeneralRe: messenger Pin
fjdiewornncalwe7-Feb-11 4:38
professionalfjdiewornncalwe7-Feb-11 4:38 
GeneralRe: messenger Pin
Pete O'Hanlon7-Feb-11 4:40
mvePete O'Hanlon7-Feb-11 4:40 
GeneralRe: messenger Pin
fjdiewornncalwe7-Feb-11 6:17
professionalfjdiewornncalwe7-Feb-11 6:17 
AnswerRe: messenger Pin
Pete O'Hanlon7-Feb-11 1:57
mvePete O'Hanlon7-Feb-11 1:57 
AnswerRe: messenger Pin
Thomas Krojer7-Feb-11 4:00
Thomas Krojer7-Feb-11 4:00 
QuestionC# and image Pin
sachees1236-Feb-11 23:00
sachees1236-Feb-11 23:00 
Frnds,

I have a desktop application(c# and SQL) which tries to get image from URL.

What I did
string imgg = PictureBoxImageAdding(dr.GetValue(0).ToString());
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox1.Size = new System.Drawing.Size(142, 190);
pictureBox1.Image = new Bitmap(imgg);

It work fine with local path ie. d:/images/pics/xyz.jpg but not with http://www.xyz.com/images/pics/xyz.jpg

Whats the SOLUTION.
AnswerRe: C# and image Pin
Bernhard Hiller6-Feb-11 23:27
Bernhard Hiller6-Feb-11 23:27 
AnswerRe: C# and image Pin
Rob Philpott6-Feb-11 23:31
Rob Philpott6-Feb-11 23:31 
AnswerRe: C# and image Pin
Luc Pattyn6-Feb-11 23:47
sitebuilderLuc Pattyn6-Feb-11 23:47 
AnswerRe: C# and image Pin
JOAT-MON6-Feb-11 23:54
JOAT-MON6-Feb-11 23:54 
AnswerRe: C# and image Pin
Rob Philpott7-Feb-11 1:52
Rob Philpott7-Feb-11 1:52 
Questionkeep the original time Pin
arkiboys6-Feb-11 22:35
arkiboys6-Feb-11 22:35 
AnswerRe: keep the original time Pin
Ravi Sant6-Feb-11 23:46
Ravi Sant6-Feb-11 23:46 
AnswerRe: keep the original time Pin
RobCroll7-Feb-11 1:26
RobCroll7-Feb-11 1:26 
AnswerRe: keep the original time Pin
dan!sh 7-Feb-11 1:50
professional dan!sh 7-Feb-11 1:50 
GeneralRe: keep the original time Pin
arkiboys7-Feb-11 2:09
arkiboys7-Feb-11 2:09 
GeneralRe: keep the original time Pin
#realJSOP7-Feb-11 2:30
mve#realJSOP7-Feb-11 2:30 
GeneralRe: keep the original time Pin
arkiboys7-Feb-11 3:02
arkiboys7-Feb-11 3:02 
GeneralRe: keep the original time Pin
Pete O'Hanlon7-Feb-11 3:42
mvePete O'Hanlon7-Feb-11 3:42 
GeneralRe: keep the original time Pin
#realJSOP7-Feb-11 3:47
mve#realJSOP7-Feb-11 3:47 
GeneralRe: keep the original time Pin
arkiboys7-Feb-11 4:17
arkiboys7-Feb-11 4:17 
GeneralRe: keep the original time Pin
dan!sh 7-Feb-11 21:25
professional dan!sh 7-Feb-11 21:25 
AnswerRe: keep the original time Pin
#realJSOP7-Feb-11 2:31
mve#realJSOP7-Feb-11 2:31 

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.