Winforms project .NET 8 pictureBox Paint
I’m new to Visual Studio using C#. I have created a sample Winforms project on .NET 8 called Test1
:
Why does my .net 8.0 winforms app throw a ‘System.IO.FileNotFoundException: The system cannot find the file specified’ exception on the target server?
I created a new .net 8.0 winforms project in vs2022, it includes the latest webview2 nuget package.
This is the full project code:
Why does my .net 8.0 winforms app throw a ‘System.IO.FileNotFoundException: The system cannot find the file specified’ exception on the target server?
I created a new .net 8.0 winforms project in vs2022, it includes the latest webview2 nuget package.
Getting error in DrawString (C# WinForms)
I´m working on a WinFormsProject, everything works, but when I need to print the invoice, this exception shows up
Prevent variables of same type replicate values
i have this code, that’s replicating without any reason, my issue is when I try to change values in ‘NewRow’ its automatically gets copied to ‘CurRow’, I want to create copies of ‘CurRow’ and each row has a different value in Gmtrs,weight.
C# Winforms custom ColorEditor for UserControl
I have a few colors in my Application and i want to be able to set them and only them as BackColor and other properties. So i wanted to create a CustomColor Editor but I can not manage to run it.
I use winforms in .net8. I found several solutions bot none worked.
C# Winforms custom ColorEditor for UserControl
I have a few colors in my Application and i want to be able to set them and only them as BackColor and other properties. So i wanted to create a CustomColor Editor but I can not manage to run it.
I use winforms in .net8. I found several solutions bot none worked.
Dotnet8 in Winforms removes code in designer.cs, how to avoid this
We have a winforms project upgraded to dotnet8, the conversion had only a few problems that where easily fixed so we continued on this path.
However, now I found a problem that I suspect is a bug in winforms/designer/dotnet8 combination.