Guna.UI2.WinForms 2.0.2.3
Guna UI is the suite for creating groundbreaking desktop app UI. It is for developers targeting the .NET Windows Forms platform. Guna UI guarantees faster development and improved productivity.
Requirements
Minimum System and User Requirements
Guna UI currently work with C# and VB.NET languages, specifically and specially designed for Windows Forms applications.
To effectively get the most out of our tools, your system needs to meet the following minimum requirements:
- Runs on Windows.
- Microsoft .NET Framework 4.0 or higher.
- Visual Studio 2012 or later (recommended).
As a developer, you need to:
- Have a basic knowledge of C# or VB.NET.
- Have a basic knowledge of Windows Forms.
No packages depend on Guna.UI2.WinForms.
Note: Before updating Guna.UI, don't forget to backup your project!!
New component: Guna2MessageDialog
- Guna2MessageDialog a component adapted from MessageBox with a more interesting and modern style.
Example:
Guna.UI2.WinForms.Guna2MessageDialog msgDialog = new Guna.UI2.WinForms.Guna2MessageDialog();
msgDialog.Parent = this;
msgDialog.Text = "Hello";
msgDialog.Caption = "Test";
msgDialog.Buttons = Guna.UI2.WinForms.MessageDialogButtons.OKCancel;
msgDialog.Icon = Guna.UI2.WinForms.MessageDialogIcon.Information;
msgDialog.Style = Guna.UI2.WinForms.MessageDialogStyle.Dark;
msgDialog.Show();
New utility : MessageDialog
- Adaptation of MessageBox with a more interesting and modern style.
Example:
Guna.UI2.WinForms.MessageDialog.Show(this,"Hello","Test",
Guna.UI2.WinForms.MessageDialogButtons.OKCancel,
Guna.UI2.WinForms.MessageDialogIcon.Question,
Guna.UI2.WinForms.MessageDialogStyle.Dark);
Bug fixed: Guna2TextBox
- Issue with properties Animated.
.NET Framework 4.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
2.0.4.7 | 13 | 09/03/2025 |
2.0.4.6 | 7 | 09/02/2025 |
2.0.4.5 | 6 | 09/03/2025 |
2.0.4.4 | 6 | 09/03/2025 |
2.0.4.2 | 7 | 09/03/2025 |
2.0.4 | 6 | 09/03/2025 |
2.0.3.5 | 5 | 09/03/2025 |
2.0.3.4 | 7 | 09/03/2025 |
2.0.3.3 | 7 | 09/03/2025 |
2.0.3.2 | 8 | 09/03/2025 |
2.0.3.1 | 6 | 09/03/2025 |
2.0.3 | 6 | 09/03/2025 |
2.0.2.9 | 6 | 09/03/2025 |
2.0.2.8 | 7 | 09/03/2025 |
2.0.2.7 | 5 | 09/03/2025 |
2.0.2.6 | 8 | 09/03/2025 |
2.0.2.5 | 7 | 09/03/2025 |
2.0.2.4 | 4 | 09/03/2025 |
2.0.2.3 | 6 | 09/03/2025 |
2.0.2.1 | 7 | 09/03/2025 |
2.0.2 | 6 | 09/03/2025 |
2.0.1.9 | 7 | 09/03/2025 |