C
C#16mo ago
Sinjutsu

❔ Can someone help me for make windows form app

i need to build windows form app with C# and the UI is like this
No description
10 Replies
Pobiega
Pobiega16mo ago
Start visual studio, create a winforms app and start dragging out controls you'll need to ask more specific questions, so when you get stuck, thats when you can ask for help
Sinjutsu
SinjutsuOP16mo ago
i just make it for design UI, but im confuse with the code
No description
Pobiega
Pobiega16mo ago
okay, whats confusing?
Sinjutsu
SinjutsuOP16mo ago
like, how can i show up the input from radio button and checkbox on the label
Pobiega
Pobiega16mo ago
well, you can check if a checkbox is checked or not checkBox1.Checked is the property its the same for radiobuttons
Sinjutsu
SinjutsuOP16mo ago
okay hold on
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Pobiega
Pobiega16mo ago
Yeah I stopped holding on pretty fast
Denis
Denis16mo ago
😂
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?