Page 2 of 2
Re: Child gadget enumeration (Windows)
Posted: Mon Feb 06, 2017 9:49 am
by Keya
or Right-click in explorer -> Run As Administrator ? (but i didnt have to do that, just being logged in as admin was seemingly enough)
Re: Child gadget enumeration (Windows)
Posted: Mon Feb 06, 2017 10:07 am
by Dude
Keya wrote:actually my previous demo is working fine enumerating Calculator on my Win7-64, logged in as admin
I also have Win 7 with 64bit running, and doing it with admin rights doesn't work either.
Here's a thread with some more info, when I tried to get it working before:
http://www.purebasic.fr/english/viewtop ... 4&p=492111
I just want a way to programmatically "click" a button on a third-party window, like AutoHotKey can.
Re: Child gadget enumeration (Windows)
Posted: Mon Feb 06, 2017 1:29 pm
by blueb
Dude wrote:
...I just want a way to programmatically "click" a button on a third-party window, like AutoHotKey can.
You might search for: PureAutoIt.zip on
http://www.rsbasic.de/backups/
Re: Child gadget enumeration (Windows)
Posted: Tue Feb 07, 2017 12:12 am
by blueb
I don't understand...
It's no better or worse than using any of the included PureBasic LIB's.
(NOTE: "not" AutoIt)
"PureAutoIt" includes an object file (PureAutoIt*.obj which contains a few string functions, that you import into the PBI file)
You compile it into a stand-alone program that doesn't require the .obj file or a DLL such as AutoIt.
blueb
Re: Child gadget enumeration (Windows)
Posted: Tue Feb 07, 2017 1:54 am
by Dude
Sorry, I deleted my post before you replied, because I initially misunderstood what you meant.

Re: Child gadget enumeration (Windows)
Posted: Sat Oct 28, 2017 2:37 pm
by Michael Vogel
I have some simple tools (AccExplorer, Spy++, UI Spy) which are showing many items I never could see in my enumerated list. Some children aren't listed and I also failed to write a program generating complete menu item lists (GetMenu, GetSubMenu).