S
Steve Clark
Hope someone can provide some help here. In an application we are
developing with VB.NET, we generate several radio buttons on the main form
dynamically. We want to programatically mark a specific radio button as
"checked" or "unchecked". The buttons reside on a panel, and accessing them
via frmMain.pnlButtons.Control.Item(X).... does not give us access to the
"Checked" property. Seems like we ought to be able to do this...any
suggestions?
Thanks.
Steve
developing with VB.NET, we generate several radio buttons on the main form
dynamically. We want to programatically mark a specific radio button as
"checked" or "unchecked". The buttons reside on a panel, and accessing them
via frmMain.pnlButtons.Control.Item(X).... does not give us access to the
"Checked" property. Seems like we ought to be able to do this...any
suggestions?
Thanks.
Steve