Click here to Skip to main content
15,917,061 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i do X^Y? Pin
Christian Graus17-Jun-05 21:34
protectorChristian Graus17-Jun-05 21:34 
AnswerRe: How can i do X^Y? Pin
MoustafaS18-Jun-05 1:39
MoustafaS18-Jun-05 1:39 
GeneralCrystal Reports Parameters Pin
John Abbot17-Jun-05 12:51
John Abbot17-Jun-05 12:51 
GeneralC# Socket Connecting to a C++ Socket Pin
DavinCreed17-Jun-05 12:40
DavinCreed17-Jun-05 12:40 
GeneralRe: C# Socket Connecting to a C++ Socket Pin
geo_m17-Jun-05 19:49
geo_m17-Jun-05 19:49 
GeneralRe: C# Socket Connecting to a C++ Socket Pin
DavinCreed20-Jun-05 7:06
DavinCreed20-Jun-05 7:06 
GeneralRe: C# Socket Connecting to a C++ Socket Pin
geo_m20-Jun-05 8:37
geo_m20-Jun-05 8:37 
GeneralRe: C# Socket Connecting to a C++ Socket Pin
DavinCreed20-Jun-05 12:22
DavinCreed20-Jun-05 12:22 
This is really wierd, must be something with my machine and the test server.
There is a software fire wall on my machine, but I made sure that it is not blocking the port, the server is NT2k Server, and the port that I am using is not being blocked. I am trying to find out if the Network is blocking certain applications or data transfers on certain ports, but it will be some time tomorrow before I get a reply.

Still, that doesn't explain why my cheesy little C++ Winsock program is allowed to connect, send and receive data, when the C# program and Telnet are denied.

Telnet test to test server:

<br />
//IP changed to xxx.xxx.xxx.xxx<br />
H:\>telnet xxx.xxx.xxx.xxx 8765<br />
Connecting To xxx.xxx.xxx.xxx...Could not open connection to the host, on port 8765: Connect failed<br />
<br />
H:\>telnet xxx.xxx.xxx.xxx 15650<br />
Connecting To xxx.xxx.xxx.xxx...Could not open connection to the host, on port 15650: Connect failed<br />


Telnet Test to Local Machine:

<br />
H:\>telnet 127.0.0.1 8765<br />
Connecting To 127.0.0.1...Could not open connection to the host, on port 8765: Connect failed<br />
<br />
H:\>telnet 127.0.0.1 15650<br />
Connecting To 127.0.0.1...Could not open connection to the host, on port 15650: Connect failed<br />


What ever doesn't kill you... you live through.
GeneralRe: C# Socket Connecting to a C++ Socket Pin
geo_m22-Jun-05 20:52
geo_m22-Jun-05 20:52 
QuestionMake ListViewItem in edit mode? Pin
sparks_lu17-Jun-05 10:53
sparks_lu17-Jun-05 10:53 
AnswerRe: Make ListViewItem in edit mode? Pin
Heath Stewart17-Jun-05 11:17
protectorHeath Stewart17-Jun-05 11:17 
Generalport forwarding Pin
cyrus10917-Jun-05 10:51
cyrus10917-Jun-05 10:51 
GeneralRe: port forwarding Pin
Dave Kreskowiak17-Jun-05 12:32
mveDave Kreskowiak17-Jun-05 12:32 
GeneralDataGrid Grouping Pin
samoore17-Jun-05 10:23
samoore17-Jun-05 10:23 
GeneralRe: DataGrid Grouping Pin
Heath Stewart17-Jun-05 11:40
protectorHeath Stewart17-Jun-05 11:40 
QuestionAdding &quot;MyClass&quot; to a WinForm:Where?? Pin
...---...17-Jun-05 10:00
...---...17-Jun-05 10:00 
AnswerRe: Adding &quot;MyClass&quot; to a WinForm:Where?? Pin
Dave Kreskowiak17-Jun-05 10:36
mveDave Kreskowiak17-Jun-05 10:36 
GeneralRe: Adding &quot;MyClass&quot; to a WinForm:Where?? Pin
...---...17-Jun-05 11:18
...---...17-Jun-05 11:18 
GeneralRe: Adding &quot;MyClass&quot; to a WinForm:Where?? Pin
Dave Kreskowiak17-Jun-05 12:24
mveDave Kreskowiak17-Jun-05 12:24 
GeneralRe: Adding &quot;MyClass&quot; to a WinForm:Where?? Pin
...---...17-Jun-05 14:13
...---...17-Jun-05 14:13 
GeneralRe: Adding &quot;MyClass&quot; to a WinForm:Where?? Pin
Colin Angus Mackay17-Jun-05 12:51
Colin Angus Mackay17-Jun-05 12:51 
Answerwild guess Pin
DavidNohejl17-Jun-05 13:29
DavidNohejl17-Jun-05 13:29 
GeneralMy Article Updated Pin
Ahmed Erarslan17-Jun-05 9:04
Ahmed Erarslan17-Jun-05 9:04 
GeneralRe: My Article Updated Pin
Dave Kreskowiak17-Jun-05 10:31
mveDave Kreskowiak17-Jun-05 10:31 
QuestionHow run my application by click of my own file Pin
Sasuko17-Jun-05 8:50
Sasuko17-Jun-05 8:50 

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.