SlavikMan Posted September 28, 2008 Posted September 28, 2008 well lets say i am playing a game and i pressed Alt+Tab so the program needs to show me the game again thanks in advanced
ChromeFan Posted September 28, 2008 Posted September 28, 2008 are you trying to set hotkey? read the help file for HotKeySet() Website: www.cerescode.comForum: www.forum.cerescode.comIRC: irc.freenode.net , Channel: #Ceres--------------------Autoit Wrappers, Great additions to your script (Must See) (By: Valuater)Read It Befor Asking Question Click Here...--------------------Join Monoceres's Forums http://www.monoceres.se--------------------There are three kinds of people: Those who make things happen, those who watch things happen, and those who ask, What happened? Casey Stengel
SlavikMan Posted September 29, 2008 Author Posted September 29, 2008 no its inside a function i need it to go to the process and then i need it to do something in the process i allready did what i need to do in the process but i still need it to go to the process
November Posted September 29, 2008 Posted September 29, 2008 no its inside a function i need it to go to the process and then i need it to do something in the process i allready did what i need to do in the process but i still need it to go to the processHi there, If you know the name of the executable you can query the pid ProcessList ( ["name"] ) Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
SlavikMan Posted September 29, 2008 Author Posted September 29, 2008 and this will open the process? srry i am new here so i dont know much
dbzfanatic Posted September 29, 2008 Posted September 29, 2008 I'm guessing you got a server 500 error. Please remove one of the duplicate posts. What do you mean open the process, show the window? Or do you want to open the process memory for manipulation? If the latter is the case use NomadMemory.au3. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
November Posted September 29, 2008 Posted September 29, 2008 and this will open the process?srry i am new here so i dont know muchHi again,You'll have the PID number of the process.But if you want to maximize the window try WinSetState ( "title", "text", @SW_RESTORE = Undoes a window minimization or maximization)Try to explain better what you want to doCheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
SlavikMan Posted September 29, 2008 Author Posted September 29, 2008 yes i want to maximize but i only have the process name
dbzfanatic Posted September 29, 2008 Posted September 29, 2008 WinSetState("exe_name.exe","",@SW_MAXIMIZE) Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
SlavikMan Posted September 29, 2008 Author Posted September 29, 2008 thank you very much now i can make my finish updating my programm
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