I am trying to design a 'report form layout' using a picture control set to the size of my users page then adding text boxes which will eventually contain users data in the form of a printed or viewed report.

I'm allowing the user to reposition the text boxes and set font properties.

Problem is that the drag-drop routines seem to only work when the mouse pointer is OUTSIDE the textbox area. For example if I want to drag a text box across the page, no problem. If I then want to reposition it only a small amount, I can't because I have to move the mouse outside the text box.

Has anyone come across any controls which will allow me to position text boxes exactly. Or even resize them using the mouse??

NT