Click here to Skip to main content
15,893,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: globalization / localization commas and periods Pin
Guffa8-May-08 14:48
Guffa8-May-08 14:48 
GeneralRe: globalization / localization commas and periods Pin
Glen Harvy8-May-08 16:50
Glen Harvy8-May-08 16:50 
GeneralRe: globalization / localization commas and periods Pin
Vikram A Punathambekar8-May-08 18:43
Vikram A Punathambekar8-May-08 18:43 
GeneralRe: globalization / localization commas and periods Pin
Guffa8-May-08 20:32
Guffa8-May-08 20:32 
GeneralRe: globalization / localization commas and periods Pin
Glen Harvy8-May-08 21:38
Glen Harvy8-May-08 21:38 
GeneralRe: globalization / localization commas and periods Pin
Guffa8-May-08 23:28
Guffa8-May-08 23:28 
Questionconnecting webservice from port 21 Pin
tai-fun8-May-08 11:24
tai-fun8-May-08 11:24 
AnswerRe: connecting webservice from port 21 Pin
Rob Graham8-May-08 11:35
Rob Graham8-May-08 11:35 
Port 21 is generally reserved for FTP, while web services generally are exposed on port 80 (HTTP), and the issues is can you make an outgoing connection request on port 80. If not, then you cannot succeed, since you can't change the port the web service runs on (unless you are providing the web service rather than just connecting to it as a client).
GeneralRe: connecting webservice from port 21 Pin
tai-fun8-May-08 11:57
tai-fun8-May-08 11:57 
GeneralRe: connecting webservice from port 21 Pin
Rob Graham11-May-08 5:15
Rob Graham11-May-08 5:15 
Questionstart IE without addressbar, status bar Pin
sikp8-May-08 11:08
sikp8-May-08 11:08 
AnswerRe: start IE without addressbar, status bar Pin
DanB19838-May-08 12:04
DanB19838-May-08 12:04 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 12:36
sikp8-May-08 12:36 
GeneralRe: start IE without addressbar, status bar Pin
PIEBALDconsult8-May-08 13:57
mvePIEBALDconsult8-May-08 13:57 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 14:12
sikp8-May-08 14:12 
GeneralRe: start IE without addressbar, status bar Pin
DanB19838-May-08 21:34
DanB19838-May-08 21:34 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 21:57
sikp8-May-08 21:57 
GeneralRe: start IE without addressbar, status bar Pin
DanB19838-May-08 22:01
DanB19838-May-08 22:01 
QuestionWriting a raytracer to learn the language... hit a problem.... Pin
bobmitch8-May-08 11:00
bobmitch8-May-08 11:00 
AnswerRe: Writing a raytracer to learn the language... hit a problem.... Pin
Colin Angus Mackay8-May-08 11:05
Colin Angus Mackay8-May-08 11:05 
QuestionNEW operator Pin
AlexPizzano8-May-08 10:48
AlexPizzano8-May-08 10:48 
AnswerRe: NEW operator Pin
Colin Angus Mackay8-May-08 11:02
Colin Angus Mackay8-May-08 11:02 
QuestionHow to free up memory in C# applications? Pin
Noemi Katinka8-May-08 9:29
Noemi Katinka8-May-08 9:29 
AnswerRe: How to free up memory in C# applications? Pin
Gareth H8-May-08 9:43
Gareth H8-May-08 9:43 
AnswerRe: How to free up memory in C# applications? Pin
Christian Graus8-May-08 11:10
protectorChristian Graus8-May-08 11: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.