Browsing Visual Basic 6
Linking VB6 like VC6
Include VB5 Support Explain How to create(Link) a different App/Dll(real dll)/vxd/mips applic/WinCe applic All in VB6Original Author: Udi ShitritCodeThe Linker is HereYou can make a differnt linking to your project's in vb6 - e.
Bézier curves
Ever wondered on how to draw Bézier curves ? well, here is a recursive method that let you move control points and define the depth of recursivity.
Simple Ppt Interface
This example shows how to get at the MS PowerPoint application's COM.
Validate User Credentials on 95/98/NT with NTLM (re-post)
If you need a separate logon rather than just the OS logon for your application and you are fed up with maintaining user passwords within your application, this may be suitable for you.
Data Structre Extract
This application can Extract the existing DAta structure of any SQL Server database and it can be saved in HTML table format.
Multiple-Connection Telnet Server (run as a service)
Put it all together - this program was compiled from a number of different articles on this service as well as a little modification of my own.