What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » VB.NET radio buttons help

VB.NET radio buttons help
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
O.P. RE: VB.NET radio buttons help
How do you mean?

I tried it like this, but it doesn't work

code:
Function grootte()
        If (RadioButton1.Checked = True) Then
            MsgBox("button1")
        ElseIf (RadioButton2.Checked = True) Then
            MsgBox("button2")
        ElseIf (RadioButton3.Checked = True) Then
            MsgBox("button3")
        End If
    End Function

    Function kleur()
        If (RadioButton4.Checked = True) Then
            MsgBox("button4")
        ElseIf (RadioButton5.Checked = True) Then
            MsgBox("button5")
        End If
    End Function
[Image: 1-0.png]
             
11-04-2005 09:15 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB.NET radio buttons help - by Ezra on 11-04-2005 at 08:06 PM
RE: VB.NET radio buttons help - by Kryptonate on 11-04-2005 at 08:42 PM
RE: VB.NET radio buttons help - by Ezra on 11-04-2005 at 09:15 PM
RE: VB.NET radio buttons help - by Kryptonate on 11-04-2005 at 09:31 PM
RE: VB.NET radio buttons help - by Ezra on 11-04-2005 at 09:36 PM
RE: VB.NET radio buttons help - by Kryptonate on 11-04-2005 at 09:40 PM
RE: VB.NET radio buttons help - by Ezra on 11-04-2005 at 09:43 PM
RE: VB.NET radio buttons help - by Kryptonate on 11-04-2005 at 09:51 PM
RE: VB.NET radio buttons help - by Ezra on 11-04-2005 at 09:56 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On