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

C#

 
AnswerRe: Problem with code after ShowDialog and XML add node Pin
Andrei Ungureanu29-Oct-07 22:38
Andrei Ungureanu29-Oct-07 22:38 
QuestionHow to make sure the string has only Alphabet and Numberic in it? Pin
Khoramdin29-Oct-07 7:04
Khoramdin29-Oct-07 7:04 
AnswerRe: How to make sure the string has only Alphabet and Numberic in it? Pin
Le centriste29-Oct-07 7:17
Le centriste29-Oct-07 7:17 
Questiontranslate own syntax to c# Pin
laserbaronen29-Oct-07 5:34
laserbaronen29-Oct-07 5:34 
AnswerRe: translate own syntax to c# Pin
Colin Angus Mackay29-Oct-07 5:37
Colin Angus Mackay29-Oct-07 5:37 
GeneralRe: translate own syntax to c# Pin
laserbaronen29-Oct-07 5:39
laserbaronen29-Oct-07 5:39 
GeneralRe: translate own syntax to c# Pin
Colin Angus Mackay29-Oct-07 6:07
Colin Angus Mackay29-Oct-07 6:07 
QuestionSystem.Drawing.Image from URL. Pin
Dio2229-Oct-07 4:52
Dio2229-Oct-07 4:52 
I'm trying to create a System.Drawing.Image from a user supplied URL. My code is as follows.. I keep getting a "(407) Proxy Authentication Required" Error.

WebClient imgClient = new WebClient();
String imgURL ="http://www.blah.com/image.jpg";

byte[] imageByteArray = imgClient.DownloadData(imgURL);
MemoryStream ms = new MemoryStream(imageByteArray);

System.Drawing.Image img = System.Drawing.Image.FromStream(ms);

AnswerRe: System.Drawing.Image from URL. Pin
martin_hughes29-Oct-07 5:21
martin_hughes29-Oct-07 5:21 
QuestionChecking for well formed XML Pin
Ennis Ray Lynch, Jr.29-Oct-07 4:51
Ennis Ray Lynch, Jr.29-Oct-07 4:51 
AnswerRe: Checking for well formed XML Pin
martin_hughes29-Oct-07 5:27
martin_hughes29-Oct-07 5:27 
GeneralUnfortunately not Pin
Ennis Ray Lynch, Jr.29-Oct-07 5:56
Ennis Ray Lynch, Jr.29-Oct-07 5:56 
GeneralRe: Unfortunately not Pin
Pete O'Hanlon29-Oct-07 6:08
mvePete O'Hanlon29-Oct-07 6:08 
GeneralRe: Unfortunately not Pin
Ennis Ray Lynch, Jr.29-Oct-07 6:17
Ennis Ray Lynch, Jr.29-Oct-07 6:17 
GeneralRe: Unfortunately not Pin
J4amieC29-Oct-07 7:00
J4amieC29-Oct-07 7:00 
GeneralRe: Unfortunately not Pin
Ennis Ray Lynch, Jr.29-Oct-07 7:39
Ennis Ray Lynch, Jr.29-Oct-07 7:39 
GeneralRe: Unfortunately not Pin
J4amieC29-Oct-07 7:47
J4amieC29-Oct-07 7:47 
GeneralRe: Unfortunately not Pin
Ennis Ray Lynch, Jr.29-Oct-07 7:48
Ennis Ray Lynch, Jr.29-Oct-07 7:48 
GeneralRe: Unfortunately not Pin
Pete O'Hanlon29-Oct-07 22:43
mvePete O'Hanlon29-Oct-07 22:43 
QuestionEnterprise library problem Pin
Raza Hussain29-Oct-07 3:44
Raza Hussain29-Oct-07 3:44 
Question.net 2.0 winform deployment Pin
arkiboys29-Oct-07 3:42
arkiboys29-Oct-07 3:42 
AnswerRe: .net 2.0 winform deployment Pin
Mike Dimmick29-Oct-07 4:23
Mike Dimmick29-Oct-07 4:23 
QuestionHow to use solution of VC#2008 in VC#2005 Pin
Seraph_summer29-Oct-07 3:36
Seraph_summer29-Oct-07 3:36 
AnswerRe: How to use solution of VC#2008 in VC#2005 Pin
Colin Angus Mackay29-Oct-07 3:57
Colin Angus Mackay29-Oct-07 3:57 
GeneralRe: How to use solution of VC#2008 in VC#2005 Pin
Seraph_summer29-Oct-07 4:10
Seraph_summer29-Oct-07 4:10 

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.