Click here to Skip to main content
15,881,172 members

Comments by RickZeeland (Top 200 by date)

RickZeeland 10-Feb-24 5:08am View    
Then your Datagrid colum is probably not boolean (visible as checkbox) but some other type.
RickZeeland 18-Oct-23 6:06am View    
Sorry, you replied to the wrong person, please choose the reply button next to runtime_terror.
RickZeeland 15-May-23 12:39pm View    
Sadly not much on GitHub for C++, but maybe I searched with the wrong keywords ...
RickZeeland 8-May-23 15:36pm View    
Skip that if it is not a valid mouse click, then it will not be processed.
Before modifying the example code, use the debugger to see what the return codes of this method look like.
RickZeeland 8-May-23 14:57pm View    
I have not used this code myself, but it seems to me that you only want to pass the hook information to the next hook procedure in chain when it is a valid mouse click. You need to program some logic for this.