problem

  1. Trol00311

    Facade design pattern

    hello i have a problem with the task. Here is the content of the task: The account creation process is as follows: 1. validating email address 2.checking if the email is free (email is a unique user identifier) 3.Adding a user to the database (a list for the purpose of the task) 4.sending an...
  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...
  4. Polski Arrow

    Cursor glitch in Unity

    Hi, I was writing code for GUI in my Unity game and I started by making just layer for this. I wanted to test script showing and hiding cursor after clicking Tab and cursor was showing and hiding many times per second. This is code fragment responsible for this function: if (openinventory)...
  5. MegasXLR

    Random.Next() never returning the number 0

    Hello everyone, I'm kind of new to C# in general (only made a few console apps around two years ago) and am making a Random Number Generator app for Windows. Everything works perfectly except one thing: Whenever I enter 0 as the lower bound and tick the checkbox to include it (so the result can...
  6. Xhalite

    Question Enter number, nothing happens?

    Hello, I'm relatively new to C#. I'm working on my computer science major and the only language I can safely say that I know fairly well is python (Though I have done stuff with C++ and Java). I chose C# because I like Windows and it looked like a good hybrid between Java and C++. Anyway, I had...
Back
Top Bottom