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

C#

 
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 
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 
Well this is really weird. Telnet does in principle exactly the same thing you do in C++. Did it wrote something like cannot connect to the remote host or whatever? Normal reaction of telnet is that it does nothing after sucessfull connect (try connecting through telnet to some http server eg. telnet www.codeproject.com 80)

Telnet as well as C++ and C# all together uses winsocks to connect to the server, so it seems to me very strange, that you succeed to connect with c++ but not with telnet console.

The C++ winsock stub can be workable work-around, but I'll think about it twice related to the cost of marshalling data to and from c# (depends on the amount of the traffic). I would be carefull here.
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 
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 

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.