Search results for query: *

  1. D

    Slider colors not updating.

    It's working flawlessly on sliders from different frameworks, so I don't think I am doing something wrong. This is the code I am using: int r = 244; int g = 65; int b = 65; private void Rr_Tick(object sender, EventArgs e) { if (b >= 244) { r -= 1...
  2. D

    Slider colors not updating.

    So I want to have an Rainbow Color Gradient option in my application. Everything else changes its color except the sliders. They only update the color when I change their value. Is there any way to fix it? A code or something? Here is a short GIF of my problem: Gyazo
  3. D

    Question Problem with my WinForms project

    Hello, I have problem with my WinForms application that I cannot solve and that's why I am writing this. The problem is that my controls settings are resetting back to default. The designer file is saving. The problem occurs every time I relaunch Visual Studio. I will attach pictures how it...
Back
Top Bottom