Results for "Volume: 2_2002-2004"
This tutorial contains not 1… not 2… not 3… but 20 well commented and easy to understand codes with different categories like: Array, Colors (textcolor), String Manipulation, Condition (if else), Executing DOS Commands, Displaying Data in .txt Files, Graphics (graphics.h), Random Values, Loops, Special Characters, Positioning (gotoxy), Suspension (delay/sleep) and more. Please vote or submit comments or tell me what more can I add so that I can update this tutorial.
Grab the opposite 6 character HEX color. This sums up David Weirs Color invert script with just one line of code. See his original code at http://www.pscode.com/vb/scripts/showcode.asp?txtCodeId=7176&lngWId=4 Be careful when comming close to middle gray scale (808080). opposites are same.
It's BoS - New and inproved with a new integrated skin downloader, Planet Source Code "Newest Code" ticker, built in popup messaging (send a message across the internet or a lan to any computer and it appears instantlly!), and more bugfixes! Plus, you can download a bonus skin for BoS using the integrated skin downloader: Go to Start > Settings > Bos Settings, click "Install..." next to the skin box. If you make any skins for BoS (see the skin creation readme), I'll upload them so they appear in the "Skin Installer" box.
Shows HTML... For example, if you use it on "blah" it would prinkt BLAH in bold letters. So far only supports bold, italic and underline html tags... I dont wnat to work on this anymore, i was bored when i made this. heh
This code shows how to create a multimedia type rollover menu that changes text and graphics on the form. This uses a rect function to recognize the rollover hotspots. (A MUST SEE)
This is a package I put together to help ease programming. This is a very VERY useful package. Look at the screen shot to see what all this one includes. This is package 1 and there will be more on the way if everyone likes this one. I will make updates often on this as I make updates on these systems in my engine. When I get more time, I will upload some demos for some of these. It also includes a PDF that helps explain what the different systems do. This package was ment for the kernel and systems part of an engine (A very little part) the next one will start on the graphics side. Systems Included In Package 1: Advanced Window System (Kernel Internal) Advanced Window System (Kernel External) Deprecation System Error System Log System Math System (Updated) Memory Controller Registry System Resource System Resource Creator Sound System String Files Timer System Version System This took me a long time to create and put together. If you like it or find it useful, please leave a comment and vote. It will be appreciated a lot. Thank You. Hope You Like This Package! -James-
No need to purchase expensive components. You can do it all with what you already got. This version is an update for faster speed and reliability. Bugs have been fixed, and the entire code has been commented to walk you through the process.
SCREEN SHOT INSIDE!!! CHECK IT OUT... I wrote this program to see if AI could be written well in VB...as i found out, it can, i just used a very simple binary tree. It's missing no bells or whistles, it has sound, and very good Artificial Intelligence. It Also has some internet support, however it is not great. Im more than welcome to suggestions if you are willing to give them!!! Plz Do, infact.
Lays down a universal interface to sending email. Easier to port to other servers that use different COM objects to send email. Even exposes a list of ProgID's that are installed on the server. (This is the beginnig. But I am sure you can see where the benefit of this code is going)
Get the Serialnumber from your harddisk, cd rom or your disks.
Requests users to login to website with NT Account.
This project shows/explains all routines needed to manipulate sections/keys/values within an ini file. It has an intuitive interface, allowing to drag keys between sections, create/delete sections/keys/values, etc, but the routines can also be used individually with other projects. A must have to whom works with INI Files.
This script will get the system format date/time and display the results in an easy to read format. All elements of the date/time have been broken out into individual customizable pieces so it's very easy to adapt to your needs. Unlike my usual code, this has been highly commented!
Imports ASCII text databases in any format, to Microsoft Access format. Very nice GUI. You will need to find a "Replace" function from Planet Source Code and paste it in... only if you are using VB4 or VB5.
**UPDATED 3/23/2002 ** Here is code that show, how to have PAGE with frames, define its frame pages dynamically acording to paramethers included in the calling URL. Attachment file contains COMPLETE example of the code. Code is short, simple and effective. Check also my home page for updated version of the example: http://www.benchmarking.fi/programming/?mainframepage=programming/ASP/tipsandtricks/index.htm UPDATED VERSION INCLUDES ASP,VbScript and JavaScript versions.
A superior network packet sniffer using winsock and raw sockets. Custimize the scan to fit your needs, then start it. Supports all IP packets and protocols: TCP, UDP, ICMP.
Explains how to use the RegExp class in very simple terms and with some examples. If used in a good way, this class can be very usefull!
Upload multi file's , 8 files at a time also the protected with password and bug fixes than first Ver...,
This SW allows you to create complex SQL sentences, working with the Dictionary of the Data Base in use. This sentences can be saved to use it later. IMPORTANT: This SW was made in Spanish. As I drop the source code, change it to English is easy. Advances: -Works like the ISQL command. -You can select the number of records to be recalled, and the timeout. -The response will be separated by ASCII 9. Pass it to an Excel Worksheet to work with the results. -You can create the masks for: insert, select, update, delete of the tables. -You have a create table/index template. -The sentence can be converted to a string to pass it trough the clipboard onto your VB project. -You have an internal buffer, to work with two 'clipboards'.
Generat the Random Password.