| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
[ Advanced Data Delimiting (Byte Delimiting) | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 21865 since 9/2/2003 12:04:06 PM |
By 4 Users 2 Excellent Ratings
|
| |
Use this method with Winsock. Ever had it when you need to send lots of data all at once, and you need individual structured fields for each commands? Does your field data contain special characters or binary data? Conventional methods of delimiting packe ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
[ DSS Server Control 1.1 *Update*- Multi User Server Framework | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 30633 since 10/21/2002 8:09:59 AM |
By 4 Users 4 Excellent Ratings
|
| |
Ever wanted to make your own multiple user server? Say for something like chat or Instant Messaging? Now you can forget about coding the Winsock control for complicated multi user support, let DSS Server Control do the job for you! You need a reasonably f ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
A simple Nokia style snake game **UPDATED** | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 4431 since 4/24/2002 4:43:45 PM |
By 3 Users
|
| |
A neat little port from QuickBasic (remember the old qbasic days?) [adapted] Nibbles game! I added a few extra features, like Adjustable play area, optional 'CopyCat' enemy, Game over pixelate effect and pause function. You can change the game speed on st ...(description truncated) (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Aqua Progress Bar | VB 5.0, VB 6.0 | Intermediate / ByteForce UK | 9091 since 6/25/2003 5:33:47 AM |
By 21 Users 18 Excellent Ratings
|
| |
Aqua style progress bar for use in your applications. Includes option for 4 built in skins, and a custom user defined skin. Complete colour customisation, font selection etc. Votes appreciated. (ScreenShot) |
| |
| |
| |
 |
Disable Account in Windows 95\98\ME | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 1338 since 9/5/2002 6:33:08 AM | Unrated
|
| |
Well i submitted this code ages ago, but ive made a few changes...
Please use the link below ;)
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=34005&lngWId=1 (ScreenShot) |
| |
| |
| |
 |
Disable Account in Windows 9x\ME | VB 6.0 | Advanced / ByteForce UK | 2628 since 4/21/2002 2:11:38 PM | Unrated
|
| |
Protects your Windows 9x\ME computer from just anybody logging onto it with Microsoft Family Logon Client.
I use it because I have setup multiple profiles on my Windows ME computer as there are 5 family members that all use this computer, and I dont want ...(description truncated) |
| |
| |
| |
 |
DSS Server Control - Multi User Server Framework | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 2706 since 10/20/2002 2:22:04 PM | Unrated
|
| |
Ever wanted to make your own multiple user server? Say for something like chat or Instant Messaging? Now you can forget about coding the Winsock control for complicated multi user support, let DSS Server Control do the job for you! You need a reasonably f ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Get File Size (Auto Select Size Measurement) | VB 5.0, VB 6.0 | Beginner / ByteForce UK | 2926 since 10/20/2002 2:15:52 PM |
By 2 Users
|
| |
Returns the file size of the specified file, and if you like, it will automatically choose a size measurement thats best for the file. Eg, small files get returned in Bytes, medium in KB, Larger files in MB. GB is not supported but it easy to add in. Make ...(description truncated) |
| |
| |
| |
 |
ISPN 1.0 Alpha (Update a) | VB 6.0 | Advanced / ByteForce UK | 4935 since 6/26/2002 10:06:16 AM |
By 10 Users 9 Excellent Ratings
|
| |
**UPDATED - Removed the unused old project file. Debugged server [kick user]** Allows client\server communication via a network (LAN or WAN [Internet]) using protocol ISPN 1.0 using a TCP\IP [TCPIP TCP IP] connection method.
You can currently; Send and re ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Nexus Special Edition 8.5.1w Replacement shell for Windows | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 12215 since 4/27/2002 8:10:43 PM |
By 10 Users 7 Excellent Ratings
|
| |
Nexus Special Edition is a replacement \ companion shell for MS Windows. It has many features, over 4MB worth of pure source code and commented generously.. Multiple user enabled, User rights policy system, Icon Transition FX, Skinnable theme components, ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
TCP IP Complete Client Server Application | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 7016 since 4/22/2002 10:16:23 AM |
By 4 Users 2 Excellent Ratings
|
| |
Allows application of TCP\IP network communication via two seperate
applications.. You can Query Current Windows Username, Execute EXE file,
Toggle Hide Server, Query IP Address (for DNS resolution), Send Instant
Message, Windows S ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
UserControl Property Addition Automation | VB 5.0, VB 6.0 | Intermediate / ByteForce UK | 2126 since 6/7/2003 10:54:23 AM |
By 1 Users
|
| |
All controls have properties. It's the done thing. Makes life easier for users
who implement your control into their applications. Isn't it a chore when it
comes to typing in the ridiculous amount of code required to add a couple of
properties? Yes, it is ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Virtual Forms (For IM Implementations) | VB 5.0, VB 6.0 | Intermediate / ByteForce UK | 2366 since 11/25/2003 11:31:41 AM |
By 2 Users
|
| |
Ever wondered how to create multiple instances of the same form? This simple project tells you how. A common use for this is in instant message applications, and is the same method that I'm using in my own messaging client :) Feedback appreciated. Please ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Window Sizing Metrics with non-client area calculation (GetClientRect API) | VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel | Intermediate / ByteForce UK | 4939 since 7/2/2004 5:37:43 AM | Unrated
|
| |
This project demonstrates how to get around sizing controls to fill exactly the right amount of space on the screen. If you have ever tried to write complicated resizing code, you will know that there is a area that VB does not provide a variable length f ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Work Out Age from Date Of Birth | VB 5.0, VB 6.0 | Advanced / ByteForce UK | 2678 since 10/20/2002 2:11:55 PM | Unrated
|
| |
Simply works out the age of the date of birth supplied. |
| |