Hello,
I tried to make an application witch must contain a window with
more tabs and in evry tab I need to open a telnet session. This all
i've done until now :
"
Gui, Add, Tab2,, R140 - Cen|R141 - Bv
Gui, +Resize
Gui + OwnDialogs
Gui, Show,, R140
run, telnet 130.xxx.0.1
WinWaitActive, telnet 130.xxx.0.1,,1
Sleep, 300
send command{ENTER}
Sleep, 100
send logon user{ENTER}
Sleep, 100
send password{ENTER}
Gui, Tab, 2
Gui + OwnDialogs
Gui, Show,, R141
run, telnet 130.xxy.0.1
WinWaitActive, telnet 130.xxy.0.1,,1
Sleep, 300
send command{ENTER}
Sleep, 100
send logon user{ENTER}
Sleep, 100
send password{ENTER}
"
My problem is that telnet is launched in another windows and not
inside the tab from my window. If you can help me by giving me some
directions at least, i'll be very happy. Thanks