New messagebox/error dialog?

J

Jeff Johnson

Has anyone here used SQL Server Management Studio (2005) and seen the new
messagebox that comes up when there's an error? It's really nice, with
buttons along the bottom for accessing the help links and getting the extra
details from an Exception.

I was wondering if this was developed exclusively for this product or if
there's a new class in the 2.0 framework that all of us can tap directly
into. Ideas?
 
J

Jeff Johnson

See the ExceptionMessageBox class.

Ah, it's tied to a library provided by SQL Server 2005, eh? Can we use it in
everyday apps then (i.e., is the library redistributable)?
 
G

Gabriele G. Ponti

Ah, it's tied to a library provided by SQL Server 2005, eh? Can we use it
in everyday apps then (i.e., is the library redistributable)?

I don't know if is redistributable, I would think it isn't. But since it's
also part of SQL Server Management Studio Express you may be able to use it
in your programs (if you programs include SQL Server Express).

Hopefully somebody from MSFT will clarify this.

Gabriele
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top