Jump to content

Recommended Posts

Posted (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 by spudw2k
  • 1 year later...
Posted

  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?

Posted

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 .

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...