B
B
Bal4ss2020-07-02 17:06:32
WPF
Bal4ss, 2020-07-02 17:06:32

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

1 answer(s)
I
itgood, 2020-07-03
@itgood

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 your question

Ask a Question

731 491 924 answers to any question