Hello @One07k-4914 ,
It is not possible to directly integrate one windows application as a VSIX extension, as their project structures are different. If you want to create a Visual Studio extension or using some customized tools in the Visual Studio, you need to start with generating a Visual Studio extension project(VSIX project).
For your requirement, perhaps, you can try to call your windows application by customizing a button, menus, commands and etc. in the VSIX project.
Besides, here are the related SDK, interface references which you may need to check and use: Visual Studio SDK API Reference.
Best Regards,
Tianyu
- If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.