Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom My Documents Type of Folder - where to start

Status
Not open for further replies.

PhilJohnson

IS-IT--Management
Apr 20, 2006
17
GB
I am a .net developer tasked with creating a 'plugin' that adds a 'folder' inside the user's My Documents folder (like the My Music folder or the My Pictures folders).

This folder will 'map' to a business object that has a collection of 'folders' and those 'folders' will contain either 'folders' or 'files' (these details are all stored on a central server).

When the user first clicks this new root 'folder' a login dialogue is displayed and if the user successfully logs in, the folder structure is populated using the structure that comes back from the business objects and when the user drags files onto one of these 'folders' they are uploaded to a server via the business objects.

Because of my .net background I am considering what I can do with the File System Watcher, possibly create folders with 'shortcuts' in and when the user clicks the 'shortcut' the file is downloaded and opened.

If anybody has any ideas or suggestion or things to watch out for with this approach I would really appreciate them letting me know.

Also, should does anybody know where I could start looking into API calls that I might also use to implement this with, just in case the File System Watcher does not do what I need it to do.

Thanks for any ideas, suggestions etc on this one.

Phil
 
You might have more luck posting in forum796 Phil.

This one's for *cough* classic VB

TazUk

Programmer An organism that turns coffee into software. [morning]
Unknown Author
 
Thanks TazUK,

I noticed after posting that I had inadvertently strayed into "Legacy VB" and quickly found the C# Forum, sterilising my typing fingers as I went ;-D

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top