Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to get a RadioButtonList on a VB.NET form? 1

Status
Not open for further replies.

dashen

Programmer
Jul 14, 2005
233
US
Hi,

I am currently programming an application that cannot be on ASP.NET because of the massive amount of data needed in the application, and not wanting to put that on IIS.

I want to use a RadioButtonList on the VB.NET program, but I can't seem to find it. Also, I can't seem to figure out if there is or which reference to include in the program to get that object. Any help will be appreciated. Thanks.
 
As far as I know, there isn't one. However, you could build your own. You can either drop a panel on your form, then drop radio buttons inside, and code the buttons for what ever you need, or build a custom control that you could use over and over.
 
May be a checkedlistbox will do.
you may need to reset(by code) check items when changes occur.

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top