Categories
C# WPF WebBrowser file explorer how to get folder path on single click on it?
It is necessary to get information about an object with a single click on it. How to implement tracking of click event on folders/files?
Answer the question
In order to leave comments, you need to log in
what object will be clicked on? can be tracked with a simple counter
int clik_count=0; if (clik_count < 1) { // clik_count++; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question