if I have a source that is here:
\\server1\mis\projects\update.bas
I ususally map that UNC to drive Z: and I add that file as a
resource in VB. so I simply double click on it and it loads.
Unfortunetly VB doesn't pass the drive mapping, instead it passes
the entire UNC path, and PB can't compile it for some reason.
If I open the file from the PBEditor and specify drive Z: it
works fine.
------------------
-Greg
\\server1\mis\projects\update.bas
I ususally map that UNC to drive Z: and I add that file as a
resource in VB. so I simply double click on it and it loads.
Unfortunetly VB doesn't pass the drive mapping, instead it passes
the entire UNC path, and PB can't compile it for some reason.
If I open the file from the PBEditor and specify drive Z: it
works fine.
------------------
-Greg
Comment