Code for a DesktopTextField
Sub DropObject(obj As DragItem, action As DragItem.Types) Handles DropObject
Me.Text= obj.FolderItem.NativePath.Trim
End Sub
Dragging and dropping adds a space and this odd return character to the end:
Bug or am I doing it wrong?
Linux Mint 22 just in case it is working on another distro differently
5 posts - 2 participants