victor Posted February 25, 2012 Posted February 25, 2012 Hi Everyone, I was wondering if it's possible to mark something on screen. for example a red dot or an image will do. is there anyway that I can mark something on screen and leave it there until the program close? cheers
qsek Posted February 25, 2012 Posted February 25, 2012 yes that is possible. Search for "+draw +screen" or "+paint +desktop" and you will find several topics about that Teamspeak 3 User Viewer - Quick and functional TS3 Query script, which shows online users.Cached Screenshot Deleter - Deletes older Fraps Screenshots if they exceed a specified limit.Unresolved Topics:Intercept and modify dragdrop text behaviour in scite
LarsJ Posted February 25, 2012 Posted February 25, 2012 Take a look at the example for _WinAPI_DrawLine in the help file. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
victor Posted February 28, 2012 Author Posted February 28, 2012 Thanks , I was able to make a mark on screen based on the following how do I clear the screen ? . I had tried to release using _WinAPI_ReleaseDC($hWnd, $hDC) but it doesn't work
victor Posted February 28, 2012 Author Posted February 28, 2012 _WinAPI_InvalidateRect($hWnd) never found it , thanks
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