Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Retaining index of an item Pin
Chris Copeland23-Apr-14 1:55
mveChris Copeland23-Apr-14 1:55 
GeneralRe: Retaining index of an item Pin
Ravi Bhavnani23-Apr-14 2:48
professionalRavi Bhavnani23-Apr-14 2:48 
AnswerRe: Retaining index of an item Pin
Marco Bertschi22-Apr-14 22:29
protectorMarco Bertschi22-Apr-14 22:29 
Questionwhich Data Grid to use?? Pin
Member 1076709622-Apr-14 6:50
Member 1076709622-Apr-14 6:50 
AnswerRe: which Data Grid to use?? Pin
OriginalGriff22-Apr-14 8:27
mveOriginalGriff22-Apr-14 8:27 
GeneralRe: which Data Grid to use?? Pin
Member 1076709622-Apr-14 21:45
Member 1076709622-Apr-14 21:45 
AnswerRe: which Data Grid to use?? Pin
Rahul VB22-Apr-14 9:02
professionalRahul VB22-Apr-14 9:02 
AnswerRe: which Data Grid to use?? Pin
Wes Aday22-Apr-14 13:19
professionalWes Aday22-Apr-14 13:19 
GeneralRe: which Data Grid to use?? Pin
Mycroft Holmes22-Apr-14 14:06
professionalMycroft Holmes22-Apr-14 14:06 
GeneralRe: which Data Grid to use?? Pin
Member 1076709622-Apr-14 14:39
Member 1076709622-Apr-14 14:39 
AnswerRe: which Data Grid to use?? Pin
thatraja22-Apr-14 22:16
professionalthatraja22-Apr-14 22:16 
Questionmicrosoft.office.interop.word compatibility Pin
Member 980950622-Apr-14 4:42
Member 980950622-Apr-14 4:42 
AnswerRe: microsoft.office.interop.word compatibility Pin
Eddy Vluggen22-Apr-14 6:51
professionalEddy Vluggen22-Apr-14 6:51 
QuestionLAN Pin
Member 1068496822-Apr-14 0:53
Member 1068496822-Apr-14 0:53 
AnswerRe: LAN Pin
Keith Barrow22-Apr-14 1:05
professionalKeith Barrow22-Apr-14 1:05 
AnswerRe: LAN Pin
Eddy Vluggen22-Apr-14 6:52
professionalEddy Vluggen22-Apr-14 6:52 
AnswerRe: LAN Pin
OriginalGriff22-Apr-14 8:30
mveOriginalGriff22-Apr-14 8:30 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 8:44
professionalRahul VB22-Apr-14 8:44 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 8:51
mveOriginalGriff22-Apr-14 8:51 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:00
professionalRahul VB22-Apr-14 9:00 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 9:27
mveOriginalGriff22-Apr-14 9:27 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:51
professionalRahul VB22-Apr-14 9:51 
AnswerRe: LAN Pin
Rahul VB22-Apr-14 8:51
professionalRahul VB22-Apr-14 8:51 
Do one thing:

1> Create a socket list.
2> Connect to each socket in the list.
3> extract the IP address from the socket, using RemoteEndPoint property.
4> Use string.split to extract only IP and not port.
5> Add every IP to the list.

Cover all of these 5 points and post the code here, we will then speak about the Host no part. Believe me friend,
you will learn something from every point.

Also tell me how will you extract the RemoteEndPoint if the socket does not connect OR endpoint is not created?

Just start reading.

Thanks a ton,
Rahul
QuestionTesting advice....please Pin
tadhg8822-Apr-14 0:09
tadhg8822-Apr-14 0:09 
AnswerRe: Testing advice....please Pin
Simon_Whale22-Apr-14 0:24
Simon_Whale22-Apr-14 0:24 

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.