|
-
Apr 11th, 2000, 03:54 PM
#1
Thread Starter
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|