189 questions with Visual Studio Extensions tags

Sort by: Updated
0 answers

How to resize WINFORMHOST..and PaaVinel place inside Visual Studio Extension ToolWINDOW.

Hi .I. have placed WINFORMHIST. .child=panel inside TOOLWINDOW created using Visual Studio Extension..When i resize ToolWINDOW WINFORMHIST And.panel. not resizing.. Please help.

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-02-21T09:08:37.0133333+00:00
Shilpalakshmi Mithur 0 Reputation points
commented 2023-02-22T09:59:23.7066667+00:00
Tianyu Sun-MSFT 28,931 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

what dependencies to install to create a python desktop project

In my Visual studio i can't create a Desktop Python project. I checked the tools installed but there is no dependencies that could make me create it. What are the dependencies or tools i have to install, in order to create a Python Desktop project?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-02-20T14:08:00.56+00:00
Leonardo Biagi 20 Reputation points
accepted 2023-02-22T07:14:30.9733333+00:00
Leonardo Biagi 20 Reputation points
0 answers

Why is my reference to an object instance destroyed

I'm using a extensive Word macro for years now. I'm trying to convert this to VB VSTO, but the object model gives lots of problems. There are no 'Default properties' defined: Using fi. "Selection.Style = "Normal"' fails. The properties…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
733 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,642 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,680 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-02-20T15:44:01.0133333+00:00
Hub van de Laar 0 Reputation points
commented 2023-02-21T16:11:46.15+00:00
Hub van de Laar 0 Reputation points
1 answer

Box with two lines appears on center top of System.Windows.Window

Hi im using the System.Window.Window Base class with a BlockText & a Border to create a tooltip like window. The issue is that at a certain width that black box width 2 lines appears. Any way to get rid of it? Im not sure if this is connected to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-19T00:27:42.4133333+00:00
Michael Six 26 Reputation points
commented 2023-02-08T08:52:27.81+00:00
Tianyu Sun-MSFT 28,931 Reputation points Microsoft Vendor
0 answers

Extension to Debug project with last successful build.

Hi Team, I am trying to create a Visual studio extension to debug the application with the last successful build. i.e, new build won't happen, instead it would Run the last build and attach that process to the Visual studio. I'm not sure whether VS…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-21T21:00:24.42+00:00
guess_me_if_u_can 126 Reputation points
commented 2023-01-29T11:06:26.4666667+00:00
guess_me_if_u_can 126 Reputation points
0 answers

URGENT: VSIX not Installing....

So, I have a VISX that installs some templates with a Wizard. This has been working with 2019 for ever. Our company is in the process upgrading to VS2022, but I have not yet migrated the VSIX to work with 2022 yet, as I know there are some changes. …

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-24T20:23:11.3+00:00
Jaeden Ruiner 126 Reputation points
edited a comment 2023-01-26T06:47:02.5133333+00:00
Tianyu Sun-MSFT 28,931 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Debugging in Visual Studio Language Server Protocol

We have an extension where we implemented Microsoft.VisualStudio.Package.LanguageService in a custom class and registered the class in the package definition file using the GUID. We have provided debugging functionality as a part of our current…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-24T06:01:36.6733333+00:00
Soumabha Sarkar 41 Reputation points
accepted 2023-01-24T11:42:31.2566667+00:00
Soumabha Sarkar 41 Reputation points
0 answers

Template Wizards, IWizard Interface - GetService?

Okay, I'm a little frustrated. Migrated to many versions of the TemplateWizardInterface which broke my stuff. Now, I wanted to be on the latest versions of everything but that broke VS2019, and I need to maintain both 2019 and evolve to 2022, but that…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-20T22:04:24.5466667+00:00
Jaeden Ruiner 126 Reputation points
edited a comment 2023-01-21T22:21:33.5133333+00:00
Jaeden Ruiner 126 Reputation points
0 answers

Im writing a visual studio extension for voice controlling intellisense, starting a ctrl-space autocomplete sometimes triggers a history event.

Hi like my title say. Im triggering a auto complete to parse the data to a voice controller. It works quite well but there is some behavior of visual studio that when triggering the autocomplete it changes the whitespaces? I mean the voice control is…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
asked 2023-01-14T16:21:09.5766667+00:00
Michael Six 26 Reputation points
commented 2023-01-16T08:09:44.4533333+00:00
Anna Xiu-MSFT 27,556 Reputation points Microsoft Vendor