I am shelling out to a telnet. thats cool and every thing. I got it to work right. But for some reason, I cant get the sendkeys to work, for the username and addy. Heres some of the code that i have so far. Any Ideas??
Private Sub Command1_Click()
Shell "telnet XXX.XXX.XXX.XXX"
SendKeys "username{ENTER}"
SendKeys "Password{ENTER}"
End Sub
I just can't seem to get it to work. Thanks in advance
Private Sub Command1_Click()
Shell "telnet XXX.XXX.XXX.XXX"
SendKeys "username{ENTER}"
SendKeys "Password{ENTER}"
End Sub
I just can't seem to get it to work. Thanks in advance