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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -