"Error List" in Visual Studio 2005 available for use in my own applications?

Hi,

Is the "Error List" in Visual Studio 2005 available as a .NET User Control, for custom use in my own application Or does anybody know of an implementation of such an "Error List" that I could use

Thanks!

---------

(I intend to use this as a runtime debugging tool. It would be helpful to show and filter debug/log messages like this for our own User Control. It would be helpful both for internal testing, but mostly for our customers that use our SDK (.NET class library) in their own applications. Then they would get helpful information during runtime. An alternative is a TextBox or a text-file, but I like the looks and functionality of the Error List)



Answer this question

"Error List" in Visual Studio 2005 available for use in my own applications?

  • TheCloser

    It looks like the error list is a customized list view. So I guess you could 'roll your own' if you are inclined. I haven't seen too many custom list view solutions on the Internet.
  • osalzgeber

    Anybody...
  • Kaloyan

    Thanks, I'll have a look at making my own..
  • "Error List" in Visual Studio 2005 available for use in my own applications?