Tools Links Login

Browsing Visual Basic 6

Prev   Next

Using NetFileEnum to determine which files are open on server
Find out who is currently using which file on the server.
Posted:2003-06-01, 137 views

Overlord
I have seen alot of code disabling the "X" on the form to prevent uses closing the form, i.
Posted:2003-06-01, 107 views

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.
Posted:2003-06-01, 108 views

MSDN WinSock Tutorial
This Article teaches the basics to WinSock.
Posted:2003-06-01, 150 views

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.
Posted:2003-06-01, 127 views

Open Cash Drawer
This piece of code will pop open an MMF ED 2000 Cash Register.
Posted:2003-06-01, 90 views

Caption Animation - Timer Control
Beginner level discussion on proper use of the Timer Control.
Posted:2003-06-01, 100 views

Prev   Next