DarkHo Posted September 10, 2010 Posted September 10, 2010 Lung time no seen Autoit it im coming back to autoit agen, I got a pause for some moths so im back... So have do i make so if u press button1 i will bring a window to the front ? i have tryedWinActivate("blablabla") but don't work, it was a long time sens i coded autoit im more of a VB.NET coder so help please .9
PsaltyDS Posted September 10, 2010 Posted September 10, 2010 So is there a window titled "blablabla"? Is there more than one? Experiment with WinGetTitle() until you get a window specification that works for you target window. Review the help file under "Window Title and Text (Advanced)" for options to specify the window. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
DarkHo Posted September 10, 2010 Author Posted September 10, 2010 Well there is noly one window with the name and there is a process name also Tittle on the window = Hello World Process name 0 hellow.exe well the process is on now i want to know have to bring it to the front of the window of the desktop
wakillon Posted September 10, 2010 Posted September 10, 2010 Well there is noly one window with the name and there is a process name alsoTittle on the window = Hello WorldProcess name 0 hellow.exewell the process is on now i want to know have to bring it to the front of the window of the desktopif I understand well, you want set your window on top ?try winsetontopWinsetOntop ( "Hello World", "", 1 ) For more help show script part... AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
apstanto Posted September 10, 2010 Posted September 10, 2010 Why not use this? WinActivate ("Hello World")
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