Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #755

Re: Problem with mapped drives from VB6

From GS <gs@somewhere.net>
Newsgroups comp.lang.basic.visual.misc
Subject Re: Problem with mapped drives from VB6
Date 2012-02-08 14:59 -0500
Organization A noiseless patient Spider
Message-ID <jguk6u$mnm$1@dont-email.me> (permalink)
References <VA.000038d6.76c3a044@ukrm.net>

Show all headers | View raw


My experience with 'mapped' drives/FOLDERS on a remote server is that 
this uses a redirect 'namespace' as opposed to a direct absolute path 
(PIDL). That's not the same as accessing a 'mapped' drive/FOLDER on a 
local machine. In all probability, your app is trying to access a file 
from the 'namespace' the mapped folder points to rather than from its 
actual target.

Your directory control MUST return an AbsolutePIDL in order for normal 
Dir functions to work. I ran into this issue when building a file 
manager app for CNC machine program files. I has built-in 
folderview/fileview controls. How I was able to make it work for me was 
to use 3rd party OCXs, and I was able to get the author to upgrade the 
folderview.OCX to return AbsolutePIDL to a new property I could access.

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Problem with mapped drives from VB6 R C Nesbit <spam@ukrm.net> - 2012-02-08 18:37 +0000
  Re: Problem with mapped drives from VB6 GS <gs@somewhere.net> - 2012-02-08 14:59 -0500
    Re: Problem with mapped drives from VB6 Helmut_Meukel <Helmut_Meukel@bn-hof.invalid> - 2012-02-09 10:16 +0100
      Re: Problem with mapped drives from VB6 GS <gs@somewhere.net> - 2012-02-09 09:40 -0500
        Re: Problem with mapped drives from VB6 "Farnsworth" <nospam@nospam.com> - 2012-02-09 10:03 -0500
          Re: Problem with mapped drives from VB6 "Farnsworth" <nospam@nospam.com> - 2012-02-09 10:23 -0500
        Re: Problem with mapped drives from VB6 "DaveO" <djo@dial.pipex.com> - 2012-02-09 15:36 +0000
          Re: Problem with mapped drives from VB6 GS <gs@somewhere.net> - 2012-02-09 13:52 -0500
            Re: Problem with mapped drives from VB6 "DaveO" <djo@dial.pipex.com> - 2012-02-10 10:49 +0000
              Re: Problem with mapped drives from VB6 GS <gs@somewhere.net> - 2012-02-10 22:00 -0500
  Re: Problem with mapped drives from VB6 Deanna Earley <dee.earley@icode.co.uk> - 2012-02-09 09:56 +0000
    Re: Problem with mapped drives from VB6 R C Nesbit <spam@ukrm.net> - 2012-02-09 10:08 +0000
      Re: Problem with mapped drives from VB6 R C Nesbit <spam@ukrm.net> - 2012-02-09 15:14 +0000
  Re: Problem with mapped drives from VB6 "Farnsworth" <nospam@nospam.com> - 2012-02-09 10:32 -0500
    Re: Problem with mapped drives from VB6 R C Nesbit <spam@ukrm.net> - 2012-02-09 18:14 +0000

csiph-web