Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 06-25-2007, 06:00 AM
ipy2006
Newsgroup Contributor
 
Posts: n/a
Start Panel and Dialog Boxes

How can I create folder shortcuts on the Start menu. I save various
files into network folders and instead of constantly clicking 5 or 6
times to reach the correct folder on the network, it would be nice to
have a direct link to the network folder.

Similarly is it possible to create folder shortcuts on the Save or
Save As dialog boxes.

Please let me know .

Thanks,
yip

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-25-2007, 06:00 AM
  #2 (permalink)  
Old 06-25-2007, 06:30 AM
Newbie Coder
Newsgroup Contributor
 
Posts: n/a
Re: Start Panel and Dialog Boxes

Ipy2006,

Right-click the START button | EXPLORE & add your shortcurts to there

The 'Save As' dialog is is a DLL file & is populated via the program using it
(file extensions...). So the short answer is NO

--
Newbie Coder
(It's just a name)

"ipy2006" <ipyasaswi******.com> wrote in message
news:1182776123.412206.313500@p77g2000hsh.googlegr oups.com...
> How can I create folder shortcuts on the Start menu. I save various
> files into network folders and instead of constantly clicking 5 or 6
> times to reach the correct folder on the network, it would be nice to
> have a direct link to the network folder.
>
> Similarly is it possible to create folder shortcuts on the Save or
> Save As dialog boxes.
>
> Please let me know .
>
> Thanks,
> yip
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 06-25-2007, 07:00 AM
Ramesh, MS-MVP
Newsgroup Contributor
 
Posts: n/a
Re: Start Panel and Dialog Boxes

Hi yip,

Yes. You can customize the Places bar in Common Dialog boxes using TweakUI PowerToy for Windows XP.

Microsoft PowerToys for Windows XP:
http://www.microsoft.com/windowsxp/d...powertoys.mspx

Edit the Places bar locations in Open/Save As boxes:
http://windowsxp.mvps.org/placesbar.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"ipy2006" <ipyasaswi******.com> wrote in message news:1182776123.412206.313500@p77g2000hsh.googlegr oups.com...
How can I create folder shortcuts on the Start menu. I save various
files into network folders and instead of constantly clicking 5 or 6
times to reach the correct folder on the network, it would be nice to
have a direct link to the network folder.

Similarly is it possible to create folder shortcuts on the Save or
Save As dialog boxes.

Please let me know .

Thanks,
yip
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 06-25-2007, 07:40 AM
Newbie Coder
Newsgroup Contributor
 
Posts: n/a
Re: Start Panel and Dialog Boxes

Ramesh,

Customising the places bar locations isn't what the OP asked for. He wants a
direct link to open them I think.

If he does then:

START | RUN | Type 'regdit' (without quotes) & press ENTER

Go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\comdlg32\Pl
acesBar

New String/DWORD values:

Place0 = "Z:\\My Network Folder\\ Sub Folder"
Place1 = "C:\\"
Place2 = "H:\\MyNetworkPath"
Place3 = 5 (DWORD for MY DOCS)
Place4

and so on...

The DWORD values are used for Speical Folders
(http://www.microsoft.com/technet/scr....mspx?mfr=true)

Notice the '\\' as the registry editor uses them so not to get illegal paths
because in C++ '\n' is a newline. So, to get a path seperator you use '\\'

Others in the group will say use only one '\' but see how the registry editor
exports path seperatiors & you will see the '\\'

--
Newbie Coder
(It's just a name)


"Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
news:%23J9KxAztHHA.3640@TK2MSFTNGP05.phx.gbl...
Hi yip,

Yes. You can customize the Places bar in Common Dialog boxes using TweakUI
PowerToy for Windows XP.

Microsoft PowerToys for Windows XP:
http://www.microsoft.com/windowsxp/d...powertoys.mspx

Edit the Places bar locations in Open/Save As boxes:
http://windowsxp.mvps.org/placesbar.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"ipy2006" <ipyasaswi******.com> wrote in message
news:1182776123.412206.313500@p77g2000hsh.googlegr oups.com...
How can I create folder shortcuts on the Start menu. I save various
files into network folders and instead of constantly clicking 5 or 6
times to reach the correct folder on the network, it would be nice to
have a direct link to the network folder.

Similarly is it possible to create folder shortcuts on the Save or
Save As dialog boxes.

Please let me know .

Thanks,
yip


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 06-25-2007, 09:20 AM
Ramesh, MS-MVP
Newsgroup Contributor
 
Posts: n/a
Re: Start Panel and Dialog Boxes

<quote>
Similarly is it possible to create folder shortcuts on the Save or
Save As dialog boxes.
</quote>

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:%23VoDPZztHHA.1052@TK2MSFTNGP05.phx.gbl...
Ramesh,

Customising the places bar locations isn't what the OP asked for. He wants a
direct link to open them I think.

If he does then:

START | RUN | Type 'regdit' (without quotes) & press ENTER

Go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\comdlg32\Pl
acesBar

New String/DWORD values:

Place0 = "Z:\\My Network Folder\\ Sub Folder"
Place1 = "C:\\"
Place2 = "H:\\MyNetworkPath"
Place3 = 5 (DWORD for MY DOCS)
Place4

and so on...

The DWORD values are used for Speical Folders
(http://www.microsoft.com/technet/scr....mspx?mfr=true)

Notice the '\\' as the registry editor uses them so not to get illegal paths
because in C++ '\n' is a newline. So, to get a path seperator you use '\\'

Others in the group will say use only one '\' but see how the registry editor
exports path seperatiors & you will see the '\\'

--
Newbie Coder
(It's just a name)


"Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
news:%23J9KxAztHHA.3640@TK2MSFTNGP05.phx.gbl...
Hi yip,

Yes. You can customize the Places bar in Common Dialog boxes using TweakUI
PowerToy for Windows XP.

Microsoft PowerToys for Windows XP:
http://www.microsoft.com/windowsxp/d...powertoys.mspx

Edit the Places bar locations in Open/Save As boxes:
http://windowsxp.mvps.org/placesbar.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"ipy2006" <ipyasaswi******.com> wrote in message
news:1182776123.412206.313500@p77g2000hsh.googlegr oups.com...
How can I create folder shortcuts on the Start menu. I save various
files into network folders and instead of constantly clicking 5 or 6
times to reach the correct folder on the network, it would be nice to
have a direct link to the network folder.

Similarly is it possible to create folder shortcuts on the Save or
Save As dialog boxes.

Please let me know .

Thanks,
yip


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very small text in dialog boxes John Windows Vista 7 06-25-2007 01:00 AM
Non-printable characters in dialog boxes Xanadu John Windows XP 3 05-16-2007 07:50 AM
IE 7 - No right hand corner dialog boxes jon Internet Explorer 1 05-06-2007 08:28 AM
Viewing chinese dialog boxes panda Windows Vista 0 03-23-2007 03:45 AM
Dialog Boxes MarkN Microsoft Office 1 01-15-2007 11:20 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 10:30 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0