Modal dialog does not appear in the TaskManger
when i use ShowDialog() method after setting the owner ,the new form does not appear in the task Manager(sometimes in TaskBar even) .but when i didnt set any owner for the new form it does appear in the Task Manager.
how can i resolve it?