Hi, I want to use getch + kbhit from msvcrt.dll, but for some reason I only get 0, so probably I'm doing something really wrong. Any ideas?
Thanks.
While Not KeyHit (1) Delay (100) ;result=CallDLL( "msvcrt.dll","kbhit") ;result was always 0, tried too with "_kbhit" result=CallDLL( "msvcrt.dll","getch") DebugLog result Wend
Thanks.