To install this item template into your project >
1)Download the package.
2)Extract the files to your Desktop, you should get 1 .dll and 1 .zip file
3) Save the .dll and add it as a reference to your application
4) Copy the .zip file and move it to... C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic (Or your equivalent)
5) Open your project and press Add>New Item> Notifier
Now simply insert this code
%Formname%.shownotification(Text of notification,Title of notification, Icon (Needs to be a 32x32 image),Length in milliseconds)
And your done!