to "mark" Element in Explorer, when have Checkbox Style, i have to use Spacebar
Question : how to "activate" Spacebar by CODE
- Code: Select all Expand view
- SENDKEY( CHR(32) )
- Code: Select all Expand view
- Keybd_Event ( CHR(32), .F. )
Keybd_Event ( CHR(32), .T. )