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

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -