Re: Multiple PromptReceived don't seem to work - WeOnlyDo Discussion board

Re: Multiple PromptReceived don't seem to work (General questions)

by hactic, Monday, October 23, 2006, 10:49 (6606 days ago) @ wodDrazen

wodDrazen

Sorry I couldn't get back to you sooner, but your code works perfect. I wasn't aware that you can also use the COM commands but it works absolutely perfect now.

axwodTelnetDLX1.Hostname = this.txtConIPaddress.Text;
axwodTelnetDLX1.Protocol = WODTELNETDLXLIB.ProtocolsEnum.Telnet;
axwodTelnetDLX1.Login = this.txtConUser.Text;
axwodTelnetDLX1.Password = this.txtConPass.Text;
NameSite = this.cmbConSite.Text;
axwodTelnetDLX1.PrintText( Trying to connect to + NameSite + ...
);
axwodTelnetDLX1.Connect(this.txtConIPaddress.Text, 23, WODTELNETDLXLIB.ProtocolsEnum.Telnet);
axwodTelnetDLX1.Connected += new AxWODTELNETDLXLIB._IwodTelnetDLXEvents_ConnectedEventHandler(QueryRTRadar);

Once again, thank you for your assistance.


Complete thread: