Add Splitter Bars to your app *Revised*

Add vertical and horizontal splitter bars to your application. Thiscode creates a form with three panes, and two splitter bars. I originallyfound the code in Planet Source Code last year, but found a couple ofbugs, so I rebuilt it from scratch, and added the horizontal splitter.There are no DLL’s or references to worry about, very easy to use.… Read More »

Check Connect

The easiest way ever to check if you’re connected to the internet or not. This code is really simple but will help newbies and I have seen alot of very bloated code which doesn’t really work too good. Flames will be laughed at as I have already admitted this code is simple. Original Author: Spyda Attachments File Uploaded Size… Read More »

Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn’t want to re-create DOS, BUT the Prompt that DOS does use is it’s directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for… Read More »

NT Service (Updated!)

Here’s an update to my post on NT service. I’ve found the API examples is MSDN to be incorrect. I’ve tried to fix some of these bugs and make the routines useful. However, the best addition is a Microsoft OCX to make services easy! NTSVC.OCX is included and free to distribute. Take a look at the sample code… Read More »

BuzMail

Write an e-mail client in no time!BuzMail is an ‘overlay’ to the MSMAPI controls provided with VB, in the form of a mail ‘object’ and various functions etc. It allows the user to send and receive e-mails with or without attachments without having to work out how to use the un-user friendly MSMAPI controls. Original Author: Mark “Buzby” Beeton… Read More »

Create Virtual Pull Down Menus With Icons & Bitmap

Allows you to create custom menus with icons and a bitmap down the left hand side as seen on some commercial products, The forms are dynamically created at runtime to cut down on memory. Original Author: Craig Wilkinson API Declarations In Zip Attachments File Uploaded Size CODE_UPLOAD3855372000.zip 9/3/2020 3:45:00 PM 11683

Ultimate Star Trek Trivia

Welcome to Ultimate Star Trek Trivia, the most advanced, versatile Star Trek trivia game in the world! Prepare yourself for a rich multimedia experience as you delve into the depths of fandom knowledge and immerse yourself in the most rewarding trivia experience ever created. Over 1,400 questions. Over 400 pictures. Dozens of sound and music clips from the… Read More »

Systray

By clicking on a button u will add an icon in the systray, by clicking with right mouse button on it a little menu will appears, the icon that appears in the tray is the icon of ur program. Have fun Original Author: Quentin V. Attachments File Uploaded Size CODE_UPLOAD3846372000.zip 9/3/2020 3:45:00 PM 2763

GetDiskFreeSpaceEx

This code shows how to use GetFreeDiskSpaceEx API. It works with the drives larger than 2GB as oppose to the old GetFreeDiskSpace API call. It will also work with Windows2000 per-user space quota, so the free disk space you get is actually what available to the user and not all the space available on the disk. Original Author: Konstantin… Read More »

alphaSpy

alphaSpy is a fantastic program that finds the color of anything you put your cursor over. if you are browsing a web page or see a program with a color you like, put the mouse pointer over it and it will tell you the colors code in decimal form, hex form, rgb form, vb color form, qbasic color… Read More »