Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / VB6

VB6

VB6

Great Reads

by Mr.PoorEnglish
Compute "SnapValues" with minimum of fractional digits, useful in autoscaling Chart-control
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by tomcat1
Call a .NET COM+ Interop component with Classic ASP.
by ponnurajs
This article discusses how to access a .NET component from a COM client, with an example of how to merge two different word documents into one

Latest Articles

by Mr.PoorEnglish
Compute "SnapValues" with minimum of fractional digits, useful in autoscaling Chart-control
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by tomcat1
Call a .NET COM+ Interop component with Classic ASP.
by ponnurajs
This article discusses how to access a .NET component from a COM client, with an example of how to merge two different word documents into one

All Articles

Sort by Score

VB6 

by Stefan Huy
For those who badly miss a .NET like List in VBA
by Glenn Lloyd
This is an alternative for "A Simple List Class for VBA Projects"
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.
by Jayson Ragasa
Expose those class members written in .NET, in VB6
by FranciskaR
More on fluid simulation
by Lai Taiyu
Designing an identification card (ID Card) print program using Visual Basic 6.0 on Windows 2000, 7 or later
by Mircea Sirghi
Jacob for Excel, pivot tables, VBA functions, etc.
by ha_asgag
Harmonizing music scales
by FranciskaR
Extract pages from a .pdf file and save as bitmaps
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.
by Md. Marufuzzaman
An easy way to do spell checking in Microsoft Access 2003 applications.
by byapparov
Introduction...
by PopeDarren
Update Rules With Exception on Reply and Forward
by iupax80
ITAPI, TAPI Incoming call and caller ID/Caller Number show
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.
by Аslam Iqbal
Very simple way to move a form holding down mouse button
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() ...
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 ...