Use DateEdit control, add TopMost for email attachment indexing, use fixed lookupgrid, email indexing objecttype readonly

This commit is contained in:
Jonathan Jenne
2020-05-20 13:59:35 +02:00
parent 4c4b8429a1
commit fab1772bdd
16 changed files with 2827 additions and 1408 deletions

View File

@@ -125,10 +125,9 @@ Public Class frmStart
DragDropForm(e)
End Sub
Sub DragDropForm(e As DragEventArgs)
Dim frmCollection = System.Windows.Forms.Application.OpenForms
Dim frmCollection = Application.OpenForms
If frmCollection.OfType(Of frmIndexFileList).Any Then
MsgBox("Please index the active file/mail first!", MsgBoxStyle.Exclamation, "Drag 'n Drop not allowed!")
' TimerCheckDroppedFiles.Start()
Exit Sub
End If
'Erstmal alles löschen