Hi !
There are several controls of the type TGET, when you press the up and down arrow keys, the focus changes. Can I prevent the focus from changing when these keys are pressed ?
IF GETASYNCKEY( VK_UP ) // in vkey.ch
RETURN( .F. )
ENDIF
IF GETASYNCKEY( VK_DOWN )
RETURN( .T. )
ENDIF
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 67 guests