|
|
Todays Events shell extension
It display the daily generated System event logs. It's a great tool for System Administrators to quickly get informed about what happend to your computer. There is no event log on Windows 9X, so you need a Windows NT 4.0 SP4 or better. The Source CodeShell Extensions are simple COM objects, which implements two needed interfacesIShellFolder and IShellView.
It shows how to create a simple extension, which displays information in a ListView control. It doesn't have sub-folders, which makes it a no-sweat job to implement. It also ignores drag'n'drop, menus, shell icons and other fancy stuff. I save that for a more advanced extension later. Source Code DependenciesWindows NT 4.0 SP4Microsoft Visual C++ 6.0 Microsoft ATL Library Installation Guide
See AlsoMy more advanced Shell Extension sampleDownload Files
Written by Bjarke Viksoe. Article submitted 8/3/99.
|
|||