Question : How to tell teh absolute position of a control

I have a form that has a text bos.  I'm tring to mimic the efffect of a drop down list box.  The list box is contained in another borderless form that I want to display aligned directly below the text box.  How can teh absolute postion be calculated for an object on a form.  Not the postion with a container, or a postion in relation to the form, but the postion in relationship to the screen display?

Answer : How to tell teh absolute position of a control

Dim ScreenPos as point=thecontrol.PointToScreen(new point(0,0))
Random Solutions  
 
programming4us programming4us