Dear VB users,

Making a drag/drop program to move files, I discover a problem.

At the moment I am dragging, the drag height must be the height of the filename.

Searching for this value.

The File1.FontSize can have many values.

I did try:

TextHeight("W")
TextHeight(Text1.FontSize)
TextHeight(Text1)

All gives the same value: 195 (making the FontSize very small to very big!)

How can I find the height of the draggingbox for the text I am dragging?

Nice greetings,

Michelle.