CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2003
    Posts
    16

    How to hide mapped network drive

    Hi all,

    In my vc app i have mapped 1 network drive. Now while the program is running then in explorer it's showing the mapped drive. I can disconnect the mapped drive when the program ends but what i want is that while the program is running the mapped drive should not be displayed in explorer or anywhere else.
    Is there any API available which will hide the mapped drive from explorer. can anybody help?

    thanks

  2. #2
    Join Date
    Apr 2002
    Location
    PA, USA
    Posts
    1,658
    In my opinion, that kind of defeats the purpose of mapping a drive and would seem like a security issue to me. I really doubt you can hide something that you map, sorry bud!
    =--=--=--=--=--=--=--=--=--=--=--=--=--=
    Please rate this post to show your appreciation for those that helped you.

    Before You Post A Question, Please Read This: How & When To Ask Your Question
    =--=--=--=--=--=--=--=--=--=--=--=--=--=

    -eli
    http://www.toad-software.com
    http://www.dailymission.com - Do It Daily

  3. #3
    Join Date
    Jun 2003
    Posts
    16
    it's not a solution. what i doubt there is something for everything. may be somebody will come up with some solution.
    i'm waiting.

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

Featured