Locating a Label Handle

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
[532 byte] By [AbhishekKarnik] at [2008-2-15]
# 1
Hi,
Labels do not have a Handle of their own, these are Owner Drawn Control.

However, you could try this example out to Enumerate through the Labels.

Take a look at the Bottom of this page
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_21018080.html

Shuja at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic IDE...