error handler tools?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • susiedba@hotmail.com

    #1

    error handler tools?

    I would like to find a tool that will help me to automatically write
    error handlers in my Vb 2005 code.

    I've been able to do this for years and years and years with Vb6; I
    just don't see anything lke this in VB 2005

    Thanks

    -Susie

  • dbahooker@hotmail.com

    #2
    Re: error handler tools?

    yeah I think that MZ Tools has something like that; check it out!

    I just don't think that it will support vb 2005 express; for sure

    -Aaron

    Comment

    • Larry Linson

      #3
      Re: error handler tools?

      I haven't seen anything like this

      TRY / CATCH is one thing

      but it sure doesn't allow us to apply error handling to every single
      procedure / function / method in our applications

      I guess I should just use VB6 unless I want to write a structured
      error handler for every possible error anywhere there might be an
      error

      SERIOUSLY; WHO INVENTED THIS CRAP?


      -Larry

      On Feb 9, 6:43 pm, "dbahoo...@hotm ail.com" <dbahoo...@hotm ail.com>
      wrote:
      yeah I think that MZ Tools has something like that; check it out!
      >
      I just don't think that it will support vb 2005 express; for sure
      >
      -Aaron

      Comment

      • Larry Linson

        #4
        Re: error handler tools?

        yeah MZ tools is great

        too bad that MS doesn't support addins with the free version of dotnet





        On Feb 9, 6:43 pm, "dbahoo...@hotm ail.com" <dbahoo...@hotm ail.com>
        wrote:
        yeah I think that MZ Tools has something like that; check it out!
        >
        I just don't think that it will support vb 2005 express; for sure
        >
        -Aaron

        Comment

        Working...