Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Open dialog does not show network drives.

Reply
Thread Tools Display Modes

Open dialog does not show network drives.

 
 
Jerry K
Guest
Posts: n/a

 
      05-19-2009
The standard open dialog does not show network drives in some applications.
It does in notepad/office apps. Is there some security setting that
controls that?

Thank you.
JerryK


 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      05-20-2009
"Jerry K" <> wrote ...
> The standard open dialog does not show network drives in some
> applications. It does in notepad/office apps. Is there some security
> setting that controls that?


It depends on the specific application.

The Open dialogue box is enabled by calling GetOpenFilename() in
comdlg32.dll. However, when it is called this function takes an OPENFILENAME
structure as a parameter; and this structure contains a very large number of
options which the programmer can use to customise how the Open File dialogue
appears; what directories it can access; which file types it will recognise,
and so on.

If an application writer has coded the OPENFILENAME struct in their app to
not show network drives in an Open File dialogue, there may not be much you
can do about it, apart from:
- check to see if that specific app has some custom setting, coded by the
programmer, to enable network drives; or
- open a change request with the application's vendor, to allow network
drives to be visible.

Another common "gotcha" is that network drive mappings are specific to each
user context. If you map a drive as one user, and then run an app as a
different user, you won't automatically see the mapped drives created by the
first user. This includes running an application "As Administrator" - even
if you're *already* the Administrator, this gives you a new, more privileged
user token, so you won't see the drives you had mapped earlier.

Which application are you using, which doesn't show network drives? Can you
reach the network by entering a UNC name? (eg
"\\myserver\myshare\documents", etc).

Cheers
Andrew
--
amclar @ optusnet dot com dot au

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do Not Show Thumbnails in "open" and "save as" dialog boxes Pat Conlon Windows Vista General Discussion 1 07-21-2008 04:07 PM
Firefox File->Open does not show mapped network drives bvandew Windows Vista General Discussion 1 11-14-2007 10:52 PM
Can't open Network and Sharing Center dialog at all Nazgulled Windows Vista Networking 9 10-31-2007 11:29 AM
Mapped Drives unavailable until browsing to drive in Open dialog. jeolmeun Windows Vista Networking 1 03-19-2007 09:41 AM
Network Drives only show a limited number of folders / files HarryPotter Windows Vista Networking 1 06-26-2006 10:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59