Results for "Volume: 2_2002-2004"
MPlay3 plays mp3's,wav's,cd's and now has Video support.Great Interface.
Simple timer class using GetTickCount API function, similar to standard timer control. Accepts long interval. Perfect for forms and/or user controls. Generates ONTIMER() event. Credits to code published by Riaan Aspeling in PSC, thanks Riaan.
Search for a directories, sub-directories and files and sub-files without having objects on your form! You can even search in more directories! or use file-filters (*.bat;*.com;*.exe;ect...) and file-attributes (read only, hidden, ect...) while you search! This all in just one simply command! This version is much easer to use than the preview demo version 1.0. The results in this version also doesn't import duplicated results and some bugs are fixed. The results gives now also the size, date & time, and attributes. In the next version I will add some more commands, like a compleet directory/file browser. It sounds unbelievable but it's true. It's very easy and fast to use and it's over 100% user friendly! No heavy codes anymore just use this for all your codes! Download the file and see it yourself, I know you'll love this code!!!... I will release more codes when you vote for me, happy coding...
This is a fairly complex mp3 player, has similar functions to winamp (shuffle, repeat etc)...Allows you to save a playlist and open it from anywhere on your copmuter. This code still has a few bugs, and does need some major error handling. Some code has been borrowed from misc people on this website so all credit does not goto me... Please leave your comments, and also report any other bugs to me please this code is not 100% perfect, and i know it does contain alot of bugs but nothing very major. thanks
I made this code because i wanted two controls to be in sync. So instead of making a new control i just moved it around the forms. This way i didnt need to update another control. I hope somebody will find it helpfull.
This is an App to show how to create a Cubic Spline curve to match control points. I wanted to keep it mega simple and to the point, so the control points are hard coded.
It shows you how to enable/disable Start button. (Well, though I looked through the previous submissions, I didn't see such a code. Maybe I missed it I don't know. Anyway, it may be of use to some of you, especially for those who want to restrict user.
Sparq's Phonebook 2.0 - To Do list Added! Manage your contact's Address, Phone Number(s), URL, E-Mail address, Birthday AND MUCH MORE
Hey..I updated my previous submission of Benchmark program and cleaned up some bugs...I also added some more cool functions to it, however there still some missing parts that will be ready soon...AND FOR ALL YOU...I AM REALLY SORRY FOR ACTIVEX DLL ERRORS..JUST FIXED THEM...YOU CAN RE-DOWNLOAD NOW..!!
SORRY GUYS...I FIXED SOME ACTIVEX DLLS AND SO ON...NOW ITS COMPLETELY BUG FREE.....(WILL USE THOSE ACTIVEX COMPONENTS IN UPDATED VERSIONS..)and Graphics part , I have added some cooler math functions...
This code stores the text that the user enters into the windows registry. When the form loads, if it has be posted, the message will come up. It also shows how to clear the registry in your section. Please check it out and vote!!!
With this 1 line of code you can strip non-numerical input into text boxes.
This makes a 3D landscape with bitmaps. You need DirectX7 to run this. Please note that I have 2 accounts with PSC, both in the name of Simon Price, so to see my other submissions, do a search for my name.
Encrypts and decrypts strings
A simple API call to open up the default browser to the url of your choice. VERY simple and useful code.
Ok...you have seen many effects examples but not like this one..this one teaches you how to get handles of forms (any) and ANIMATE THEM! it uses math for animation and bingo! this program needs alot of votes guys!!!
This article attempts to explain the Microsoft Jet collections and how you can use them in really useful ways. If you don't know about Jet collections, this is well worth reading.
your personal chat suite stand alone server/client, allow as many users as you want on, buddy lists, chat, instant message (color), incomplete, but i'm learning c++ now, so i am not continuing this project, i'll be coding one in c++. give me feedback, Thanks!
The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **
RRCalc by Robert Rayment: (UPDATE Now stays on top) Not another calculator I hear you say. But I have this one on my Office bar and find it easier to see and use than the MS Standard calc. It has the usual numbers and arithmetic operators plus square root, square, reciprocal and pi; memory clear, store, add and recall along with a window showing what's in memory. All the buttons can be operated with the mouse or the keyboard. The zip file is 31KB.