Suman Posted November 2, 2006 Posted November 2, 2006 I have to operate on table like control displayed in right pane of MMC. how can I select these table elements shown in right pane of "inetmgr.exe" window? See attachment I want to operate upon the selected item. Window info tool says that it is Static and it is hidden.
AutoChris Posted November 4, 2006 Posted November 4, 2006 Suman said: I have to operate on table like control displayed in right pane of MMC.how can I select these table elements shown in right pane of "inetmgr.exe" window? See attachment I want to operate upon the selected item.Window info tool says that it is Static and it is hidden.Sometimes the tab and arrow keys are our friends. Try using a Send("{Tab}") to get to the screen and Send("(DOWN}") to move down the list. Low tech, but it works.
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