Yzak Posted May 9, 2008 Posted May 9, 2008 Hi, i need make a "Network LAN Connection to be Enabled or Disabled" in autoit ...... is possible ?
spudw2k Posted May 9, 2008 Posted May 9, 2008 (edited) Here's a tool I made that allow toggling the enabled/disable state of Network Connections. Only tested in Windows XP. Uses a Shell object. edit: It runs in the systray.QuickNICV2.au3 Edited May 9, 2008 by spudw2k Reveal hidden contents Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
mrmacadamia Posted May 23, 2009 Posted May 23, 2009 Yzak said: COOOOOOOLLLLLL It's dumb question though. In your code, Global $strEnable = "En&able" Global $strDisable = "Disa&ble" Why should there be "&" between the "Enable"? What if my OS in different language like Japanese?
Authenticity Posted May 23, 2009 Posted May 23, 2009 1) "En&able" text for buttons or menus or whatever that has an underscore character to indicate a shorthand for ALT/SHIFT + underscored character. The user sees it as "Enable"2) You can change it to your locale, something like (動) 可能にさせる; 許可する but with an underscore character somewhere lol .
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