Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
4.90/5 (10 votes)
See more:
Hi,

In real scenario
Problem:-
i have to maintain status report.xls file and submit every modifications have been made, at following location in my machine
E:\Imdad\Working Projects\Projects\VS 2010 Projects\Document\Old Code Study\status report.xls

whenever i want to attach file in Outlook popup will open for selection a file at that time i will have to do
select drive (E:\) then
folder (Imdad) then
folder (Working Projects)....
it's very tedious work to select file.

What i will have to do:-
instead of manually selection in windows Insert File dialog with left hand side five options like:
  • My Recent Documents
  • Desktop
  • My Documents
  • My Computer
  • My Network Places
  • Old Code Study it is mapped with my working project folder


so just i am clicking on Old Code Study button and directly jump to my working folder.

Is any body has idea how can achieve this either Programmatic
  • C#.net
  • VB.net
  • Windows setting


Any answer will be Appreciated!:thumbsup:

Thanks,
Imdadhusen
Posted
Updated 27-Jan-11 5:37am
v4

If you're only moving a file why dont you have a look at creating a .cmd that takes advantage of XCOPY.

http://en.wikipedia.org/wiki/XCOPY[^]
 
Share this answer
 
Interesting question.

I don't know how to do it programatically. But there is an open secret out there called TweakUI[^]. You can customize the look and feel of many windows [dialogs] including what you looking to do.

You can use TweakUI to customize the left side icons, you can even have your own folder show there. The only restriction is that you can only have up to 5 folder / icons show.
 
Share this answer
 
 
Share this answer
 
Comments
Sunasara Imdadhusen 21-Sep-10 1:26am    
I appreciate your response but as per steps that have been defined in above link are not working.
I have tried out as per steps but it dose not work
aidin Tajadod 21-Sep-10 18:12pm    
What is the version of your windows? ( I think it was just for XP).
Sunasara Imdadhusen 23-Sep-10 2:36am    
I have
Windows XP
Professional
Version 2002
Service Pack 3
Why don't you try right clicking the file and send to -> mail recipient?
It will attach the file in your default mail client.

Make a shortcut to "E:\Imdad\Working Projects\Projects\VS 2010 Projects\Document\Old Code Study" where you find the most convenient.
Just double click the shortcut, right click the file, send to -> mail recipient - Will this do? I know it's too late to answer the question now.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900