Microsoft
Software
Hardware
Network
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.PointToSc
reen(new point(0,0))
Random Solutions
Sharepoint takes forever to load on first access of the day... How do I fix this?
Read data from registry key not working
htaccess Partial Query String Rewrite
VMWare ESXi vs vSphere Essential ($495 Option)
ColdFusion Using .NET Class Library
KMS is activating Win7 Pro but not Win 2008 R2 Enterprise
Hard drives out of a raid are not recognized
How to pass a variable into DATEADD function in SQL String
Server security analysis to determine patch level
Export Input data (survey) to Excel in ASP.NET form