Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4037806
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:23:40+00:00 2026-05-20T12:23:40+00:00

I am a beginner in VB.NET and I would like to know how do

  • 0

I am a beginner in VB.NET and I would like to know how do I handle the errors that may appear from the user of my program. For example, I have an triangle area program in wich I ask the user of the program to insert the length of the base and height of the triangle in a textbox. But what if he inserts a letter or something else, like a sign….my program will crash…

I know that one method would be to use On Error GoTo but I don’t know how. If maybe you can direct me to some link or you could explain how do I handle errors, I would be grateful. Maybe you can even show me other ways to avoid errors from the user input.

This is my small program so far:

Private Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs)
                Handles Button1.Click

    Dim , Height, ARIA As Integer

    Base = TextBox1.Text
    Height = TextBox2.Text
    ARIA =  Base * Height / 2
    TextBox3.Text = ARIA

End Sub
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T12:23:41+00:00Added an answer on May 20, 2026 at 12:23 pm

    Your homework should look like this…

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim Base, Height, ARIA As Integer
        Try
            Base = TextBox1.Text
            Height = TextBox2.Text
            ARIA = Base * Height / 2
            TextBox3.Text = ARIA
        Catch ex As Exception
            MessageBox.Show("Please enter a number")
        End Try
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I like to think that recently I have moved from complete beginner to beginner.
As I am a beginner to ASP.NET MVC, I would like to know what
Which orm you would recommend for a beginner moving from ado.net?... Thus far used
With some help from fellow stack users I currently have this: http://jsfiddle.net/XRCvE/ I would
First of all i want to say that I'm still a beginner in ASP.NET
This is a beginner level question for asp.net MVC I have the following code
Probably a very basic beginner question. Imagine the following situation: I have an ASP.NET
I know that my this question may sound pathetic to you but as a
learning about loops (still a beginner) in VB.net. I have got the below code
I'm a beginner in asp.net, and have a few question of Cache: HttpRuntime.Cache only

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.