to "mark" Element in Explorer, when have Checkbox Style, i have to use Spacebar
Question : how to "activate" Spacebar by CODE
![Question :?:](./images/smilies/icon_question.gif)
Code: Select all | Expand
SENDKEY( CHR(32) )
Code: Select all | Expand
Keybd_Event ( CHR(32), .F. )
Keybd_Event ( CHR(32), .T. )