Browsing Visual Basic 6
HTML toText
This little piece of code will strip all HTML tags from a web page.
Code to Connect another computer on LAN
This article demonstrates how to programmatically create and remove network connections by using Windows API functions.
Control Panel
All of control panel settings commands.
How to Add a Right Click/Pop-up Mouse Menu.
Step by Step on how to How to Add a Right Click/Pop-up Mouse Menu to your project.
Terminating an application correctly
This is to explain the all too common problem for beginners to VB of "Why does my application hang when I close it and why is the compiled EXE version still in Windows Processes?".
Read a text file line by line
Purpose is to open up a text file and read the contents line by line.
Store Anything in a Tag
People often think they can only store one item in a tag and that that item must be a string.