Making your VB6 code scriptableThere is a function/method available in VB6 that very few programmers know about. But like most techniques, it's usually dismissed...
VB's ByVal and ByRef : Why should you care?If you've coded VB for some time, you probably have noticed that parameters are declared either as "ByVal" or "ByRef" --- but do you know...
Visual Basic: COM to NETBasic has been around for a very long time. There's BASIC, BASICA, GWBASIC, QBASIC, TURBO BASIC and maybe more variants that I'm not...