IPUserControlsNET 1.0.0

dotnet add package IPUserControlsNET --version 1.0.0
                    
NuGet\Install-Package IPUserControlsNET -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IPUserControlsNET" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IPUserControlsNET" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="IPUserControlsNET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IPUserControlsNET --version 1.0.0
                    
#r "nuget: IPUserControlsNET, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=IPUserControlsNET&version=1.0.0
                    
Install IPUserControlsNET as a Cake Addin
#tool nuget:?package=IPUserControlsNET&version=1.0.0
                    
Install IPUserControlsNET as a Cake Tool

IPUserControlsNET

.NET .NET .NET License Release NuGet

This is the english documentation. Following translations are available:

This is a fork of the original IPUserControls.Wpf which is written for .NET Framework 4.5.1 by mariugul.

alternate text is missing from this package README image

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.