Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i do X^Y? Pin
DavidNohejl17-Jun-05 13:33
DavidNohejl17-Jun-05 13:33 
GeneralRe: How can i do X^Y? Pin
Christian Graus17-Jun-05 21:35
protectorChristian Graus17-Jun-05 21:35 
GeneralRe: How can i do X^Y? Pin
DavidNohejl18-Jun-05 1:37
DavidNohejl18-Jun-05 1:37 
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 
Well, not fully understood your exact situation, so I'll try to recap first
you have some server application running on some machine (eg. yours) and listening on port 8765.

Hmm. Binding local part of tcp socket to specific port makes usualy no sense.

What I would try first is to fire-up telnet.exe and try to connect to the address/port you are connecting to. In your case telnet 127.0.0.1 8765 (in case this is the address you can connect to with old client)

- If this can connect, problem is definitelly in your c# connection code.
- If the telnet connection fails, try to connect to 127.0.0.1 15650
- If the connection to port 15650 succeeds, problem is in the C++ server and old client

So let me know what case is yours, that we can find some cure for that Wink | ;)

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 
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 "MyClass" to a WinForm:Where?? Pin
...---...17-Jun-05 10:00
...---...17-Jun-05 10:00 
AnswerRe: Adding "MyClass" to a WinForm:Where?? Pin
Dave Kreskowiak17-Jun-05 10:36
mveDave Kreskowiak17-Jun-05 10:36 
GeneralRe: Adding "MyClass" to a WinForm:Where?? Pin
...---...17-Jun-05 11:18
...---...17-Jun-05 11:18 
GeneralRe: Adding "MyClass" to a WinForm:Where?? Pin
Dave Kreskowiak17-Jun-05 12:24
mveDave Kreskowiak17-Jun-05 12:24 
GeneralRe: Adding "MyClass" to a WinForm:Where?? Pin
...---...17-Jun-05 14:13
...---...17-Jun-05 14:13 
GeneralRe: Adding "MyClass" 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 

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.