I want to write for a program to connect SSH using Bitvise SSH Client.
How can I enter a value in textbox (Host, usename and pass) in Bitvise SSH client?
I tried using ControlSetText
but it didn't work.
Please help me!
I want to write for a program to connect SSH using Bitvise SSH Client.
How can I enter a value in textbox (Host, usename and pass) in Bitvise SSH client?
I tried using ControlSetText
but it didn't work.
Please help me!
You can try
ControlSend
orSend
to send raw key strokes. ControlSend is more reliable so I would try that first.Use the Control tab on the AutoIt Window Info Tool to get the control for that window then use that with ControlSend.