如何在 Visual Basic 2010 Express Edition 中更改单选按钮的分组

发布于 2024-09-26 09:34:00 字数 73 浏览 2 评论 0 原文

我试图制作的应用程序在开始时需要一些信息,这些问题包括一个单选按钮我在同一框架中有四个单选按钮,我想更改分组,因此有两个问题正在回答

The app I am trying to make needs a few info in the beggining, these questions include a radio button I have four radio buttons in the same frame and I want to change the grouping so there are two questions being answered

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云归处 2024-10-03 09:34:00

使用两个 GroupBox(框架)或 Panels(无框架)。 GroupBox 是最好的,它向用户显示哪些单选按钮属于一起。

Use two GroupBoxes (frame) or Panels (no frame). GroupBox is best, it shows the user what radio buttons belong together.

秋千易 2024-10-03 09:34:00

您可以使用组合框(下拉列表框)来代替吗?

Can you use combo boxes (drop-down listboxes) instead?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文