Verknüfpung zu Wiki

This commit is contained in:
2024-04-11 13:23:35 +02:00
parent f3a69d5baa
commit 3bb9137fb0
3 changed files with 6272 additions and 38 deletions

View File

@@ -477,6 +477,11 @@ Public Class frmUeberstundenauszahlen
End Sub
Private Sub PictureBox5_Click(sender As Object, e As EventArgs) Handles PictureBox5.Click
Dim webAddress As String = "https://wiki.verag.ag/de/software/zeiterfassung_admin/zeiterfassung_admin#%C3%BCberstunden-auszahlen-%C3%BCber-avisosdldispo"
Process.Start(webAddress)
End Sub
Private Sub txtAusz_hhmm_KeyPress(sender As Object, e As KeyPressEventArgs)
Select Case Asc(e.KeyChar)
Case 48 To 57, 8, 44, 46, 58