Timeline for GUI Interface for a command line program in C# Windows Forms
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 14, 2024 at 21:50 | vote | accept | blipblap | ||
| Jul 14, 2024 at 15:42 | comment | added | blipblap | Thank you for your feedback. I agree with the identifiers for the rectangles. I did that super fast because I was frustrated by the resizing and just wanted to apply a fix. Enums are a great idea, I will find a way to implement that. For your final point, would something like this what you had in mind? ``` ButtonEnabling(2); if(you didn't select stuff or clicked cancel) { MessageBox.Show("Warning Message"); } ``` Overall, thank you for your feedback. | |
| Jul 14, 2024 at 15:36 | history | answered | J_H | CC BY-SA 4.0 |