Jump to content
lovromirnik

On drawing on Screen - Example request

Recommended Posts

Hello fellow SCARians,

 

I've been lurking these forum for quite some time now, and I've managed to create quite an exstensive array of macros using your suggestions and tutorials. But one thing evades me, and that is how to draw anything on the screen. Right now I am working on a program that will organize your stuff, be it pictures, videos, documents, and so forth into user specified folders automatically, right from the desktop.

 

The program works fine and I've no problem with it as is.

 

Currently there is an area, that SCAR periodically checks on my desktop for new items. It then recognizes these items and sorts them out. This little area is invisible to the naked eye, and known only to my mind. I would like SCAR to draw the outline of this area, so I will always be sure where to place the items.

 

Now, I would love it, if you could provide an example on how to color a single pixel in any client window. Please, disregard the above described program and just give me a code, that I can copy and paste into SCAR, compile, and notice a small pixel on screen that is of a different color.

 

Or is asking for such a thing too much?

 

Best wishes and thanks to those taking the time in advance!

Lovro Mirnik

Edited by lovromirnik
Link to comment
Share on other sites

Idk what kind of effect you want this to have. But if you want just a red outline, and no window. You're going to have to create it in Delphi and import it using a plugin. If you want a Window that has a red box in it. You can do that with SCAR. But idk how you'll be able to drag an icon there.

 

You could take your current background into a paint editor. And draw the box in there.

 

If you want a See Through window. With a Red Outline. That is also Transparent (where you can drag stuff through the window as if it wasn't even there). You'll need to make a delphi plugin. SCAR's targeting system uses this mechanic. The select a client tool (you click on it and drag it over the window you want to select and it dynamically updates a form thats see through and draws a red box outline it).

 

I've been able to reproduce the same thing as SCAR pretty much on my own a long time ago. Was fun to code that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...