Win32Asm - File Manager
Introduction:
Right now, my major project is to write a file manager program, similar to explorer.  I hope to add some improvements over explorer eventually, but thats still a bit far off now...

 
Download File Manager
Version 0.001  April 13, 1999 This is the first working version.  It is mostly operational, though it lacks important features such as copy, delete, and whatnot...
Version 0.002 Aug 17, 1999 Well, here version 0.002... mainly changes and experimentations in the user interface...

 
Shell Related Include Files
objbase.inc
by lucifer
The OBJBASE.H file, converted over to assembly language.  This contains prototypes for the COM library functions, as well as some interface declarations. (ver 1.0)
shlobj.inc
by lucifer
The SHLOBJ.H file, converted over to an assembly language .inc file, for use with MASM.  Contains prototypes for the various shell functions, as well as for the shell namespace com interfaces. (ver 1.0)

 
Shell Related Help Files
OLE Programmers Guide
(1.9 MB)
Covers OLE, COM, ActiveX, and everything that goes with them.  Also includes a reference on the shell interfaces, shell namespace functions, and shell api functions.
About the Shell Namespace An intoduction to the shell namespace, as taken from the Win32 Programming Guide.
Using The Shell Namespace How to use the features of the shell interface in your code.
Extending the Shell namespace Info on how to create a shell namespace extension.

 
 
 
[ Tuesday, August 17, 1999  lord-lucifer@usa.net ] [Win32Asm]