Click here to Skip to main content
15,886,519 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 

8 Jun 2021 by FranciskaR
More on fluid simulation
16 Jan 2016 by Glenn Lloyd
This is an alternative for "A Simple List Class for VBA Projects"
7 Sep 2018 by Clifford Nelson
This is a tip that has the code for selecting an Excel file and sheet for import into Microsoft Access. This includes the code required to browse for a file, and populate a ListBox with the sheets of the Excel Workbook, and the code to import an Excel spreadsheet.
8 Mar 2011 by Аslam Iqbal
Very simple way to move a form holding down mouse button
16 Mar 2011 by charles henington
This method was converted to VB from C# but I believe to be much easier, althought it does not allow the F5 Key as yours does. Private panel1 As New Panel() Private canMove As Boolean Private currentPosition As Point Public Sub New() ...
16 Mar 2011 by Аslam Iqbal
Charles henington, you can consider this as VB.NET.F5 is nothing but start debugging. You got my 5.Public Class Form1 Dim pastx, pasty, presentx, presenty, bt As Integer Sub moving() Dim xx, yy As Integer xx = presentx - pastx yy = presenty - pasty ...
14 Feb 2014 by PopeDarren
Update Rules With Exception on Reply and Forward
13 Mar 2019 by Member 12173401
Automatically clear/format the text box content with few lines of code. The idea sounds good, isn't it? It can be done with a foreach loop and form's control collection.
8 May 2012 by Jayson Ragasa
Expose those class members written in .NET, in VB6
9 Feb 2010 by byapparov
Introduction...
23 Sep 2012 by ha_asgag
Harmonizing music scales
18 Jul 2013 by Mircea Sirghi
Jacob for Excel, pivot tables, VBA functions, etc.
16 Dec 2013 by Stefan Huy
For those who badly miss a .NET like List in VBA
22 Sep 2012 by Md. Marufuzzaman
An easy way to do spell checking in Microsoft Access 2003 applications.
21 Dec 2015 by FranciskaR
Extract pages from a .pdf file and save as bitmaps
26 Jan 2015 by Lai Taiyu
Designing an identification card (ID Card) print program using Visual Basic 6.0 on Windows 2000, 7 or later
14 Aug 2013 by iupax80
ITAPI, TAPI Incoming call and caller ID/Caller Number show
21 Oct 2007 by Ivan0001
You have too many icons on your desktop? Well, this will solve your problem. With this program, you can organize your desktop, create categories and add programs/documents to category.