Javascript Like Modal Window for WinForms.

Posted by JeremySpouken on Stack Overflow See other posts from Stack Overflow or by JeremySpouken
Published on 2010-04-23T13:28:08Z Indexed on 2010/04/23 13:33 UTC
Read the original article Hit count: 473

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);

© Stack Overflow or respective owner

Related posts about modal-dialog

Related posts about c#