Gianni 803 Posted November 28, 2021 Share Posted November 28, 2021 On 8/24/2021 at 4:40 PM, Nine said: ..... Added DLL source code to Zip file. ?? Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to post Share on other sites
Nine 1,501 Posted November 28, 2021 Author Share Posted November 28, 2021 @Chimp Yes I removed the source code from the zip file. It is an AutoIt example, not a FreeBasic example. Also, corrected a small bug. New version available. Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
Musashi 613 Posted November 28, 2021 Share Posted November 28, 2021 24 minutes ago, Nine said: Also, corrected a small bug. New version available. Note (just a minor detail) : The header still indicates 2021-08-26 as the date of the last modification. #include-once #include <ScreenCapture.au3> ; #DESCRIPTION# ================================================================================================================= [...] ; Date ..........: 2021-08-21 ; Modified ......: 2021-08-26 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to post Share on other sites
Nine 1,501 Posted November 28, 2021 Author Share Posted November 28, 2021 @Musashi Thanks. Corrected. Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
Gianni 803 Posted November 28, 2021 Share Posted November 28, 2021 (edited) 14 hours ago, Nine said: @Chimp Yes I removed the source code from the zip file. It is an AutoIt example, not a FreeBasic example. ok Edited November 29, 2021 by Chimp removed joke Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to post Share on other sites
SaeidN 1 Posted April 17 Share Posted April 17 Why it takes an all black screenshot of Discord app? Discord class is "Chrome_WidgetWin_1" Also, anyway to open and see the screenshot? Link to post Share on other sites
Nine 1,501 Posted April 17 Author Share Posted April 17 GetWindow does not work on Chrome, you will need to use GetScreen. The result is a GDI+ handle. Search the forum for examples how to draw a GUI picture from GDI+. If you have problem with this, start a new thread in "AutoIt General Help and Support" section. Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
Nine 1,501 Posted April 17 Author Share Posted April 17 @SaeidN Found a way but it will only work on Win 10 (and over I suppose, but I don't have Win 11 to test it). Give me a few min to make the patch available. SaeidN 1 Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
Nine 1,501 Posted April 17 Author Share Posted April 17 Added support for Chromium based applications and other that do not support WM_PRINT or WM_PRINTCLIENT messages New version available SaeidN 1 Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
SaeidN 1 Posted April 22 Share Posted April 22 (edited) Really appreciate your work. How can I take a screenshot of a window (Chromium based), but from pixel 300,80 to 950,940 using this ScreenGet ? I was using: ScreenCapture_Capture("",$left,$top,$right,$bottom,False) Another question: the above gives an Hbitmap, and then convert it to bitmap, and set TIFF parameters in order to increase the quality and readability of OCR. Any way I can do it using the image that your screenget file gets ? Edited April 22 by SaeidN Link to post Share on other sites
Nine 1,501 Posted April 22 Author Share Posted April 22 (edited) My UDF always starts at 0,0. You can manipulate (resize, enhance, etc) the bitmap result (see _GetScreen_GetBitMap) with GDI+ in any way you want... Edited April 22 by Nine SaeidN 1 Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in 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 GIF Animation (cached) Screen Scraping Link to post Share on other sites
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