qwert Posted December 18, 2007 Posted December 18, 2007 I would like to build a standalone graphical "utility" that can draw a fixed-size oval on top of whatever is currently displayed on a PC's screen. As shown by the attached example, the actual application is to give an easy way to highlight an area of a picture during slide shows. The user would simply click once to make the oval appear -- and again to make it disappear. I've searched but not found much to go on. There was mention of 3rd-party "GhostIt" software, but the link is obsolete. Does anything like this already exist? Is it practical to do with AutoIt3? Would using a rectangle make it easier? I'm new at using AutoIt3 and any advice will be greatly appreciated.
smashly Posted December 18, 2007 Posted December 18, 2007 Hi, _GDIPlus_GraphicsDrawEllipse() function will do exactly what your after.. will post example soon. Cheers
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