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
ASP.NET MVC with jquery icon buttons
CISCO - ACCESS - DISTRIBUTION - CORE - DO I NEED THEM ALL
Left Join with top
How to make an exclusive edit
I can't find the audio driver for a Satellite P30
SAS or SATA
How to get unique records based on maximum date?
Perl - loop using variables if exist
Clear Fields in Lotus Notes
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003