Parent Directory | Revision Log
+ initial commit
1 | Windows Shell Extension: |
2 | (x) Operate on files *and* folders |
3 | (x) Operate on *multiple* files or folders |
4 | (x) Multiple menu entries & dispatcher (Use-Case: "Named Shortcuts") |
5 | (x) Hierarchical submenus (for "Settings" etc.) |
6 | (x) Add context menu to directory backgrounds (for Mess/Settings) |
7 | (x) Acknowledgements to Mark Hammond and Michael Dunn |
8 | (x) Try py2exe |
9 | (o) More ShellExt stuff: |
10 | (o) fly-by help string for GetCommandString |
11 | (o) custom icons |
12 | (o) menu-entry/dispatcher infrastructure with command ids as constants (shortcuts have to be handled dynamically!) |
13 | |
14 | Upload to Archive: |
15 | (o) Via WebDAV |
16 | (o) With Windows: http://www.codeproject.com/shell/cshellfileop.asp |
17 | (o) Progress Dialog: http://www.codeproject.com/miscctrl/iprogressdialog.asp |
18 | |
19 | How to *access* the archive: |
20 | (o) Browser via http(s) |
21 | (o) Windows Explorer "Namespace Extensions": |
22 | http://www.codeproject.com/shell/shlext.asp |
23 | http://www.codeproject.com/shell/TipsInNSE_SubFld.asp |
24 | http://www.codeproject.com/shell/NSExtAddDelFld.asp |
25 | http://www.codeproject.com/shell/namespcextguide1.asp |
26 | |
27 | |
28 | More from "The Code Project": |
29 | |
30 | Drag & Drop: |
31 | http://www.codeproject.com/shell/explorerdragdrop.asp |
32 | |
33 | Clipboard: |
34 | http://www.codeproject.com/clipboard/clipspy.asp |
35 | |
36 | Scheduled Tasks: |
37 | http://www.codeproject.com/shell/cscheduledtask.asp |
38 | |
39 | Tray Icon: |
40 | http://www.codeproject.com/shell/StealthDialog.asp |
41 | |
42 | Overlay Icon: |
43 | http://www.codeproject.com/shell/overlayicon.asp |
44 | |
45 | Use Shell ContextMenu in your applications: |
46 | http://www.codeproject.com/shell/shellcontextmenu.asp |
47 | |
48 | CXSBrowseFolder - A Simple Class to Encapsulate SHBrowseForFolder: |
49 | http://www.codeproject.com/shell/cxsbrowsefolder.asp |
50 | |
51 | The Mini Shell Extension Framework: |
52 | http://www.codeproject.com/shell/msf3.asp |
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |