Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello guys,
i have dock container and above that i have a drawing canvas and i am opening the dialog from the toolstrip for example of zoom dialog then i am getting the dialog open on my canvas but if i click on the canvas then my dialog is automatic get minimized from there .

did anybody having the solutions of this ........
Posted
Comments
Roman Lerman 22-Jul-12 2:28am    
Topmost="True" in xaml or yourDialog.Topmost="true"; in code, and open the dialog using "yourDialog.ShowDialog()".
Try it.
Sergey Alexandrovich Kryukov 22-Jul-12 15:35pm    
Tag the application type or UI library you use: WPF? Forms? ASP.NET? Silverlight? What?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900