Search the Community
Showing results for tags 'id'.
-
Hello again I need to click this Submit button, but it's in a lightbox and has no ID (i think) and I can't figure out a way to target it. _IEFormSubmit doesn't work. Thank you
-
Hi! I have a button where I need to close it! I was doing through clicking same position in screen but there are some id's that have different sizes. What are the possible ways to click this closable button? Is there a way to close it through id? Is there a way to get it'...
- 6 replies
-
- click
- mouseclick
-
(and 3 more)
Tagged with:
-
Hey guys This may be quite simple, but I haven't manage to solve it yet :/ All I want to do is get the ID of Xitem, so I can click it with " _GUICtrlListView_ClickItem" . So I need to find the item based on the that fact that I know the text/string name of that item. #inclu...
-
Hey guys! I need your help again. So I am working on a Project with which I can Logoff a User in a Terminal-Server (Windows Server 2012 R2), logged in as Admin. Then backup the users partition and log him back in. Sounds pretty easy for you guys, right? So my problem is... I seem to not be able...
-
Hi, It sounds quite easy, but I haven't found anything to retrieve a listview item ID. I though it was under my noze, until I found this : Unfortunately it's not working (function returning 0), and I'm using the native GUICtrlCreateListView. As the topic above, I want to retreive the item ID of...
-
Hello everybody! Here i am with a new, small but usefull UDF. This UDF is for managing 'special' Arrays: When adding elements, then deleting elements in the middle, then the last elements's ID are not changed, i mean they are not shifted You will ask: Why!? For example: You are managing a TreeVie...