Hi,

Using VB.Net how do I find out which network users on the LAN is using (locking) a specific file.

In VB6 one could use API calls to inform you of the specifc users usign a shared network file., E.g. :

Private Declare Function NetFileEnum Lib "netapi32" etc...

But in .NET is surely works different ?

Any advice is welcomed.

Thanks,
Dirk
Allan Gray
South Africa