BrowseForDialog.zip |
This sample demonstrates hw to call the Browse For Folders API functions. This provides
a common look an feel to selected a folder. |
FileVersion.zip |
This samples demonstrates how to obtain the version information from a file. |
IContextmenu.zip |
This sample demonstrates how to call the iContextMenu interface. IContextMenu is used if you want
to customize the menu in explorer when a registered file is selected, just like the way WinZip does. |
Ishellex.zip |
The example retrieves the pidl (pointer to an item id list) for the Programs folder, binds to the desktop folder by retrieving it's IShellFolder interface,
implements the both IShellFolder GetDisplayNameOf and BindToObject member functions to walk through the Programs folder pidl, and does nothing more
than print the displayname of each item ID in the Programs folder id list to the Immediate window. |
Locale.zip |
This sample demonstrates how to get the format for the time and date on a users workstation. |
Drag_Drop.zip |
This sample demonstrates how to implement a drag and drop server. This project will accept files and
allow files to be dragged from it. |
NTService.zip |
This sample demonstrates how to interact with NT services, you can stop, start and pause them. |
ShellExecute.zip |
This samples demonstrates how to call the ShellExecuteEx API call. The ShellExecuteEx API call is
what is used when you type in something into the Run dialog box. |
ShFileOperations.zip |
This sample demonstrates how to call different shell operations like copy, rename, move and delete. |
ShFormat.zip |
This sample demonstrates how to call the format dialog box from with in Visual Basic. |
Shutdown.zip |
This sample demonstrates how to shut down a Windows workstation. It now works on Windows NT also. |
StructuredStorage.zip |
This sample demonstrates how you can read and write to a structured storage file. Microsoft Office applications
create their document using the structured storage file. |
UNDOCSH.zip |
This sample contains a bunh of un-documented shell operation functions. |