c# - Call visual studio modal dialog -


i'm developing visual studio package projects(vsix) , need show modal dialog box preventing clicks behind it. visual studio dialog box.

enter image description here

clicks behind dialog denied while being shown.

i did try using forms.form.showdialog works in vsix context (it prevents clicks in forms of , not in visual studio window).

can me?

thanks

you should use dialogwindow recommended in vs design guides


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -