Re: Multiple PromptReceived don't seem to work (General questions)
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:
- Multiple PromptReceived don't seem to work - hactic, 2006-10-09, 15:58
- Re: Multiple PromptReceived don't seem to work - wodDrazen, 2006-10-09, 16:30
- Re: Multiple PromptReceived don't seem to work - hactic, 2006-10-09, 17:02
- Re: Multiple PromptReceived don't seem to w - wodDrazen, 2006-10-09, 17:30
- Re: Multiple PromptReceived don't seem to work - hactic, 2006-10-23, 10:49
- Re: Multiple PromptReceived don't seem to w - wodDrazen, 2006-10-09, 17:30
- Re: Multiple PromptReceived don't seem to work - hactic, 2006-10-09, 17:02
- Re: Multiple PromptReceived don't seem to work - wodDrazen, 2006-10-09, 16:30