You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio 2019 is built with WPF. So it was possible to find it by enumerating windows from System.Windows.Application.Current.Windows.
The assembly can be examined with the widow.GetType().
The assembly found will be in Microsoft.VisualStudio.Shell.UI.Internal.dll.
What is the installed version of your visual studio?
This tool hacks the standard dialog, so this tool depends on the specific version.
Currently, this has been tested on English and Japanese versions 16.1.2, 16.3.5 and 16.4prev1.
Hi, I was wondering in which assembly you found the new Start Window? Could you please tell me the name of the assembly? Thank you!
The text was updated successfully, but these errors were encountered: