Jump to content

More then One Treeview Controler


Recommended Posts

How to more on treeview in my VC++ application. How to get the ControlGetHandle for Each?

How to do that?

:P

-= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]

Link to comment
Share on other sites

  • 4 weeks later...

Any other better way to do this

1st One

$hWnd = ControlGetHandle("<Winsows Title>","","[CLASS:SysTreeView32; INSTANCE:1]")

$hChildNetwork = _GUICtrlTreeView_GetFirstItem($hWnd)

2nd One

$hWnd = ControlGetHandle("<Winsows Title>","","[CLASS:SysTreeView32; INSTANCE:2]")

$hChildNetwork = _GUICtrlTreeView_GetFirstItem($hWnd)

-= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]

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...