Win32 click button without window handle

325 views Asked by At

I'm trying to click a button in one application using C#, This is how it looks in the Spy++

Spy++

And I got the ToolBar handle and there are buttons under it that Spy++ can't see and they look like this:

Buttons

but Inspect sees them:

inspect

so my question is how can I handle those without position clicking?

Here are the first buttons properties from Inspect

Inspect Button Properties

0

There are 0 answers