Jump to content

BACKGROUND PROCESSING


Recommended Posts

What is it you are trying to do in the background?

IMHO a properly written script doesn't need to interfere with what the user is doing.

For example, instead of using Send() which interferes with the user, use ControlSend() or ControlSetText() which can write directly to the control even if the window isn't active.

Link to comment
Share on other sites

Thanks first of all and I did not mean to be rude , I have to use all capital letters for drawing and I accidently left it on during the title section and corrected myself during the meat of the message ... I forgot to go back and change the title... controlsend will work to an extent , I actually have to use mouse clicks at some points in the program so I gather a totally stealth process wont be possible.

Link to comment
Share on other sites

I see you can lock windows and mouse control

I actually have to use mouse clicks at some points in the program so I gather a totally stealth process wont be possible.

Intensions may be good but whenever someone wants to make a program stealthy(running unknown) that's a little suspect.

Edited by rogue5099
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...