Obtain a handle to a label in a container
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hey there, I have an application which has a "ThunderRT6UserControlDC". There are various control within this container such as 1. A drop down box 2. Label box 3. Gifs 4. a List View For some reason 1 and 2 are not visible as having handles when viewed from Spy++. I need to get the handle to the Label box (2) to retrieve its text. I'm trying to access this from a different program so I have to use handles and cannot use properties withing my application. Any suggestions!! Abhishek