MS DateEdit

This commit is contained in:
2020-11-11 17:43:52 +01:00
parent b32f7553d2
commit fef9c99feb
11 changed files with 143 additions and 81 deletions

View File

@@ -255,4 +255,11 @@ Public Class frmFlowForm
FormLoaded_Visible("frmSearchStart")
If Me.Visible = False Then Exit Sub
End Sub
Private Sub NotifyIcon_DoubleClick(sender As Object, e As EventArgs) Handles NotifyIcon.DoubleClick
If Me.Visible = False Then
Me.Visible = True
TimerCheckActiveForms.Enabled = False
End If
End Sub
End Class