Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 7 hours ago, JockoDundee said: @Jos, just realized, I may have inadvertently “burfed” That's fine, doubt this will lead anywhere anyways other than "Doesn't work". 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...
JockoDundee Posted October 25, 2020 Share Posted October 25, 2020 7 minutes ago, Jos said: That's fine, doubt this will lead anywhere anyways other than "Doesn't work". Because of user error or programmer error? Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
PHAK Posted October 25, 2020 Author Share Posted October 25, 2020 10 hours ago, JockoDundee said: #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 And how I do it for another application Link to comment Share on other sites More sharing options...
Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 3 hours ago, JockoDundee said: Because of user error or programmer error? Told you so 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 25, 2020 Author Share Posted October 25, 2020 1 minute ago, Jos said: Told you so You can help instead of complaining all the time What to do I'm new Link to comment Share on other sites More sharing options...
Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 1 minute ago, PHAK said: You can help instead of complaining all the time What to do I'm new Provide the damn info as requested in stead of making stupid posts and you get help from me. 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 25, 2020 Author Share Posted October 25, 2020 2 minutes ago, Jos said: Provide the damn info as requested in stead of making stupid posts and you get help from me. I have already brought What more?? Link to comment Share on other sites More sharing options...
Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 On 10/23/2020 at 2:03 PM, Jos said: 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. Don't think this was a really difficult question ...right? On 10/23/2020 at 3:12 PM, PHAK said: 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 ... and this answer didn't make too much sense... not even sure what the hell those first 2 lines were about. Anyways, you really need to put your brain in gear and start showing some sensible responses/effort which will lead to getting proper help around here. Can't make it clearer and more explicit. 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 25, 2020 Author Share Posted October 25, 2020 (edited) 21 minutes ago, Jos said: Don't think this was a really difficult question ...right? ... and this answer didn't make too much sense... not even sure what the hell those first 2 lines were about. Anyways, you really need to put your brain in gear and start showing some sensible responses/effort which will lead to getting proper help around here. Can't make it clearer and more explicit. https://drive.google.com/file/d/1COAGYH_KM8LoxQ-XYNk27sUQ4qFf2SoH/view?usp=sharing password 1234 Edited October 25, 2020 by PHAK Link to comment Share on other sites More sharing options...
Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 Post all info here please as I am not a fan of having to go to places I don't know. Also no movies needed just the plain information asked. 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 25, 2020 Author Share Posted October 25, 2020 I will ask otherwise How do I run a Word sample application (C / ... location) Window always top Even if there is something else Window always top Thanks Link to comment Share on other sites More sharing options...
Developers Jos Posted October 25, 2020 Developers Share Posted October 25, 2020 1 hour ago, PHAK said: I will ask otherwise How do I run a Word sample application (C / ... location) Is is already shown to you for Notepad, so what do your really need more then? 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...
JockoDundee Posted October 25, 2020 Share Posted October 25, 2020 4 hours ago, PHAK said: And how I do it for another application Let’s not get ahead of ourselves here. Try these steps first. Make sure notepad is not running. Launch notepad. Locate the newly launched notepad window by looking for a window with a TITLE bar that says “Untitled - Notepad” Run the script I provided previously. Now play around by moving various windows over the notepad window. Make sure that the script works as you would like it. If you accept, and wish to expand the functionality of the script to work on other windows/apps, please do the following: Run the app you wish to add. Look for the TITLE bar of the window to appear Write down exactly what the title bar says. Post the info here. Provide for up to (7) working days for the work to be completed. Provide a nominal “service charge” of $10 U.S. or equivalent, per window. I will then provide an “unlock” string to enable your new window. You will need to replace a certain section of the script with the “unlock” string. For an additional charge, I can also provide a way to KILL any running scripts, which may become quite irritating if many are concurrently running. Thanks! Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
PHAK Posted October 26, 2020 Author Share Posted October 26, 2020 Thanks to all those who "wanted to help" I managed on my own # I did in C Link to comment Share on other sites More sharing options...
JockoDundee Posted October 26, 2020 Share Posted October 26, 2020 7 minutes ago, PHAK said: # I did in C Post code, or it didn’t happen. Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
Belini Posted October 26, 2020 Share Posted October 26, 2020 @PHAK you even tried with WinSetOnTop() WinSetOnTop("[TITLE:Untitled - Notepad]", "", 1) My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
JockoDundee Posted October 26, 2020 Share Posted October 26, 2020 On 10/25/2020 at 6:43 AM, PHAK said: How do I run a Word sample application (C / ... location) Window always top Even if there is something else Window always top @Belini, I think he didn’t want to be covered by another always on top. Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
JockoDundee Posted October 27, 2020 Share Posted October 27, 2020 On 10/26/2020 at 5:24 AM, PHAK said: I managed on my own # I did in C nice. I was going to mention that you might find C easier than autoit for this type of job. if you’re still having trouble, maybe try Microsoft assembler, it’s wicked easy to learn and pretty darn fast too. 😉 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