MintPlayer.BrowserDialog
1.1.2
Dialog that let's you choose from the installed browsers (including Microsoft Edge) on the machine
Install-Package MintPlayer.BrowserDialog -Version 1.1.2
dotnet add package MintPlayer.BrowserDialog --version 1.1.2
<PackageReference Include="MintPlayer.BrowserDialog" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MintPlayer.BrowserDialog --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MintPlayer.BrowserDialog
NuGet package
https://www.nuget.org/packages/MintPlayer.BrowserDialog/
Installation
NuGet package manager
Open the NuGet package manager and install the MintPlayer.BrowserDialog package in the project
Package manager console
Install-Package MintPlayer.BrowserDialog
Usage
var dialog = new BrowserDialog();
if (dialog.ShowDialog() == DialogResult.OK)
{
MessageBox.Show($"You picked {dialog.SelectedBrowser.Name}.\r\nThe executable path is {dialog.SelectedBrowser.ExecutablePath}");
}
MintPlayer.BrowserDialog
NuGet package
https://www.nuget.org/packages/MintPlayer.BrowserDialog/
Installation
NuGet package manager
Open the NuGet package manager and install the MintPlayer.BrowserDialog package in the project
Package manager console
Install-Package MintPlayer.BrowserDialog
Usage
var dialog = new BrowserDialog();
if (dialog.ShowDialog() == DialogResult.OK)
{
MessageBox.Show($"You picked {dialog.SelectedBrowser.Name}.\r\nThe executable path is {dialog.SelectedBrowser.ExecutablePath}");
}
Dependencies
-
.NETCoreApp 3.1
- MintPlayer.IconUtils (>= 1.0.2)
- MintPlayer.PlatformBrowser (>= 1.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.