Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
Generalhi plz help me Pin
premkamalg26-Sep-06 20:13
premkamalg26-Sep-06 20:13 
GeneralRe: hi plz help me Pin
gus_br27-Sep-06 6:16
gus_br27-Sep-06 6:16 
Questionmy URL is to long... Pin
Support12326-Sep-06 1:49
Support12326-Sep-06 1:49 
AnswerRe: my URL is to long... Pin
M LN Rao26-Sep-06 2:25
M LN Rao26-Sep-06 2:25 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:38
Support12326-Sep-06 2:38 
AnswerRe: my URL is to long... Pin
J4amieC26-Sep-06 2:30
J4amieC26-Sep-06 2:30 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:43
Support12326-Sep-06 2:43 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:45
Support12326-Sep-06 2:45 
ps...

I am using the following, if this might help...

HttpWebRequest Request;
StreamReader ResponseReader;
Request = ((HttpWebRequest)(WebRequest.Create(_SmsTo)));
ResponseReader = new StreamReader(Request.GetResponse().GetResponseStream());

"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 4:31
Support12326-Sep-06 4:31 
Questiondraw y=mx+n Pin
barak16048726-Sep-06 1:43
barak16048726-Sep-06 1:43 
AnswerRe: draw y=mx+n Pin
Corinna John26-Sep-06 2:37
Corinna John26-Sep-06 2:37 
AnswerRe: draw y=mx+n Pin
LongRange.Shooter26-Sep-06 3:37
LongRange.Shooter26-Sep-06 3:37 
QuestionSave File Dialog Pin
tadhg8826-Sep-06 1:15
tadhg8826-Sep-06 1:15 
AnswerRe: Save File Dialog Pin
Niiiissssshhhhhuuuuu26-Sep-06 1:38
Niiiissssshhhhhuuuuu26-Sep-06 1:38 
AnswerRe: Save File Dialog Pin
Nader Elshehabi26-Sep-06 1:49
Nader Elshehabi26-Sep-06 1:49 
GeneralRe: Save File Dialog Pin
tadhg8826-Sep-06 2:55
tadhg8826-Sep-06 2:55 
GeneralRe: Save File Dialog Pin
Nader Elshehabi26-Sep-06 3:05
Nader Elshehabi26-Sep-06 3:05 
GeneralRe: Save File Dialog Pin
tadhg8826-Sep-06 4:07
tadhg8826-Sep-06 4:07 
Questionhow to disable border of a button Pin
Parshant Verma26-Sep-06 1:04
Parshant Verma26-Sep-06 1:04 
AnswerRe: how to disable border of a button Pin
Nader Elshehabi26-Sep-06 1:37
Nader Elshehabi26-Sep-06 1:37 
Questionbreak statement Pin
Yustme26-Sep-06 1:00
Yustme26-Sep-06 1:00 
AnswerRe: break statement Pin
Stefan Troschuetz26-Sep-06 1:10
Stefan Troschuetz26-Sep-06 1:10 
GeneralRe: break statement Pin
Yustme26-Sep-06 1:14
Yustme26-Sep-06 1:14 
Questionheeeeeeeeeeeeeelp, im in a real trouble Pin
Muammar©26-Sep-06 0:03
Muammar©26-Sep-06 0:03 
AnswerRe: heeeeeeeeeeeeeelp, im in a real trouble Pin
Yustme26-Sep-06 1:02
Yustme26-Sep-06 1:02 

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.