Click here to Skip to main content
15,885,366 members
Everything / Programming Languages / Visual Basic 6

Visual Basic 6

VB6

Great Reads

by Chris Boss
Visual Basic 6.0 just doesn’t want to disappear. Why ? Likely many have written vital applications using VB 6.0 and Visual Basic dot.net is so different that it is not a viable option.
by Duncan Edwards Jones
Part 2 in the series showing how to write a debugger in VB
by Len Holgate
This example COM component provides 3 COM objects for using the Win32 Mailslot IPC mechanism. The component may be useful if you need to communicate from VB using Mailslots.
by kirkaiya
A very simple, XAML-based month-view calendar that shows appointments, exposes events, and allows dragging appointments in the current month.

Latest Articles

by ToughDev
How to convert OFT to .NET Windows Form in VS
by Paul Aurelian Gagniuc
This article shows how to mix two signals into a third, in variable proportions.
by FranciskaR
More on fluid simulation
by FranciskaR
A new approach to fluid simulation

All Articles

Sort by Score

Visual Basic 6 

4 Sep 2019 by Chris Boss
Visual Basic 6.0 just doesn’t want to disappear. Why ? Likely many have written vital applications using VB 6.0 and Visual Basic dot.net is so different that it is not a viable option.
14 Sep 2009 by Abhishek Sur
Make your class library COM visible using few simple steps
24 Aug 2009 by Martin Hinshelwood
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it.
21 Aug 2009 by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.