Jump to content

Recommended Posts

Posted

ok a few things, first when i use the send command followed by ({LWINDOWN} {R}") it will repeatedly send the command

then how i do script the func to open system properties?

here is what i got

$CompInfo = GuiCtrlCreateButton("CompInfo", 20, 430, 100)

GUICtrlSetBkColor ($CompInfo, 0x00BFFF )

GUICtrlSetOnEvent($CompInfo, "CompInfo")

Func CompInfo()

SEND("{LWINDOWN} {PAUSE}")

EndFunc

Posted

Run("control.exe /name  Microsoft.System")

Executing Control Panel Items

thanks that worked! any ideas about why it does the repeating command or why it wont release the windows key. i also have that problem when i try to use a button to open the run window (win key and r) and to lock workstation ( winkey and l)
Posted

that worked for vista on my laptop. For some reason that wont work on windows XP is there a universal one to work between them both?

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
×
×
  • Create New...