Verknüfpung zu Wiki
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user