Hello,
I am looking for Binary File read Write Lock access in vb.net.
In VB6 we can lock any file with the following code:
How to do same work with vb.net?
Thanks !
I am looking for Binary File read Write Lock access in vb.net.
In VB6 we can lock any file with the following code:
Code:
Open filename For Binary Access Read Write Lock Read Write As #1
Thanks !