picture
This commit is contained in:
@@ -129,7 +129,7 @@ Public Class MyTextBox
|
||||
AddHandler pb.Click, AddressOf linkclicked
|
||||
End Sub
|
||||
Public Sub addNowBtnToDate2()
|
||||
Dim tb = Me
|
||||
Dim tb As MyTextBox = Me
|
||||
Dim pb As New MyLinkPicBoxVALUE
|
||||
tb.Parent.Controls.Add(pb)
|
||||
pb.Tag = "Heute"
|
||||
@@ -223,7 +223,7 @@ Public Class MyTextBox
|
||||
End Try
|
||||
End Sub
|
||||
Public Sub addPicToGueltigBis()
|
||||
Dim tb = Me
|
||||
Dim tb As MyTextBox = Me
|
||||
Dim pb As New MyLinkPicBoxVALUE
|
||||
tb.Parent.Controls.Add(pb)
|
||||
pb.Tag = "Gültig Bis"
|
||||
|
||||
Reference in New Issue
Block a user