Browsing Visual Basic 6
A ListView With Headers Example
This Code will Show you how to use list HeadersOriginal Author: Christopher HempleAssumptionsU Will need 3 command buttons with the default names, and 1 listview with the default name.
Build 3D chart in Excel from 3D array
This function takes a three dimensional array of data with four parameters to track trends as they vary along two variables, opens a new instance of Excel, enters the data in three Excel worksheets, then creates charts of one of the data sets.
Auto Check Treeview
This handy little procedure will handle all child Checkboxes in a TreeView control.
ShellExecute API explained
I view many VB coding websites and mailing lists, and a common question is asked: "How do I open (this document or program) from my application?" The answer is the ShellExecute API (I never use Shell())Original Author: Don RobertsAssumptionsThis example assumes you have the file 'frunlog.
Remove your program from the Windows Task List---> ONE Line of code
This will remove your program from the Windows Task List with ONE line of code !!! It supports ALL versions of Windows ( 9x , Me , NT , 2000 , XP)Original Author: Ivan ZlatevCodeApp.
Sound Card Information
This Code Show Your Sound Card information if you like my code please voteOriginal Author: S.
Detect URLs in RichTextBox (using EM_AUTOURLDETECT)
This code snippet makes use of RichEdit 2.