Results for "Volume: 2_2002-2004"
Have you ever seen a picture that looks like a picture of something, but when you came up close you saw it was really made up of a lot of different pictures? This example shows you how to create a picture like that. It takes a picture of Drew Carey and creates a big picture of that picture out of little pictures of that same picture. It's kind of neat.
(Updates is on http://www.planet-source-code.com/xq/ASP/txtCodeId.26377/lngWId.1/qx/vb/scripts/ShowCode.htm) Fellow programmers. Ever wonder how one company's software reads a wave file and show it as a wave sample? This code demonstrated how you can read a wave file and DISPLAY it as a wave sample without using a single API! It opens a wave file (FOR RANDOM) to reads the so-call BINARY (ASCII) and draws the lines in a picture box according to the data in the file. Please note that the wave samples produces by this code are not as detail as those you found in some WAVE EDITOR. I'm still figuring out the wave format and try to play the sound. If you know a function that can play sections of a wave file, generate sounds at different volume and frequency or directly make the speakers (connected to the sound card) vibrate at different frequency and volume, please send me an E-mail...Thanks.
This script helps start you off to learning how to automate some of your processes with SQL . For this example, I have chosen to send Email through SQL Server using vbScript. Messages are pulled from a table and deleted once they are sent. You need to create a table in the master database called "Email" and assign the fields "To", "From", "Subject" and "Body". The script will do the rest. If you "SA" account has a password, you will need to modify the script to relflect those changes.
Many a time I found myself needing to display results in 'page' form. And call me old fashioned, devoted to learning or just plain stoopid, but I'd much rather learn how to code something myself than just plug in variables and let a snotty frontpage wizard do it for me. So, here it is, simple code to divide records into 'pages' of your choosing.
Web Site Administrator. This file let you Administrate your site. Includes function like Upload files, Copy or move files in folder, rename, delete and other thinks.
This Project gives a complete idea for user to learn how to create live project with a specific user requirement [DON'T MISS IT!!!]
This single page allows you to build, administer, analyse and use votes on your website. When you first open the page, it will ask for a user name and password. The user name is AdminUser and the password is AdminPassWord. It is case-sensitive. If you wish to change it (recommended), simply hard-code your choice into the page in the Authorise function. After logging in, it will take you to the help menu, it contains a script you can use to create the database, a description of the menu options and how to use it in a web user environment.
This article explains an alternative to the boring string parse/loop method of building a search query for your website.
OK folks, I've made a little progress. Here is the latest. This one has problems with any files but text files. If you put the first file in the pak as an executable, it extracts fine. But 2nd 3rd and so on, no way. This code is driving me crazy!!! A big thanks to Robert Carter for his help on getting me this far. Please keep your ideas a coming folks. I know a lot of people out there can use this if it can ever get finished and fixed. There are still bugs in the code. I don't have many error handlers in it yet. I want to get the basics of the code fixed first, then I'll go back and make this thing proper. This Code was fixed. Look for the AppenderPak by me. It is the same code as this but with fixes.
Peer into the brains of a professional programmer to learn how to become a better coder and more easily maintain your code for management and easily allow others to understand.
This is the framework for a mostly complete search engine. It uses ASP to access a database via ADO. It is completely setup and just needs a nice interface (i.e. web page). It is relatively simple and straight forward and is ready to be extended upon. It supports basic boolean operators 'AND' and 'OR'.
a basic banner rotator. please vote for me! www.vbcouk.co.uk
Have ever wondered if there is an ActiveX object that make you browse for a folder. This API functions calls make the browse dialog
This is a fully working INI file reader. It reads an ini file in binary mode and extracts the text into a string. then it checks for certain characters to parse the file with. Finally it compiles the data and creates a tree of the data. the tree is saveable and can be modified (Delete, New, Edit)
This code creates a horizontal or vertical line with a 3D look. You can see it almost in any Windows Application. This is dead simple code to understand. I saw the other 3d Line OCX in a code of the day, and it didn'y include source code. I hate including OCX's so I made my own. If you like this code, vote for me!
This is a basic scientific calculator Supporting all major functions! Nice example for beginning programmers! Don't forget to rate it :)
This code is useful for write, read and delete strings in regestry using wscript. You can now forget the cookies...
Instead of using a META refresh, use an ASP refresh to insure you have the most current copy of the web page.
The aim of this tutorial is to show you how to write a developed kernel in C++. At this stage you should be fairly competent in the use of C++ and to have a little knowledge of how protected mode functions would be recommended. I’ll try my best to walk you through the more important parts of the code.
Tiles a bitmap on your form. Fast and simple. Using the Bitblt API. There isn't much else to say about it. If you want to tile a bitmap on a form, this is as good as it gets.