IPUserControlsNET 1.0.0
dotnet add package IPUserControlsNET --version 1.0.0
NuGet\Install-Package IPUserControlsNET -Version 1.0.0
<PackageReference Include="IPUserControlsNET" Version="1.0.0" />
<PackageVersion Include="IPUserControlsNET" Version="1.0.0" />
<PackageReference Include="IPUserControlsNET" />
paket add IPUserControlsNET --version 1.0.0
#r "nuget: IPUserControlsNET, 1.0.0"
#addin nuget:?package=IPUserControlsNET&version=1.0.0
#tool nuget:?package=IPUserControlsNET&version=1.0.0
IPUserControlsNET
This is the english documentation. Following translations are available:
- 普通话 (Mandarin) 🇨🇳
- Español 🇪🇸
- Pусский 🇷🇺
- Deutsch 🇩🇪 🇦🇹 🇨🇭
- France 🇫🇷
- हिंदी 🇮🇳
- Türkçe 🇹🇷
- فارسی 🇮🇷 🇦🇫 🇹🇯
This is a fork of the original IPUserControls.Wpf which is written for .NET Framework 4.5.1 by mariugul.
Controls Included:
Controls | Description | Bindable Property |
---|---|---|
IpField | IP Address TextBox | string or byte[] |
IpPort | IP Port TextBox | ushort |
IpStatus | IP Connection Status | Connection Status |
XAML example:
<Window x:Class="MyProject.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ip="clr-namespace:IPUserControlsNET;assembly=IPUserControlsNET">
<Grid>
<StackPanel VerticalAlignment="Center">
<ip:IpField IpAddress="{Binding IpAddress}"/>
<ip:IpPort PortNumber="5022"/>
<ip:IpStatus ConnectionStatus="{Binding ConnectionStatus}"/>
</StackPanel>
</Grid>
</Window>
Thank you!
The whole work and code has been done by mariugul and I want to thank him at this place, because without his great work and efforts, I would not be able to have a WPF library for .NET6, 8 and 9 so fast and easily by just migrating it. Great work! Well done! Thank you mariugul !
This project stands as a testament to the collaborative spirit of the open-source community. I want to extend my deepest gratitude to the many talented individuals and teams whose hard work and dedication have paved the way for this endeavor. Without their pioneering efforts and the generous availability of their tools and libraries, this project would not have been possible.
Their commitment to sharing their work with the world has not only facilitated my contributions but has also enriched the broader development community. Thank you to all who have contributed to the open-source ecosystem, enabling projects like this to flourish.
- Gnu Image Manipulation Program GPL-3.0 license, copyright by Spencer KIMBALL & Peter MATTIS
- Greenshot, a very strightforward screenshot tool, GPL-3.0 license and copyright by Robin KROM
- Visual Studio 2022 Community licensed under MICROSOFT VISUAL STUDIO COMMUNITY 2022 copyright by Microsoft
- Visual Studio Code licensed under MICROSOFT VISUAL STUDIO CODE
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net9.0-windows7.0 is compatible. |
-
net6.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
-
net9.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 84 | 16 days ago |
This is the very first release.