I'm in the process of building a C# program. It uses a ColorDialog and a couple MessageBox.Show's. These dialogs have been working fine for a few days. Now however, whenever one of these dialogs should be displayed, the dialog never comes up and the program just freezes. This happens in both debugging and normal modes.
I know this description is pretty general, but I was just wondering if anyone had come across this before.