error handler tools?

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
 
D

dbahooker

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
 
L

Larry Linson

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
 
L

Larry Linson

yeah MZ tools is great

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top