Jump to content

Recommended Posts

Posted

I'm working on how to get information from gdkWindow, there is a list. and in other software, that is a SysListView, and can get hWnd. but now, i don't know what to do.

Thanks for your help!

Posted

Try using Autoit Window Info and have a look at control... (commands)

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Try using Autoit Window Info and have a look at control... (commands)

Thank you, I'll try it. Can I use message to control it? and is there any helpful information?

Thanks. :blink:

Posted

Thank you, I'll try it. Can I use message to control it? and is there any helpful information?

Thanks. :blink:

I use commandcontrol as

Local $ControlCommandLine = ControlCommand($TestFileName, "", "[CLASS:gdkWindowChild; INSTANCE:19]", "GetCurrentLine", "")

the return value is 1.

$ControlCommandLine = ControlCommand($TestFileName, "", "[CLASS:gdkWindowChild; INSTANCE:19]", "GetCurrentCol", "")

the return value is 1243725.

it's impossible. but i don't know what's wrong with it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...