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 | Description | Bindable Property |
---|---|---|
IpField | IP Address TextBox | string or byte[] |
IpPort | IP Port TextBox | ushort |
IpStatus | IP Connection Status | Connection Status |
![]() |
![]() |
![]() |
![]() |
Connected | Connected2 | Connecting | Connecting2 |
![]() |
![]() |
![]() |
|
Disconnected | Error | Error2 |
<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>
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