Dave, How are you? :) ok, No Problem. Sorry for not coming back in time. Now, I am explaining the whole process again. I have a form. In this form, I have a menu control, this menu control has four buttons. On clicking the first three buttons, open the window with Show() event. and the fourth button open the screen with ShowDialog() Now, One by one I am clicking the button , so finally i have now four windows of this application.(Three with Show() and one with ShowDialog()) Right? Now I am minimizing all the windows with the help of Window + D Button. After this, If I use the keyboard(Alt+ Tab) keys. This is opening the showDialog window on top because , As suggested by you , I changed the TopMost = True for this showDialog window. Now I come back to my problem. Again, All the windows are minimized. In the taskbar and Startmenu properties , I have selected the Group Similar Taskbar buttons This resulted in the heap of my application windows, one on the other. I hope you have understood this point. By doing this , same kind of windows lie one on the other. Now i click on one of my application window , and If I click the window other then the Show Dialog opened Window, this is not bringing the show dialog window to topMost. This is the problem. Please let me know if you still face any problem in understanding the question. Thanks and Regards Pankaj
modified on Wednesday, March 11, 2009 1:58 AM