Does anybody know a good Modal Window control sort of like the ones used in Javascript but available for WinForms (C#) with the transparent background and all.
Example in Javascript http://okonet.ru/projects/modalbox/
Something like
ModalCoolForm f = new ModalCoolForm();
f.ShowDialog(this);
Here is a custom Form that'll do what you want... alter to your taste: