I have a simple Windows Form application that is using the .net 3.5 compact framework.
I have a UserControl that I have created to show a Message to the user(I don't want to use the MessageBox as the close icon is too small)
How do I get my UserControl to show on top of all of the other Grids and controls? The UserControl is declared in a Base form that the main forms inherit from and it is never visible.