MS Structure Nodes

This commit is contained in:
Digital Data - Marlon Schreiber
2018-10-02 17:15:26 +02:00
parent 04ffe61b4d
commit 609df5b5c5
39 changed files with 2504 additions and 2023 deletions

View File

@@ -84,6 +84,14 @@ Public Class ClassDragDrop
Else
ClassLogger.Add(">> Attachment File from Outlook could not be created", False)
End If
Else
ClassLogger.Add(">> No simple drag and drop.", True, False)
For Each fmt As String In e.Data.GetFormats()
' Output format name and type
ClassLogger.Add(">> e.Data is: " & fmt + " (" +
e.Data.GetData(fmt).ToString() + ")", True, False)
Next
End If
End If
If e.Data.GetDataPresent("FileGroupDescriptor") Then