Relative Content

Tag Archive for c#winforms.net-8.0

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.