NicoTn Posted October 15, 2006 Posted October 15, 2006 can it be done with a script ??? cus send("{TAB}") doesnt works .. please help while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
cppman Posted October 15, 2006 Posted October 15, 2006 It tabs perfectly fine for me: WinActivate("Services") Send("{TAB}") Miva OS Project
NicoTn Posted October 15, 2006 Author Posted October 15, 2006 It tabs perfectly fine for me: WinActivate("Services") Send("{TAB}") not by me :/ while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Bert Posted October 15, 2006 Posted October 15, 2006 can you do it with a controlsend? The Vollatran project My blog: http://www.vollysinterestingshit.com/
Xenobiologist Posted October 15, 2006 Posted October 15, 2006 Hi, change Diesnte to your language: RunWait(@ComSpec & ' /c start services.msc', '', @SW_HIDE) WinWaitActive("Dienste") ControlSend("","", 12785, "{Tab}") So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
this-is-me Posted October 15, 2006 Posted October 15, 2006 @chris... He doesn't mean the tab key, he means he wants to switch to another tab in the window. @Str!ke: ControlSend("Services", "", "AMCCustomTab1", "{RIGHT}") will switch from Extended to Standard. Who else would I be?
cppman Posted October 15, 2006 Posted October 15, 2006 @chris... He doesn't mean the tab key, he means he wants to switch to another tab in the window. @Str!ke: ControlSend("Services", "", "AMCCustomTab1", "{RIGHT}") will switch from Extended to Standard.ah!! thanks. Miva OS Project
Xenobiologist Posted October 15, 2006 Posted October 15, 2006 Hi, ahhh :"> now I see. RunWait(@ComSpec & ' /c start services.msc', '', @SW_HIDE) ControlSend("","", "AMCCustomTab1", "{RIGHT}") Sleep(2000) ControlSend("","", "AMCCustomTab1", "{Left}") So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
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