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.
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
Post a Comment