I have been studying on making my
VB applications capable of transferring files across my NetBIOS shares. The project I am working on for work needs to be able to move files across shares the same as I can move files across local disks and between directories. Is there any way I can do this. All I have been able to find are ways to get my MAC address for my network card and I found that the NetUseAdd function is more then likely one of the functions required to accomplish this task. This is a formless application using a module with a Sub Main that calls a class module that in turn initializes a socket module to be able to access winsock without using the winsock custom control.