CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rhenry

Search: Search took 0.02 seconds.

  1. Thread: Error trapping

    by rhenry
    Replies
    9
    Views
    998

    Re: Error trapping

    Sabin,

    Thanks for the code and explanation.

    RH
  2. Thread: Error trapping

    by rhenry
    Replies
    9
    Views
    998

    Re: Error trapping

    Sabin,

    Can you briefly explain what this means. How does this code look into the, for example, Degrees_TextBox text box and make sure it's a numeric value only? Is keypress event the same as...
  3. Thread: Error trapping

    by rhenry
    Replies
    9
    Views
    998

    Error trapping

    Major NEWBBIE.....

    I am trying to error trap for non-numeric values ("r", "?") in the following text boxes:
    -Degrees_TextBox.Text
    -Minutes_TextBox.Text
    -Seconds_TextBox.Text

    Also, I need to...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured