jafin Posted December 13, 2005 Posted December 13, 2005 I am attempting to get the text from a SysListView32 window component from the Windows XP "Select Network Protocol" window. (Which is accessible from LAN Properties->Install->Protocol) This is my Test. WinActivate("Select Network Protocol"); $netBeuiControlId = ControlListView("Select Network Protocol","","SysListView321","FindItem","NetBEUI Protocol") MsgBox(1,"Test",$netBeuiControlId) But it does not find the item and returns -1. Does anyone have any other clues as to how to find a control via text, and then select that control? Thanks, Jason
CyberSlug Posted December 13, 2005 Posted December 13, 2005 What is your ultimate goal? If you want to install/bind a protocol to a network adatper, there is possibly a better alternative. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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