Jump to content

TreeView expand for other application


RS200Z
 Share

Recommended Posts

I am trying to expand the TreeView of another application using AutoIt but it doesn't work. Here's my script.

#Include <GuiTreeView.au3>

WinActivate ("ABC App")

_GUICtrlTreeViewExpand("SysTreeView321")

Does anyone know if _GUICtrlTreeViewExpand only works for controls that are created with GUICtrlCreateTreeView only as shown in the AutoIt Help section?

Link to comment
Share on other sites

I am trying to expand the TreeView of another application using AutoIt but it doesn't work. Here's my script.

#Include <GuiTreeView.au3>

WinActivate ("ABC App")

_GUICtrlTreeViewExpand("SysTreeView321")

Does anyone know if _GUICtrlTreeViewExpand only works for controls that are created with GUICtrlCreateTreeView only as shown in the AutoIt Help section?

Currently it only works for AutoIt controls

Try PaulIA's Auto3Lib (see my signature for link)

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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