I need to access the hWnd of a label control. In VB3 this was as easy as saying myVar=lblMyLabel.hWnd. This no longer works in VB6, although it does seem possible to get the hWnd of other controls.

Can someone tell me how I can obtain the hWnd of a label control in VB6?

I love these "advances" in MS products where less is "better" and consistency between versions is best left to their competitors.

Craig Steiner