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