Create a basic picture slider in VB6This was supposed to be for VB.Net but then I thought, with how much tools available at VB.Net, anybody can really do an image slider in...
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...