Posted: Sat Jun 04, 2005 2:19 pm Post subject: window
i've used Window.SetActive(winID)
Window.Hide(winID)
and was wondering if there is another way to keep the window active, while its being hidden.
in other words, the program is running in the background, because there will not be physical evidence of it running (cept taksmanager), but its still taking input.
Sponsor Sponsor
36002
Posted: Sat Jun 04, 2005 3:14 pm Post subject: (No subject)
You can't have a hidden window and accept input at the same time, Turing won't allow it.
betaflye
Posted: Sat Jun 04, 2005 3:59 pm Post subject: (No subject)
Making a keylogger?
AFAIK, there is no way for Turing to accept input on a hidden window.
Tony
Posted: Sun Jun 05, 2005 1:41 pm Post subject: Re: window
n00bie wrote:
keep the window active, while its being hidden.
by definition an active window is the one in focus, so it cannot be hidden. Even if it's open, it must be selected. Meaning your input from the keyboard ether goes to the Turing program, or another one. Can't be both.
MysticVegeta
Posted: Mon Jun 06, 2005 7:06 pm Post subject: (No subject)
yeah lol that pissed me off a lot because i was trying to make a keylogger a couple of months ago and when i realized "No input from hidden window" I got sad (i guess)