❔ Can someone help me for make windows form app
i need to build windows form app with C# and the UI is like this
10 Replies
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
i just make it for design UI, but im confuse with the code
okay, whats confusing?
like, how can i show up the input from radio button and checkbox on the label
well, you can check if a checkbox is checked or not
checkBox1.Checked
is the property
its the same for radiobuttonsokay hold on
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
Yeah I stopped holding on pretty fast
😂
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.