MyName Posted July 31, 2008 Posted July 31, 2008 How to more on treeview in my VC++ application. How to get the ControlGetHandle for Each? How to do that? -= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]
MyName Posted August 2, 2008 Author Posted August 2, 2008 any one -= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]
MyName Posted August 5, 2008 Author Posted August 5, 2008 Please help me recording -= [font="Verdana"]A Men Who believes in himself and not circumstances is the real Winner =-[/font]
Zedna Posted August 5, 2008 Posted August 5, 2008 You can download older AutoIt's sources and look into it.http://www.autoitscript.com/autoit3/files/...-v3.1.0-src.exe Resources UDF ResourcesEx UDF AutoIt Forum Search
MyName Posted September 2, 2008 Author Posted September 2, 2008 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now