Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding K-means Text Clustering Pin
Pete O'Hanlon12-Mar-13 21:51
mvePete O'Hanlon12-Mar-13 21:51 
QuestionTask ContinueWith Pin
MAW3012-Mar-13 16:20
MAW3012-Mar-13 16:20 
AnswerRe: Task ContinueWith Pin
Simon_Whale13-Mar-13 0:11
Simon_Whale13-Mar-13 0:11 
QuestionRetreiving a list of network computer Pin
R4yth3ron12-Mar-13 6:55
R4yth3ron12-Mar-13 6:55 
AnswerRe: Retreiving a list of network computer Pin
Ingo12-Mar-13 7:08
Ingo12-Mar-13 7:08 
GeneralRe: Retreiving a list of network computer Pin
R4yth3ron12-Mar-13 7:18
R4yth3ron12-Mar-13 7:18 
AnswerRe: Retreiving a list of network computer Pin
Ingo17-Mar-13 22:56
Ingo17-Mar-13 22:56 
AnswerRe: Retreiving a list of network computer Pin
OriginalGriff12-Mar-13 21:08
mveOriginalGriff12-Mar-13 21:08 
AFAIK, you can't tell is a connection is wired or wireless without asking your specific router.
It presents an IP presence to the world - it does not distinguish between the connection methods.

So there are two ways to do it:
1) Tie your code to your specific router and find a way to ask that. This will be dependant on the specific make and model of router you are talking to.
2) Slightly less specific would be to set your router to use two different address ranges for wired and wireless devices - again this will probably depend on your router, but it may be possible if you use a different DCHP controller.
If you get an email telling you that you can catch Swine Flu from tinned pork then just delete it. It's Spam.

QuestionError C# : Conversion failed when converting the nvarchar value 'd' to data type int. Pin
Hodamdi11-Mar-13 22:31
Hodamdi11-Mar-13 22:31 
AnswerRe: Error C# : Conversion failed when converting the nvarchar value 'd' to data type int. Pin
Karthik Harve11-Mar-13 22:48
professionalKarthik Harve11-Mar-13 22:48 
AnswerRe: Error C# : Conversion failed when converting the nvarchar value 'd' to data type int. Pin
Abhinav S12-Mar-13 2:31
Abhinav S12-Mar-13 2:31 
AnswerRe: Error C# : Conversion failed when converting the nvarchar value 'd' to data type int. Pin
Bernhard Hiller12-Mar-13 4:55
Bernhard Hiller12-Mar-13 4:55 
QuestionHOW I PROVIDE SECURITY OF MY DLL FILE FROM END USER Pin
seema jadhav11-Mar-13 21:09
seema jadhav11-Mar-13 21:09 
SuggestionRe: HOW I PROVIDE SECURITY OF MY DLL FILE FROM END USER Pin
Richard MacCutchan11-Mar-13 22:51
mveRichard MacCutchan11-Mar-13 22:51 
AnswerRe: HOW I PROVIDE SECURITY OF MY DLL FILE FROM END USER Pin
Pete O'Hanlon11-Mar-13 23:15
mvePete O'Hanlon11-Mar-13 23:15 
AnswerRe: HOW I PROVIDE SECURITY OF MY DLL FILE FROM END USER Pin
Bernhard Hiller12-Mar-13 5:00
Bernhard Hiller12-Mar-13 5:00 
Questionhow i protect my dll from end user Pin
seema jadhav11-Mar-13 21:02
seema jadhav11-Mar-13 21:02 
QuestionChanging C# control reference Pin
Member 979127411-Mar-13 20:00
Member 979127411-Mar-13 20:00 
AnswerRe: Changing C# control reference Pin
Pete O'Hanlon12-Mar-13 8:11
mvePete O'Hanlon12-Mar-13 8:11 
QuestionFile download in Class Library Pin
Member 961703711-Mar-13 18:18
Member 961703711-Mar-13 18:18 
AnswerRe: File download in Class Library Pin
Dave Kreskowiak11-Mar-13 19:05
mveDave Kreskowiak11-Mar-13 19:05 
GeneralRe: File download in Class Library Pin
Member 961703711-Mar-13 19:35
Member 961703711-Mar-13 19:35 
GeneralRe: File download in Class Library Pin
Richard MacCutchan11-Mar-13 22:56
mveRichard MacCutchan11-Mar-13 22:56 
QuestionSimple helper class for DateTime? Pin
Goaty6510911-Mar-13 12:59
Goaty6510911-Mar-13 12:59 
AnswerRe: Simple helper class for DateTime? Pin
Garth J Lancaster11-Mar-13 13:13
professionalGarth J Lancaster11-Mar-13 13:13 

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.