I want to know the absolute position (Left & Top) of a textbox control on a form. Form may be Continuous or Single, may or may not have a Header, may be FullScreen or not, etc.
I need this to overlay an automatic "Zoom Box" form on top of the textbox with focus when that textbox's ability to display the text being entered exceeds the size of the textbox. I want this form's textbox Left and Top to exactly match the textbox with focus, so it is not distracting to the user when it appears. Entry typing will not be interrupted. Obviously MoveSize method will be used.
OldBirdman
I need this to overlay an automatic "Zoom Box" form on top of the textbox with focus when that textbox's ability to display the text being entered exceeds the size of the textbox. I want this form's textbox Left and Top to exactly match the textbox with focus, so it is not distracting to the user when it appears. Entry typing will not be interrupted. Obviously MoveSize method will be used.
OldBirdman
Comment