PageMac
Home
Forums
Azure's Realm
   dot Projects
   dot Pics and Images
   dot WREK
D++
   dot About / FAQ
   dot Download
   dot Code Library
   dot Documentation
   dot VB6 Runtime Files
About

visual basic 6 files

Welcome to the VB6 files page. These are mostly older programs that I wrote in some of my earlier programming years, but some of them are still very useful or fun. For example, I still use TableGen all the time to create HTML tables. In fact, the table below was created with TableGen!

Newer software that I've written will be uploaded to Azure's Realm.

Program Size Description
Utilities
WinsockSpy 10 KB This handy program can monitor a winsock's connection. Essentially what it does is act like a proxy, so that you can see the data. (for more info, see this thread)
Sound Player 10 KB A tiny app that plays sounds using the windows API. It can also loop the files. More useful then you might think.
TableGen 240 KB A handy program that dynamically generates HTML tables from plain text, with formatting.
Apps32 Remote 159 KB A remote tech support system that allows you to control the user's computer, with full input plus other options.
Apps32 10.7 KB A small program that displays running applications, with the ability to end them. Sorry, Win9x Only.
Anon Mail 14 KB A neat program that sends anonymous e-mails. Small and basic, but still trackable.
For Fun
Light Memorization 14 KB A nice little memorization game that I made at the science fair. Quite fun, actually. The name itself is a pun too. :-D
BlackJack 12 KB As the name says, a blackjack game. Pretty simple, but fun to play. Based on the C++ version game (see C++ files).
Spaceship Warlock 3.49 MB Play through the city portion of the game, remade in VB. Walk around, order drinks, talk to the police, fight muggers.. lots of fun.
Photon Phaser 2 2 MB An online multiplayer game where you are fingers shooting lasers at each other. Actually more fun than it sounds, and a good winsock example.
AutoBrowse 165 KB A neat screensaver that starts at a search engine, and randomly seraches for predefined topics. Fun to watch!
PageMac Classics
Type-It 7 KB A simple RTF editor. First program I ever made... probably poorly coded too. Interesting though...
HTML Pro 239 KB A small HTML editor that can also download the source of another webpage for editing. Also has preview. (this was redesigned)