J
JoskeXP
Hi,
When I use the following code I have a error that the file is in use
If File.Exists("c:\RegistratieMD\images\" + Me.txtBarcode.Text + ".jpg")
= True Then
File.Delete("c:\RegistratieMD\images\" + Me.txtBarcode.Text+ ".jpg")
End If
How can I solve this problem
Thx
JoskeXP
When I use the following code I have a error that the file is in use
If File.Exists("c:\RegistratieMD\images\" + Me.txtBarcode.Text + ".jpg")
= True Then
File.Delete("c:\RegistratieMD\images\" + Me.txtBarcode.Text+ ".jpg")
End If
How can I solve this problem
Thx
JoskeXP