Results 1 to 6 of 6

Hybrid View

  1. #1
    Exquizyth's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    134
    Reputation
    10
    Thanks
    65
    My Mood
    Angelic
    Quote Originally Posted by SofaKingH4rd View Post
    I never thought of that. Thank you.

    Is this the correct code?
    Code:
    If RadioButton1.Checked Then
    
    Msg("You have chosen 6,500 NX")
    
    End If
    
    End Sub
    If RadioButton1.Checked = true Then
    'do anything what ya want.
    End If
    End Sub

    -Busted-

  2. #2
    SofaKingH4rd's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United Kingdom, England
    Posts
    1,751
    Reputation
    22
    Thanks
    146
    Quote Originally Posted by Exquizyth View Post
    If RadioButton1.Checked = true Then
    'do anything what ya want.
    End If
    End Sub
    Yeah, I entered it wrong above, I knew it :P


    If RadioButton1.Checked = True Then

    MsgBox("Write any thing here")

    End If
    End Sub

Similar Threads

  1. [Help]Check a Box[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 6
    Last Post: 04-26-2010, 03:43 AM
  2. [Help]Checking Lines[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-29-2010, 10:36 AM
  3. [Help]Print Text Box [Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-10-2010, 06:56 PM
  4. [Help]Basic Text Box[Solved]
    By FlashDrive in forum Visual Basic Programming
    Replies: 3
    Last Post: 03-06-2010, 10:54 PM
  5. check box
    By mrkprv in forum C++/C Programming
    Replies: 0
    Last Post: 06-19-2008, 05:54 AM