jacky_ckw Posted June 5, 2008 Posted June 5, 2008 hi, i am just trying a very simple command by activating the Local Area Connection Status window with this command but it did not work. i can only get it to work if i use : WinActivate("Local Area Connection Status") but these does not : WinActivate("[CLASS:#32770]") WinActivate("[CLASS:Static; INSTANCE:3]") please advise. thanks in advance! New to script...But getting the hang of it.
Linux Posted June 5, 2008 Posted June 5, 2008 maybe run("control netconnections") You can help! Donate to AutoIt! or, visit ClimatePREDICTION.netMy posts:Travian Bot Example (100+ servers) BETAHow to Host you code/app for free! (unlimited team number) (Public or Private)"Sir, we're surrounded!" "Excellent. We can attack in any direction!"
jacky_ckw Posted June 5, 2008 Author Posted June 5, 2008 yes this opens the network connection window but i wan to further open up the status of the Local Area Connection status window. how should i go about it? New to script...But getting the hang of it.
Linux Posted June 5, 2008 Posted June 5, 2008 Send key: L Send key: ENTER to that window You can help! Donate to AutoIt! or, visit ClimatePREDICTION.netMy posts:Travian Bot Example (100+ servers) BETAHow to Host you code/app for free! (unlimited team number) (Public or Private)"Sir, we're surrounded!" "Excellent. We can attack in any direction!"
jacky_ckw Posted June 5, 2008 Author Posted June 5, 2008 thanks but tat works only if the adapter is enabled. if its disabled "Enter" would not be the status New to script...But getting the hang of it.
cherdeg Posted June 5, 2008 Posted June 5, 2008 thanks but tat works only if the adapter is enabled.if its disabled "Enter" would not be the status If it's disabled, there is no status.
jacky_ckw Posted June 6, 2008 Author Posted June 6, 2008 i know that. so anyone knows how to get to the status page? :) New to script...But getting the hang of it.
cherdeg Posted June 6, 2008 Posted June 6, 2008 i know that.so anyone knows how to get to the status page? :)Nobody would know that because THERE DOES NO STATUS PAGE EXIST when the connection is disabled. What would you imagine what values it should show when disabled?
jacky_ckw Posted June 6, 2008 Author Posted June 6, 2008 ok, make sense. so how do i winactive the status page? i tried those commands mentioned above but only the code with title Local Area Connection works. other codes with class does not activate it. any idea why? New to script...But getting the hang of it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now