Try..Catch… … in VB6?
If you’ve been using VB.Net or any modern programming languages, you’ve probably used Try..Catch (or try..except) when performing routines that could potentially fail. But in the classic Visual Basic 6.0 language, there is no such construct… right? Technically there’s none…but…there is a way to mimic that behavior — or at least the mechanism using pure/native …