开发者

How to Change Grouping of Radio Buttons in Visual Basic 2010 Express Edition

开发者 https://www.devze.com 2023-01-19 03:40 出处:网络
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 th

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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消