Results 1 to 2 of 2

Thread: Network problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Unhappy

    It doesnt notice the directory on the network! But if i manually click into network neighbor hood and go into the drive then it works fine and notices it. The drive has a password but i have it that windows automatically remembers it. Anyone know whats wrong or have any suggestions.




    Dim Temp as String
    On Error Resume Next
    temp = Dir("\\LAB_TECHS\C\flag\ini\session1\", vbDirectory)
    If Err <> 0 Then
    MsgBox "Warning, Flag Screen Has Noticed Tampered Dir's(\\Lab_techs\c\flag\ini\session1\). Diagnostic Recommended."
    Else
    End If
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    More of a dir question rather

    Is there anyway to get vb automatacially do what i did manually to get this working properly.
    -RaY
    VB .Net 2010 (Ultimate)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width