Click here to Skip to main content
15,881,882 members
Articles / Desktop Programming / ATL

Mantis Issues Band

Rate me:
Please Sign up or sign in to vote.
2.50/5 (6 votes)
27 Jul 2005CPOL 38.4K   736   17   2
Band to your explorer task bar for quick access to Mantis bug tracking system
Sample Image - mantisband.jpg

Introduction

This code provides easy access to Mantis bug tracking issues. As program manager, I often need to find an issue in Mantis by issue number.

Background

This application is programmed as explorer desktop band.

Installation

  1. Save MantisIssues.dll to local disk.
  2. Run "regsvr32.exe MantisIssues.dll".
  3. Select Toolbar\MantisIssues from task bar context menu.
  4. After this, you will see "Mantis settings..." in your task bar.
  5. If you run Mantis settings from local menu, you can set your Mantis URL, for example, "http://mymantis/".
  6. And now, you can enter the issue number and press Enter key.

Using the Code

This code was made by using ATL DeskBand Wizard (thanks to Erik Thompson, http://www.codeproject.com/kb/atl/rbdeskband.aspx).

History

  • 27th July, 2005: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager ScrumDesk
Slovakia Slovakia
I'm program manager living in Slovakia.
I'm developing software using .NET, WPF.

Comments and Discussions

 
GeneralCool Pin
BEamer28-Jul-05 19:20
BEamer28-Jul-05 19:20 
GeneralRe: Cool Pin
Dusan Kocurek1-Aug-05 0:13
Dusan Kocurek1-Aug-05 0:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.