error handler tools?

  • Thread starter Thread starter susiedba
  • Start date Start date
S

susiedba

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
 
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
 
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
 
yeah MZ tools is great

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