vsix - Open xaml window, lock Visual Studio UI -


i building visual studio extension (2012 vsix) want is:

open xaml window, bring front. , "lock" visual studio, have close window before can accomplish els.

for example when right clicking on project , selects "add new item", have close "add new item window" before can els.

i did try simple fetching click event,

var window = new xamlwindow(); window.show(); 

opened window, couldnt find settings want. (lock visual studio untils close window again) should accomplish this?

you try window.showdialog().


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -