Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
AnswerRe: Formatting Strings Containing Months and Years Pin
Ennis Ray Lynch, Jr.18-Aug-10 6:28
Ennis Ray Lynch, Jr.18-Aug-10 6:28 
AnswerRe: Formatting Strings Containing Months and Years Pin
puromtec118-Aug-10 10:22
puromtec118-Aug-10 10:22 
GeneralRe: Formatting Strings Containing Months and Years Pin
Adam Jasper19-Aug-10 4:09
Adam Jasper19-Aug-10 4:09 
AnswerRe: Formatting Strings Containing Months and Years Pin
#realJSOP19-Aug-10 3:48
professional#realJSOP19-Aug-10 3:48 
GeneralRe: Formatting Strings Containing Months and Years Pin
Adam Jasper19-Aug-10 4:07
Adam Jasper19-Aug-10 4:07 
Questioncasting from System._ComObject Pin
manustone18-Aug-10 5:26
manustone18-Aug-10 5:26 
AnswerRe: casting from System._ComObject Pin
OriginalGriff18-Aug-10 5:33
mveOriginalGriff18-Aug-10 5:33 
GeneralRe: casting from System._ComObject Pin
manustone18-Aug-10 6:16
manustone18-Aug-10 6:16 
AnswerRe: casting from System._ComObject Pin
Paul Michalik20-Aug-10 22:45
Paul Michalik20-Aug-10 22:45 
Questionerror in c# Pin
arkiboys18-Aug-10 4:56
arkiboys18-Aug-10 4:56 
AnswerRe: error in c# Pin
Nuri Ismail18-Aug-10 5:04
Nuri Ismail18-Aug-10 5:04 
GeneralRe: error in c# Pin
arkiboys18-Aug-10 5:05
arkiboys18-Aug-10 5:05 
GeneralRe: error in c# Pin
Nuri Ismail18-Aug-10 5:13
Nuri Ismail18-Aug-10 5:13 
AnswerRe: error in c# Pin
OriginalGriff18-Aug-10 5:12
mveOriginalGriff18-Aug-10 5:12 
Questionc# Pin
galatia-318-Aug-10 4:06
galatia-318-Aug-10 4:06 
AnswerRe: c# Pin
Bernhard Hiller18-Aug-10 4:14
Bernhard Hiller18-Aug-10 4:14 
AnswerRe: c# Pin
Ian Shlasko18-Aug-10 4:18
Ian Shlasko18-Aug-10 4:18 
AnswerRe: c# Pin
J4amieC18-Aug-10 4:50
J4amieC18-Aug-10 4:50 
AnswerRe: c# Pin
OriginalGriff18-Aug-10 5:16
mveOriginalGriff18-Aug-10 5:16 
AnswerHomework alert, bad subject line alert, laziness alert Pin
Luc Pattyn18-Aug-10 5:48
sitebuilderLuc Pattyn18-Aug-10 5:48 
AnswerNormally, I wouldn't answer homework Pin
Ennis Ray Lynch, Jr.18-Aug-10 6:31
Ennis Ray Lynch, Jr.18-Aug-10 6:31 
GeneralRe: Normally, I wouldn't answer homework Pin
Chris Trelawny-Ross19-Aug-10 6:13
Chris Trelawny-Ross19-Aug-10 6:13 
AnswerRe: c# Pin
Dan Mos18-Aug-10 7:30
Dan Mos18-Aug-10 7:30 
AnswerRe: c# Pin
Ravi Bhavnani18-Aug-10 10:28
professionalRavi Bhavnani18-Aug-10 10:28 
QuestionConnect to network equipment Pin
grmihel218-Aug-10 2:49
grmihel218-Aug-10 2:49 
Hi guys,

I have search the web for how I can make some C# code, that connect to some network equipment (such as a switch).
I have read about sockets and TcpClient. Normally I connect my network switches through Telnet (TCP port 23), and sending the switch telnet commands there. I want my own C# app to make this command call to a given switch, with a single click from the user on a buttom.

How can I make a connection to a network switch with C# code? there is username and password for security on the switches, so I have to pass them too somehow in the connection session... Any suggestions? Sockets or tcpClient?

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.