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: 305
        
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?
- A usercontrol
- A WPF Application
- A Class Library
I have to then be able to use this MessageBox in other places in my application.
© Stack Overflow or respective owner