Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. browse network directory

browse network directory

Scheduled Pinned Locked Moved ASP.NET
sysadminquestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rinki Mukheraji
    wrote on last edited by
    #1

    how brwose network directory?

    C 1 Reply Last reply
    0
    • R Rinki Mukheraji

      how brwose network directory?

      C Offline
      C Offline
      Colwin
      wrote on last edited by
      #2

      You mean you want to programmatically browse a network drive? Or you want to map a network drive thru your program?

      R 1 Reply Last reply
      0
      • C Colwin

        You mean you want to programmatically browse a network drive? Or you want to map a network drive thru your program?

        R Offline
        R Offline
        Rinki Mukheraji
        wrote on last edited by
        #3

        when i do browse network shared folder through coding. then open dialog box they ask me username and password. but i dont' like this, (may be this due to anti virus install in both the pc) i have user name and password. now but i want to create exe in C#.net that fix user name and password and connect network pc.

        C 1 Reply Last reply
        0
        • R Rinki Mukheraji

          when i do browse network shared folder through coding. then open dialog box they ask me username and password. but i dont' like this, (may be this due to anti virus install in both the pc) i have user name and password. now but i want to create exe in C#.net that fix user name and password and connect network pc.

          C Offline
          C Offline
          Colwin
          wrote on last edited by
          #4

          Can you please post some code that you are using?

          R 1 Reply Last reply
          0
          • C Colwin

            Can you please post some code that you are using?

            R Offline
            R Offline
            Rinki Mukheraji
            wrote on last edited by
            #5

            string path = @"\\192.168.1.16\Docoments"; if (System.IO.Directory.Exists(path)) { } else { }

            C 1 Reply Last reply
            0
            • R Rinki Mukheraji

              string path = @"\\192.168.1.16\Docoments"; if (System.IO.Directory.Exists(path)) { } else { }

              C Offline
              C Offline
              Colwin
              wrote on last edited by
              #6

              Are you using the open file dialog to select and open files? What is the code within the IF?

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups