Computer Science Canada window |
Author: | n00bie [ 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. |
Author: | 36002 [ Sat Jun 04, 2005 3:14 pm ] |
Post subject: | |
You can't have a hidden window and accept input at the same time, Turing won't allow it. |
Author: | betaflye [ Sat Jun 04, 2005 3:59 pm ] |
Post subject: | |
Making a keylogger? AFAIK, there is no way for Turing to accept input on a hidden window. |
Author: | Tony [ 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. |
Author: | MysticVegeta [ Mon Jun 06, 2005 7:06 pm ] |
Post 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) |