Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
How can I attache an application to a window   Message List  
Reply | Forward Message #520 of 528 |
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




Tue Jun 17, 2008 9:37 am

ady2n
Offline Offline
Send Email Send Email

Forward
Message #520 of 528 |
Expand Messages Author Sort by Date

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...
David Dan Adrian
ady2n
Offline Send Email
Jun 17, 2008
11:13 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help