Thanks for the link - I saw it earlier when I was searching. It's not
exactly what I want to do though - I actually want to create a new Common
Dialog. I think what I'll end up having to do is create the WinForm and
then create a Component 'wrapper' to instantiate an instance of it with a
ShowDialog() method. Unless there's another way... I was hoping Inheriting
from the CommonDialog class would give me that functionality without having
to rebuild it from scratch.