Browsing Visual Basic 6
Using NetFileEnum to determine which files are open on server
Find out who is currently using which file on the server.
Overlord
I have seen alot of code disabling the "X" on the form to prevent uses closing the form, i.
Collision Detection Function
A small function to detect collision between 2 objects!Original Author: Aymon FournierCodeFunction IsCollide(Object1 As Object, Object2 As Object) As BooleanDim Ob1 As ObjectDim Ob2 As ObjectSet Ob1 = Object1Set Ob2 = Object2If Ob1.
MSDN WinSock Tutorial
This Article teaches the basics to WinSock.
Scrolling Title/Label Caption
Simple, 4 lines of code, timer function that will scroll the title of your form, or a label caption, or the caption of a button or whatever.
Open Cash Drawer
This piece of code will pop open an MMF ED 2000 Cash Register.
Caption Animation - Timer Control
Beginner level discussion on proper use of the Timer Control.