vsix - Open custom user control in tool window using VS Package -


i'm trying create simple custom command (added in tools menu option) open tool bar custom control in vs 2013 using vs package project.

i'm following https://msdn.microsoft.com/en-us/library/bb165987.aspx guide not sure why it's not working.

when click on it, opens tool window without content under it. want show mycontrol.cs or custom control content under it.

enter image description here

i've tried lot find out on google no relevent article found same.

i've notice when created new vs package, created "mycontrol.xaml" file loading it's data properly. deleted file , created new user control "mycontrol.cs" not loading data.

not sure if requires vsix project or vs package. there other way this?

nothing in vsix development simple @ first. try using tutorial. it's series can find here.

for show custom tool window content have extend toolwindowpane class , override window property returning content iwin32window. tutorial explains it, , might add, , series excellent though targets vs2010.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -