Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: It is possible to translate languages in windows application? Pin
Richard MacCutchan12-Feb-12 23:07
mveRichard MacCutchan12-Feb-12 23:07 
AnswerRe: It is possible to translate languages in windows application? Pin
Keith Barrow12-Feb-12 23:32
professionalKeith Barrow12-Feb-12 23:32 
QuestionRe: It is possible to translate languages in windows application? Pin
Maximilien13-Feb-12 5:45
Maximilien13-Feb-12 5:45 
QuestionHow will get text as japanese language in ocr Pin
udayakumard12-Feb-12 22:58
udayakumard12-Feb-12 22:58 
AnswerRe: How will get text as japanese language in ocr Pin
Richard MacCutchan12-Feb-12 23:04
mveRichard MacCutchan12-Feb-12 23:04 
QuestionIcon overlay implemention Pin
NVM PRASAD12-Feb-12 22:24
NVM PRASAD12-Feb-12 22:24 
AnswerRe: Icon overlay implemention Pin
Pete O'Hanlon12-Feb-12 22:34
mvePete O'Hanlon12-Feb-12 22:34 
QuestionHttpWebResponse Pin
tatulea12-Feb-12 20:07
tatulea12-Feb-12 20:07 
Hello!I have a problem.I try to make a program which when I press a button my program execute this:

HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
HttpWebResponse rsp = (HttpWebResponse)req.GetResponse();

The problem is when the url is not valid my program is blocking at this sequence: HttpWebResponse rsp = (HttpWebResponse)req.GetResponse();

What can I do for my program show me a message when the url is not valid?
AnswerRe: HttpWebResponse Pin
Bernhard Hiller12-Feb-12 20:46
Bernhard Hiller12-Feb-12 20:46 
GeneralRe: HttpWebResponse Pin
tatulea12-Feb-12 21:02
tatulea12-Feb-12 21:02 
AnswerRe: HttpWebResponse Pin
Shameel13-Feb-12 4:44
professionalShameel13-Feb-12 4:44 
GeneralRe: HttpWebResponse Pin
tatulea13-Feb-12 5:07
tatulea13-Feb-12 5:07 
AnswerRe: HttpWebResponse Pin
Shameel13-Feb-12 7:53
professionalShameel13-Feb-12 7:53 
AnswerRe: HttpWebResponse Pin
fjdiewornncalwe13-Feb-12 8:38
professionalfjdiewornncalwe13-Feb-12 8:38 
GeneralRe: HttpWebResponse Pin
tatulea13-Feb-12 22:13
tatulea13-Feb-12 22:13 
GeneralRe: HttpWebResponse Pin
BobJanova13-Feb-12 22:29
BobJanova13-Feb-12 22:29 
GeneralRe: HttpWebResponse Pin
tatulea13-Feb-12 23:40
tatulea13-Feb-12 23:40 
Questionhow to change link color on datagridview by code Pin
goldsoft12-Feb-12 19:37
goldsoft12-Feb-12 19:37 
AnswerRe: how to change link color on datagridview by code Pin
Mycroft Holmes12-Feb-12 20:02
professionalMycroft Holmes12-Feb-12 20:02 
GeneralRe: how to change link color on datagridview by code Pin
goldsoft12-Feb-12 20:14
goldsoft12-Feb-12 20:14 
GeneralRe: how to change link color on datagridview by code Pin
Mycroft Holmes12-Feb-12 21:26
professionalMycroft Holmes12-Feb-12 21:26 
GeneralRe: how to change link color on datagridview by code Pin
goldsoft12-Feb-12 22:33
goldsoft12-Feb-12 22:33 
GeneralRe: how to change link color on datagridview by code Pin
Mycroft Holmes13-Feb-12 0:18
professionalMycroft Holmes13-Feb-12 0:18 
GeneralRe: how to change link color on datagridview by code Pin
GenJerDan13-Feb-12 3:49
GenJerDan13-Feb-12 3:49 
QuestionWriting Text on Panel Pin
Danzy8312-Feb-12 14:35
Danzy8312-Feb-12 14:35 

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.