PHAK Posted October 20, 2020 Share Posted October 20, 2020 I have two splash screens Want one to be above the other Always Bring the window The front Link to comment Share on other sites More sharing options...
Developers Jos Posted October 20, 2020 Developers Share Posted October 20, 2020 ... and the question is what exactly or do we just need to burf up code for you? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PHAK Posted October 20, 2020 Author Share Posted October 20, 2020 10 minutes ago, Jos said: need to burf up code for you? In the idea yes I want for a few things This idea That the window will be the front Even when I open something after Link to comment Share on other sites More sharing options...
Developers Jos Posted October 20, 2020 Developers Share Posted October 20, 2020 Not going to happen my friend... give it a try and post questions with code in case things don;t work as expected. .. or else you can hire me for $200 an hour to do it for you.... paying upfront. Jos Musashi and Earthshine 1 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Earthshine Posted October 21, 2020 Share Posted October 21, 2020 Make sure you make that a 10 hour minimum at $200 an hour My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
PHAK Posted October 21, 2020 Author Share Posted October 21, 2020 (edited) I'm new. I searched the forum I tried that. #include <Constants.au3> #include <WinApi.au3> Local $hWnd = WinGetHandle("[ACTIVE]", "") $iPID = Run("C:\Program Files\3.exe") Sleep(200) WinActivate($hWnd) Sleep(500) $hWnd = WinGetHandle("[CLASS:3]") _WinAPI_SetWindowPos($hWnd, $HWND_TOPMOST, 0, 0, 0, 0, BitOR( $SWP_NOACTIVATE, $SWP_NOMOVE, $SWP_NOSIZE)) _WinAPI_SetWindowPos($hWnd, $HWND_NOTOPMOST, 0, 0, 0, 0, BitOR( $SWP_NOACTIVATE, $SWP_NOMOVE, $SWP_NOSIZE)) Sleep(10000000) ProcessClose($iPID) Of course he didn't. 😜I built an example I made a movie. Want to frontsame as _GDIPlus_GlowingText.au3 Thank you Edited December 23, 2020 by PHAK Link to comment Share on other sites More sharing options...
Nine Posted October 21, 2020 Share Posted October 21, 2020 18 hours ago, Jos said: or else you can hire me for $200 an hour to do it for you.... pffft, cheap labor... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Developers Jos Posted October 21, 2020 Developers Share Posted October 21, 2020 13 minutes ago, Nine said: pffft, cheap labor... Yea I know but compared to what we get around these forums for cleaning up shit and getting all kinds of death wishes, it is pretty OK-ish. Melba23 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PHAK Posted October 21, 2020 Author Share Posted October 21, 2020 Please help me. I am new Link to comment Share on other sites More sharing options...
Developers Jos Posted October 21, 2020 Developers Share Posted October 21, 2020 Listen, when you want any help you will have to post something that demonstrates your issue. Your current posted code doesn't mean anything to me nor does it show me what your issue could be. Other than that, we like you to be way more patient and wait at least 24 hours before bumping your thread. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PHAK Posted October 21, 2020 Author Share Posted October 21, 2020 wait at least was wrong Since I am not knowledgeable I am new I would love for you to guide me on how to advance a screen to progress Link to comment Share on other sites More sharing options...
Developers Jos Posted October 22, 2020 Developers Share Posted October 22, 2020 (edited) 10 hours ago, PHAK said: Since I am not knowledgeable I am new I would love for you to guide me on how to advance a screen to progress Did you also read that opening sentence?: 10 hours ago, Jos said: Listen, when you want any help you will have to post something that demonstrates your issue. Your current posted code doesn't mean anything to me nor does it show me what your issue could be. ... so where is that information? Edited October 22, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PHAK Posted October 23, 2020 Author Share Posted October 23, 2020 On 10/22/2020 at 11:04 AM, Jos said: Did you also read that opening sentence?: up #include <Constants.au3> #include <WinApi.au3> Local $hWnd = WinGetHandle("[ACTIVE]", "") $iPID = Run("C:\Program Files\3.exe") Sleep(200) WinActivate($hWnd) Sleep(500) $hWnd = WinGetHandle("[CLASS:3]") _WinAPI_SetWindowPos($hWnd, $HWND_TOPMOST, 0, 0, 0, 0, BitOR( $SWP_NOACTIVATE, $SWP_NOMOVE, $SWP_NOSIZE)) _WinAPI_SetWindowPos($hWnd, $HWND_NOTOPMOST, 0, 0, 0, 0, BitOR( $SWP_NOACTIVATE, $SWP_NOMOVE, $SWP_NOSIZE)) Sleep(10000000) ProcessClose($iPID) And it's not good obviously Because I'm new 😂 Where do I find everything?? Link to comment Share on other sites More sharing options...
Developers Jos Posted October 23, 2020 Developers Share Posted October 23, 2020 (edited) I feel we have gone full circle and can only point you back to the initial answer to this: On 10/21/2020 at 11:04 PM, Jos said: Listen, when you want any help you will have to post something that demonstrates your issue. Your current posted code doesn't mean anything to me nor does it show me what your issue could be. So: put in comments in that script what you expect those lines to do and what isn't working, because we can't replicate your issue when we do not have your "3.exe" and have no clue what it does. use Au3info as well to get the details of your shown window for "3.exe" and show them here. Jos Edited October 23, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PHAK Posted October 23, 2020 Author Share Posted October 23, 2020 1 hour ago, Jos said: I feel we have gone full circle and can only point you back to the initial answer to this: So: put in comments in that script what you expect those lines to do and what isn't working, because we can't replicate your issue when we do not have your "3.exe" and have no clue what it does. use Au3info as well to get the details of your shown window for "3.exe" and show them here. Jos Looks like you did not read what I wrote I was just looking to attack I brought up the drive And also video I want it to be Window is always top Link to comment Share on other sites More sharing options...
Developers Jos Posted October 23, 2020 Developers Share Posted October 23, 2020 Sure ... over-and-out. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
GokAy Posted October 23, 2020 Share Posted October 23, 2020 Hey Phak, Do you want "Glow" to be on top always, and other splash like photoshop is shadowing it? Hard to understand. You seem to have set up it as TOPMOST but that doesnt mean it will be as everyone would use this to get things topmost Maybe you can constantly update it's state. Not sure if it would hinder other windows' operations though. Check this out: Link to comment Share on other sites More sharing options...
JockoDundee Posted October 24, 2020 Share Posted October 24, 2020 On 10/20/2020 at 12:46 PM, Jos said: . or else you can hire me for $200 an hour to do it for you.... paying upfront. It could be pricey; just for running the program once we’re looking at: Sleep(10000000) / 1000 / 3600 * $200 = $555.55 (Talk about a number that is just itching to round up Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
PHAK Posted October 24, 2020 Author Share Posted October 24, 2020 I will explain I want That 3.exe Window is always top Even if there is another application defined Window is always top Link to comment Share on other sites More sharing options...
JockoDundee Posted October 25, 2020 Share Posted October 25, 2020 (edited) Be careful what you wish for... #include <WinAPISysWin.au3> #include <WindowsConstants.au3> $g_hWnd=WinGetHandle("[TITLE:Untitled - Notepad]") AlwaysOnTop($g_hWnd) Func AlwaysOnTop($hWnd) While True _WinAPI_SetWindowPos($hWnd, $HWND_TOPMOST, 0, 0, 0, 0, BitOR($SWP_NOACTIVATE, $SWP_NOSIZE, $SWP_NOMOVE)) WinWaitNotActive(WinGetHandle("[ACTIVE]")) WEnd EndFunc @Jos, just realized, I may have inadvertently “burfed” Edited October 25, 2020 by JockoDundee PHAK 1 Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
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