ZanaxNL Posted September 1, 2010 Posted September 1, 2010 Hey. I was wondering of Pixelsearch can be in BackgroundMode ( so i work only on a decend window like the controlclick and send ) Is it possible to do this? as it not can be backgroundmode I can't use it for what i need : ( Thanks for the reply's Zanax
JohnOne Posted September 1, 2010 Posted September 1, 2010 No. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ZanaxNL Posted September 1, 2010 Author Posted September 1, 2010 : ( that s***s xD Thanks anyways. Hope they make it : ) Zanax
JohnOne Posted September 1, 2010 Posted September 1, 2010 There probably is a way, just not with pixel functions as they stand. If windows 7 can show a live thumbnail view of a minimized window in aeroglass then there must be a way to get pixels. If its important to you then you are better trawling through msdn to find a solution. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ZanaxNL Posted September 1, 2010 Author Posted September 1, 2010 Ok. Hmmm could. There are programmas who use pixelsearch background mode. i gues that's C++ To difficult for meh. I gues learning autoit totally is the key.
Ascend4nt Posted September 2, 2010 Posted September 2, 2010 PrintWindow has been used in the past to get a visual of minimized/obscured windows, but the results of this have never been totally consistent. Plus I don't think it is an up-to-date visual if the windows is minimized or whatnot. For AeroGlass in Win7, they use a totally different method as far as I know. I'd be curious to find out what it is. However, I'm not totally clear on something - do you really want it to work on hidden or obscured windows? Or are you just looking to have it run as a background process? If its the latter, you can start a second script and use inter-process communication to send messages back and forth. That way the pixelsearch could continue operating while your main script can do other duties until it is 'interrupted' with a message from the pixelsearch process. My contributions: Performance Counters in Windows - Measure CPU, Disk, Network etc Performance | Network Interface Info, Statistics, and Traffic | CPU Multi-Processor Usage w/o Performance Counters | Disk and Device Read/Write Statistics | Atom Table Functions | Process, Thread, & DLL Functions UDFs | Process CPU Usage Trackers | PE File Overlay Extraction | A3X Script Extract | File + Process Imports/Exports Information | Windows Desktop Dimmer Shade | Spotlight + Focus GUI - Highlight and Dim for Eyestrain Relief | CrossHairs (FullScreen) | Rubber-Band Boxes using GUI's (_GUIBox) | GUI Fun! | IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) | Magnifier (Vista+) Functions UDF | _DLLStructDisplay (Debug!) | _EnumChildWindows (controls etc) | _FileFindEx | _ClipGetHTML | _ClipPutHTML + ClipPutHyperlink | _FileGetShortcutEx | _FilePropertiesDialog | I/O Port Functions | File(s) Drag & Drop | _RunWithReducedPrivileges | _ShellExecuteWithReducedPrivileges | _WinAPI_GetSystemInfo | dotNETGetVersions | Drive(s) Power Status | _WinGetDesktopHandle | _StringParseParameters | Screensaver, Sleep, Desktop Lock Disable | Full-Screen Crash Recovery Wrappers/Modifications of others' contributions: _DOSWildcardsToPCRegEx (original code: RobSaunder's) | WinGetAltTabWinList (original: Authenticity) UDF's added support/programming to: _ExplorerWinGetSelectedItems | MIDIEx UDF (original code: eynstyne) (All personal code/wrappers centrally located at Ascend4nt's AutoIT Code)
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