能不能帮忙用vb写一下啊 急求 谢谢了
1个回答
展开全部
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
ListBox1.Items.Clear()
Dim checkedb As RadioButton
ListBox1.Items.Add(ComboBox1.Text)
checkedb = GroupBox1.Controls.OfType(Of RadioButton)().FirstOrDefault(Function(r) r.Checked = True)
If Not IsNothing(checkedb) Then ListBox1.Items.Add(checkedb.Text)
checkedb = GroupBox2.Controls.OfType(Of RadioButton)().FirstOrDefault(Function(r) r.Checked = True)
If Not IsNothing(checkedb) Then ListBox1.Items.Add(checkedb.Text)
If CheckBox1.Checked Then ListBox1.Items.Add(CheckBox1.Text)
If CheckBox2.Checked Then ListBox1.Items.Add(CheckBox2.Text)
If CheckBox3.Checked Then ListBox1.Items.Add(CheckBox3.Text)
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询