C
C#3w ago
Ale

Enter and move buttons

so I have a group box on top of which there is a panel and there are buttons created by man. I want to use the arrows to go through these buttons and like a button to open when water enters. I tried something and it didn't work https://paste.ofcode.org/tmY8FykMqwpewsALC8RB3x
2 Replies
Pobiega
Pobiega3w ago
a button to open when water enters
You are not making any sense at all You need to sit down and actually explain what you are trying to do, what you have tried, what didnt work etc 2 sentences of word sallad isnt gonna cut it
Ale
Ale3w ago
i m sorry So I have a form that has 3 buttons, each button sits in the groupbox a panel with various buttons that are created by hand in the code. I want a path to open when I press enter. So, with the help of the arrows, I want to go through those buttons in the panel and when I press enter, that path will open. (I haven't implemented that path yet, I first wanted to see if it would work to move with the arrows on the buttons). In the first method private void Square_KeyDown(object sender, KeyEventArgs e) is the event for the entire gen load interface. Here I checked if it moves to the left or to the right to move to the other button. For each button that was created manually, I put an index, so the first button has index 0 (selectedIndex = 0; squares[selectedIndex].Focus();) . I'm sorry if I explained badly
Want results from more Discord servers?
Add your server
More Posts
Teaching C# - Basic and Advanced topics (that are must learn)I will be making a learning guide for my workers who will start soon. I am currently making a colleDatabase suffix builderQuestion, is doing something like this acceptable? ```cs public class EditorDbContext : DbContex✅ I need help with compiling an console application exe with the Roslyn compilerHi there, ive been working on a funky little program for fun, and its basically supposed to be a wei✅ I need help with positioning the news under weather, stock, and time. https://paste.ofcode.org/v3i tried by using Cursorposition but it didn't work for some reason.Put a pdf in a formI want to select a pdf from the pc and format it in a button or something. When I press the button t✅ EF Core - Not getting updated data from PostgreSQL tableI have the following method in my `DbService.cs` ```csharp public async Task<long?> GetLastDumpTimeSHow do I implement the Chrome API Sidepanel with a Blazor browser extension?Posted the question with more details here: https://stackoverflow.com/questions/78640477/how-do-i-u✅ Need Help making a Loader for a game.I just need someone to tell me what to Fix. 2 Erros and 1 warrning not really sure what to do and YeQuestPDF Why does the document become empty after adding the table and how to fix it?I have a pdf file that I generate using code, I'm trying to add a table to it that is contained in c✅ [Solved] Dotnet restore is failing on new appsI'm working with the CLI on linux. Any new app I create (console, web api, etc) running dotnet resto