Source

Mouse Gestures for Internet Explorer A plugin to add Opera like Mouse Gestures to Internet Explorer

The source code implements a Browser Helper Object, a plugin which Internet Explorer (and optionally Windows Explorer) loads when started to extend the applications functionality.

The source code shows how to implement such a COM server (using ATL), and also demonstrates such techniques as Windows Hooks, Window subclassing with ATL, and controlling the Internet Explorer automation model.

Drowse Plugin for Visual Studio .NET 2003 A plugin to extend the functionality of Visual Studio .NET

The source code implements a Visual Studio extension object, which implements the following functionality:

  • Header Flip - Flip between .cpp & .h files
  • Header Guard - Add header guards and a copyright notice to your source files
  • Un Tabify - Convert all the tabs in your source files to spaces.
  • Format Code - Uses a regular expression to format (i.e. pretty print) C++ source files - Warning, this is still a little experimental!
  • Build Current Project - Build the current project via a single key stroke
  • Re-build Current Project - Re-build the current project via a single key stroke
  • Link Current Project - Link the current project via a single key stroke