Custom Message Box in WPF - What project type?

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-03-13T15:01:48Z Indexed on 2010/03/13 15:05 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I have a WPF Composite application and I want to create a customized messagebox, I wondered what project type I should use to create it?

  1. A usercontrol
  2. A WPF Application
  3. A Class Library

I have to then be able to use this MessageBox in other places in my application.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about project