Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with getting the Zip Code Text Block to only allow numbers to answer portion 3 of the assignment. Unit VI Project Weight:
I need help with getting the Zip Code Text Block to only allow numbers to answer portion 3 of the assignment.
Unit VI Project Weight: 6% of course grade # Grading Rubric Due: Tuesday, 01/28/2020 11:59 PM (CST) Instructions This project allows you to create a new graphical user interface and apply what you learned in this unit to your application project. Be sure to include the following in your interface: 1. Radio buttons that limit the user to only one choice (nested selection structure) 2. A group box for your radio buttons 3. Controls to prevent unwanted characters in text boxes 4. At least one message box 5. At least one select case statement , Unit VI Solution o ICADO DOHOO - OBI Live Share Data Sources Toolbox File Edit View Project Build Debug Test Analyse Tools Extensions Window Help Search (Ctrl+Q) 0. 3. 232 . Debug - Any CPU - Start I ?: Am o 2. SF 41118.200 SECO CAND Unit V.V. [Designs Unit VI.vb = x ve Unit VI Project - btnEnter irrence 1 APublic class Fornl Oreferences Private Sub Btnclear click(sender As Object, e As EventArgs) Handles btnclear.click... Oreferences Private Sub Btnclose click sender As object, AS EventArgs) Handles btnclose.click... Solution Explorer Notifications Properties Property Manager NNNNNN Private Sub BtnEnter Click(sender As Object, e As EventArgs) Handles btnEnter.Click "Declare String Variables Din Name As String Din City As String Din Address As String Din Email As String Dim State As String Din Zipcode As Integer Din Country As String "Get name Name = txtName.Text 'Get city City - txtcity.Text 'Get Address Address - txtAddress. Text "Get Email Email - txt Email.Text "Get State State - txtState.Text "Get Zip Code ZipCode -txtZipcode. Text 'Get Country Country CbCountry. Text Check if Male Radio Button is Checked If rdMale.Checked Then lbloutput. Text - ("Hello, " & Name &" Email: * & Email & From: " & Address &","& city & ";" & State & ZipCode & Country & " Thanks for stopping By Sir!") Else 'Check if Female Radio Button is checked 1610utput.Text = ("Hello, " & Name &" Email: * & Email & From: " & Address & "," & City & ";" & State & ZipCode & Country & " Thanks for Stopping By Ma'am") End If End Sub Oreferences Private Sub cebCountry SelectedIndexchanged sender As Object, e As EventArgs) Handles cubicountry SelectedIndexchanged ... 101 End Class 102 Lr 28 Ch: 28 SPC CRLF 100% . No issues found Error List Output Ready 1 Add to Source ControlStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started