Thanks Paul, I pulled down the AutoITLib. It is way to advance for me at this time. To give you more details of what I am trying to do, I am trying to automate the wireless configuration settings on Windows XP SP2 for WPA2 and want to be able to select the wireless adaptor "icon" (do not know what you would call it, control, someting) on the Network Connections window. (ncpa.cpl). I found a few other scripts on here that allow me to access to Network Connections windows however the next step is for the script to focus in on or select the Wireless Network Connection "icon" so that I then can send the Send ("^,TAB) to get to the properties to run through my script. I found similar script that use SEND (RIGHT), Send (DOWN), etc however I would like to be more precise since the position of the Wireless Network Connection "icon" may not always be in the same postion. Thus Right, down, commands do not always work. Suggestions?