How do I get the position of a text box or edit box relative to the top of the SCREEN?
This is for a tablet PC, for when the keyboard is covering the controls needing data entry
this.xyzcontrol.top is only useful if the control is on the form.
If control is in a container (Which they all are) this refers to the top of the container
This is for a tablet PC, for when the keyboard is covering the controls needing data entry
this.xyzcontrol.top is only useful if the control is on the form.
If control is in a container (Which they all are) this refers to the top of the container