C
C#3y 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
Pobiega3y 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
SinjutsuOP3y ago
i just make it for design UI, but im confuse with the code
No description
Pobiega
Pobiega3y ago
okay, whats confusing?
Sinjutsu
SinjutsuOP3y ago
like, how can i show up the input from radio button and checkbox on the label
Pobiega
Pobiega3y ago
well, you can check if a checkbox is checked or not checkBox1.Checked is the property its the same for radiobuttons
Sinjutsu
SinjutsuOP3y ago
okay hold on
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Pobiega
Pobiega3y ago
Yeah I stopped holding on pretty fast
Denis
Denis3y ago
😂
Accord
Accord3y 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?