Hi,
I have a main form. This main form generate another form. This new form should be fill before having access to other window. I used Myform.ShowDialog() to make this form modal.
I would like that my form will be on top of every type of other windows even if these windows are not part of my application (for example: Internet explorer page, opened Word document...).
Do you any solution ??
Thanks,