
-----------------------------------
n00bie
Sat Jun 04, 2005 2:19 pm

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.

-----------------------------------
36002
Sat Jun 04, 2005 3:14 pm


-----------------------------------
You can't have a hidden window and accept input at the same time, Turing won't allow it.

-----------------------------------
betaflye
Sat Jun 04, 2005 3:59 pm


-----------------------------------
Making a keylogger?

AFAIK, there is no way for Turing to accept input on a hidden window.

-----------------------------------
Tony
Sun Jun 05, 2005 1:41 pm

Re: window
-----------------------------------
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
Mon Jun 06, 2005 7:06 pm


-----------------------------------
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)
