Important alert: (current site time 5/22/2013 2:20:37 PM EDT)
 

Other Entries by ByteForce UK

Search Results: Page 1 of 1 found. Entries 1 - 15 of 15 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  [ Advanced Data Delimiting (Byte Delimiting)[ Advanced Data Delimiting (Byte Delimiting)VB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  [ DSS Server Control 1.1 *Update*- Multi User Server Framework[ DSS Server Control 1.1 *Update*- Multi User Server FrameworkVB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A simple Nokia style snake game **UPDATED**A simple Nokia style snake game **UPDATED**VB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  Aqua Progress BarAqua Progress BarVB 5.0, VB 6.0Intermediate /
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.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Disable Account in Windows 95\98\MEDisable Account in Windows 95\98\MEVB 5.0, VB 6.0Advanced /
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=1Click here to see a screenshot of this code!(ScreenShot)
 
 
  Disable Account in Windows 9x\MEDisable Account in Windows 9x\MEVB 6.0Advanced /
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 FrameworkDSS Server Control - Multi User Server FrameworkVB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Get File Size (Auto Select Size Measurement)Get File Size (Auto Select Size Measurement)VB 5.0, VB 6.0Beginner /
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)ISPN 1.0 Alpha (Update a)VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Nexus Special Edition 8.5.1w Replacement shell for WindowsNexus Special Edition 8.5.1w Replacement shell for WindowsVB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  TCP IP Complete Client Server ApplicationTCP IP Complete Client Server ApplicationVB 5.0, VB 6.0Advanced /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  UserControl Property Addition AutomationUserControl Property Addition AutomationVB 5.0, VB 6.0Intermediate /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Virtual Forms (For IM Implementations)Virtual Forms (For IM Implementations)VB 5.0, VB 6.0Intermediate /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Window Sizing Metrics with non-client area calculation (GetClientRect API)Window Sizing Metrics with non-client area calculation (GetClientRect API)VB 5.0, VB 6.0, VBA MS Access, VBA MS ExcelIntermediate /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Work Out Age from Date Of BirthWork Out Age from Date Of BirthVB 5.0, VB 6.0Advanced /
ByteForce UK
2678 since
10/20/2002 2:11:55 PM
Unrated
       Simply works out the age of the date of birth supplied.
 


Search Results: Page 1 of 1 found. Entries 1 - 15 of 15 found

Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel