PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → keypressed
keypressed
Started by joe crevino, May, 24 2004 6:51 PM - 4 replies
Posted on May, 24 2004 - 6:51 PM
Is there away to make pick up a down_key(keypressed) on the window process level ?
thank you,
joe
Posted on May, 24 2004 - 7:09 PM
Hi,
>Is there away to make pick up a down_key(keypressed) on the window process level ?
The WM_KEYDOWN event?
Peter
Posted on May, 24 2004 - 9:36 PM
Hi,
Is there away to make pick up a down_key(keypressed) on the window process level ?
The WM_KEYDOWN event?

Peter

It does not seem to work. In works in each field but if I have it for the entire window.. it should work for each field correct ?
Posted on May, 25 2004 - 12:24 AM
Hi,
The WM_KEYDOWN event?
It does not seem to work. In works in each field but if I have it for the

entire window.. it should work for each field correct ?

It does work if you use the Event("myProc","*.*",WM_KEYDOWN) function globally,
maybe not if the WD75 'build-in' WM_KEYDOWN event used on window level.
Peter
Posted on May, 25 2004 - 4:32 PM
Thank you that worked great !!!!
joe