Skip to content

pediRAM/IPUserControlsNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Controls Included:

Controls Description Bindable Property
IpField IP Address TextBox string or byte[]
IpPort IP Port TextBox ushort
IpStatus IP Connection Status Connection Status

IpStatus colors:

Connected Connected2 Connecting Connecting2
Disconnected Error Error2

IP User Control in Action:

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">

                <!-- ********** IpField, IpPort and IpStatus ********** -->
                <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.

About

Extended IP user controls for .NET6, .NET8, .NET9

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages