hi,
to "mark" multiple Item in Windows Explorer you need "Control + left Mouse Button down"
how to get that Event :?:
---
i need it for my CLASS TGrid where i get "Keyboard" Input in Method Notify
is this the Place to "ask" for CTRL + LBUTTONDOWN :?:
to "mark" multiple Item in Windows Explorer you need "Control + left Mouse Button down"
how to get that Event :?:
---
i need it for my CLASS TGrid where i get "Keyboard" Input in Method Notify
 CASE nCode == LVN_KEYDOWN
   nKey := LV_GETGRIDVKEY( nPtrNMHDR )
   IF nKey = 13
     IF ::bClick != nil
      EVAL( ::bClick, ::nOption, Self )
     ENDIF    //  CTRL + Left Mouse down Â
   ELSEIF ( GetKeyState( VK_CONTROL ) .AND. ??? )greeting,
Jimmy
Jimmy