Results for "Volume: 6_2008-2009"
A class module that can read ID3v1, ID3v2, and header information from MP3s. Also includes a function for searching dirs for MP3's and subdirs. Can be compiled into an ActiveX Dll for use in ASP or other types of apps. Sample project shows proper use of the class.
This generates a cool swirl effect with a bunch of options... check it out its preety fun to play with =)
This is the only one ADO Boolean Search on Planet Source Code !!! [ AND / OR / NOT / AND NOT ]
I wrote this small application some months ago for my company and we use it for submitting of a postal list of all our outgoing mail and packages to the nearby postal office. The advantage using this program in comparison with a manually filled post list, is the sender do not have to have the weight of all the various shipments, first time it is shipped it is weighed and the weight along with a descriptive text goes into a database for later use. This source code is yours for the taking, do not bother to give any votes – but I would be very grateful for any feedback, positive or negative. Have a nice day
This code will calculate for you every prime number from one number to another and add it to a listbox(eg. 1 to 10000) using a pretty fast code! A second function is calculating the prime factors of numbers (eg. 852=2x2x3x71) from one number to another and add it to a listbox. Hope this will help somebody :)
Emulates mouseclicks with variable delay between clicks
There have been many XP Side Menu uploads recently, so I thought I would add my own. I believe it is the best yet. Nearly identical to the real Win XP Side Menus. Please let me know if you agree. I have to give credit to Marcel Jules. I started with his control and improved on it. I Apologize for not commenting my code.
Sox is a 'best of breed' project incorporating a month of intense study and testing! With the ability to adjust ALL WinSock API features, eg. KeepAlives, TCP_NODELAY or the Send and Receive buffer sizes, you have the full power and flexability of the API at your disposal! This project utilizes the fastest methods in every aspect, from the Data Buffers to the Sockets Array and is guaranteed to outperform any other project of this nature! If its heavy duty with high traffic, then Sox is your VB answer! Read my Readme.rtf for Conventions, Credits and OCX Differences! Mail me and vote please :)
This Program generates a Newsletter in HTML format and sends it over E-Mail to all E-Mails which are listet in the textfile. This program is only German but it's easy to understand. You must have the "vbSendMail.dll" get it here: http://www.freevbcode.com/code/vbSendMail.zip
DriveZ is a utility for making listings of folder contents and putting them on clipboard. Supports explorer context menu integration, extension removal, input masks. Nice for printing CD contents on CD cover etc.
Hi friends. This is a good card shuffling routine. Basically, what it does is it takes an aray containing the numbers form 1 to 52 and shuffles the array. This can be used for any purpose including shuffling cards.
Want to help keep your submissions on Planet Source Code as safe as possible from hackers as well as ensure that the voting system can't be manipulated? I am posting this entry up as a 'guinnea pig'. If you can modify it, (while following the rules below), you'll get a free copy of the Planet Source Code Cd for your troubles and the site will be enhanced against future attacks! See below for full details..
FSquare SMTP is a class object created in Visual Basic 6.0 which allow the programmers to send email from their application by just setting the properties and calling a single function. The programmer do not require the knowledge of SMTP Protocol.
*** Update *** Source code is going to be included soon, I am re-editing the whole document cause people said my spelling sucked. And i am fixing all the errors people have found and ones i have as well. ---------------------------------------------- Wanna learn Pure vb game programming? I know I did until I found out that there are some good tutorials but they didnt help enough. This is an updated document i created to help people who know some vb and can understand what I am saying in the document. I try to explain everything I do to make it simple. Best of all it works I created my own games using this and plan on releasing my own game engine. I have created 4 games with this method and you will be able to create games with ease too. Please read everything in this document to understand how everything works. If you have ideas on improving or adding new functions to this please e-mail me or contact me [email protected]. Found a problem in my source please contact me too and tell me I will fix and upload it as soon as possible. Thanks and enjoy great games.
My first working compiler i wrote other compilers but they were duds i would say and didnt go anywhere i cant believe i uploaded this. I worked hard on it and decided to discontinue it. You can add some cool stuff that compiles it into exe by simply adding the text from the textbox into the main exe file and running it like that it should be hard to code. But this is working i included a little tutorial its in a folder.
This can get data from your modem and store data(phone numberes) on to the modem memory. You can only store 3 numbers but hey I thought it was pretty cool!
Multi-Column Combo using Listview
This simple application will display CSV files (read-only) in a simple user-interface. At my work we use hundreds of small CSV files daily. I created this to replace Microsoft Excel because: it loads quicker, reads the CSV files with multiple double-quotes per column correctly, and doesn't reformat dates. This DOES NOT use the built-in Visual Basic features for parsing the CSV files, either. The biggest problem with the Visual Basic methods is that you can’t tell when you reach the end of the line and therefore can’t effectively tell how many columns there are in each line. So, a complete (and thoroughly tested) CSV parser was created from scratch. Great care has been taken to make this a complete application. Within this code you’ll also find how to do proper window-position saving, including when the application is closed while maximized, and more. Let me know what you think! Kody
This code is an engine for an RPG engine. It has a battle system (it woirks, but is not the best), a shop system with 3 items to buy, handles messages, can ask yes/no questions, if statements, and many other things. This engine comes with a very simple game, where you have to rescue a princess by battleing a dragon. Includes very unefficient level editor, but it works. Make sure to use WinZip so the directories remain intact.
The program can remove extentions from multipile files, or add them to the files. Prefect if you need to renmae *.--- files or to add --- extention. The code is simple and readable, easy to modify for your own use...