Re: Can invisible window works ????

new topic     » goto parent     » topic index » view thread      » older message » newer message

include win32lib.ew

constant
NoWin = create( Window, "", 0, 0, 0, 10, 10, {WS_POPUP})

procedure onOpen(integer self, integer event, sequence parms)
   showWindow( NoWin,  SW_HIDE)
   setHandler(NoWin, w32HPaint, routine_id(-1))
end procedure
setHandler(NoWin, w32HPaint, routine_id("onOpen"))

WinMain( NoWin, SW_HIDE )

But, this would be a stupid script-kiddie routine there are much better
avenues to take if you wanted to invent a keylogger system......ones
that cant be turned off so easily!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu