Browsing Visual Basic 6
Easy COM based Multichannel Dynamic Data Exchange (DDE) Between Apps - With InterCommVB II (Updated)
Learn a new method of dynamically exchanging data between apps - with InterCommVB II.
A Screen Saver with the Lot !
Heaps of code and functionallity you can use here!This is an almost complete re-write of my earlier "Talking" Charlie screen saver.
Net Watch V2.1 updated ! Measure connection (internet) speed REAL TIME!
Net Watch V2.
Atomic clock w/o winsock
This is basically an Atomic Clock time retriever, this one is a little different.
OCX interface tips
3 tips that you should definitely use to make your own developed ActiveX controls more developer friendly:Original Author: Duncan JonesCode(1) Use enumerated types wherever you can in your control's interface- When you create a property for your control, try to define it as an enumerated type wherever possible.
Flags, the Binary system and Logic operators.
This article teaches how and why to use "flags", and goes through the Binary System and Logic Operators to explain this.