Results for "Volume: 5_2007-2008"
Warp your computer with b0rkywarp, EXE 96KB!!! This app will list your system dir and randomly change color as icons scroll and melt the screen. Tons of feature's, Twip scalemode in Pixel, Z0rder, parsing array, image array, random RGB Progress Bar! After 100% is reached, it loops! Cool fatures using the hwnd property to make a form stay Ontop, create/delete a system tray icon, and disable the (x) button. ALso Disable ALT+F4 featur using the KeyDown function. Use Array's with z0rder, parsing array for file creation, image array create an animated GIF. Random RGB Color Progress Bar, Flaming Lables, Fake System Delete, melting effect, set and restore the system colors, it's all here folks, and under 100K\b!!!
This program converts numbers in a number system to numbers in another number system like Hex to Decimal or binary to Hex etc., see the word document to know how to convert. There is a useful graphical function,this function flashes a window or an object using its back color v1.5 - over flow error has fixed, write numbers as long as you can! how it's fixed... see the word document atached with this submission
Extremely Fast Case-Insensitive Unicode String Array Sorting Class (Revision II) *********************************************** This string sorting class is extremely fast at case-insensitive sorting operations due to the combination of a highly optimized Blizzard quicksort algorithm, extremely fast in-place unicode comparison thanks to Ralph Eastwood, and a unique textual compare lookup table that is built only once at initialization in just over one hundredth of a second thanks to LukeH, and stored in a long array which is accessed in-line to minimize the case-conversion impact on this supremely fast comparison algorithm. Its performance on case-insensitive operations is only slightly slower than its case-sensitive binary compare operations, and is well over two times faster than StrComp's textual compare mode when used within the very same algorithm. Turning off strict compatibility with VB's StrComp function will improve performance on case-insensitive operations even further. *********************************************** Special thanks to the following for their generous contribution to this sorting class: ***************************** QuickSort Origins ~ C.A.R. Hoare ******************** String Comparison ~ Ralph Eastwood (tcm) ************* LowerCase Conversion ~ LukeH (selftaught) ************ SafeArray Substitution ~ Luke, Ralph, & Rd *********************************************** Blizzard quicksort algorithm and in-line lookup table by Rd :) *********************************************** Revision I - Fixed potential bug! Added demo project. *********************************************** Revision II - Fixed null-string descending bug!
Great code for merging lots executables and other files into one, and when you run the new file, both of the programs will run with it, NO DLL!!! And you can use it for file dropper with joiner/binder.It's most powerful joiner/binder and dropper program...Please Vote For My Code
Manage hospital blood bank database
Inventory System
EliteXP® ASM CRC Calculation ----------------------------- Features of this Project ------------------------------- 1> PK Zip CRC Calculation 2> Deliver upto 50x times faster than VB. (ASM is >>>>> faster than VB.) Areas Covered in this project ------------------------------ 1> Visual Basic CRC32 Calculation (Slow but reference For ASM). I got it from PSCODE 2> ASM CRC32 Calculation. 3> Benchmarking the total calculation Time. This CRC calculation can be used in Identifying Virues, Trojans or others. -can also be used to Patch the files for Infection Safety. -can be used to calculate the unique KeyCodes for Strings. ---Design Time Reference: Winapi32.tlb ( Contains Tons of APIs. ) For any updates, comments and suggestions, mail me: EliteXp2008@gmail.com
it's a internet cafe' rental system, that monitor's user time-in and lapse time... good for small computer shop.... it also monitor your daily revenue's... FREE TO VOTE THIS CODE!!!
This program multiply (sequentially) records on time from Shoutcast streams. It can receive only, receive and record manually or record automatically by time. Now fully TeeVoh'd (sic). It can play the recorded file via a WMP imbedded control. It has a LOT of station preset memories for quick tuning. Version 3.0 is a fixup release with full TeeVoh and many small tweaks I found while using this program. Version 3.1 fixes up some small things that were still messy and adds a reboot or shutdown after recording option. I added this since my main XP machine does not want to operate more than 24 hours without a reboot. $tupid Windows. It will record and play .aac files to support all Shoutcast streams. You must get a codec to enable this. See the README.TXT for the simple directions for downloading and installing the codec. Free and easy and it works great. There are several text files including operation and error message. One point I want to repeat here -- the reason it has to be totally automatic is to know whether to record .mp3 or .aac format streams and what to make the filetype. There is still a small manual window which may cause you grief to use. I recommend full automatic operation. All stations should be selected from the station memory form to ensure the proper filetype for recording. I should shut that window, the draft is too cold! Also, in the included text files are thanks to those whose code I used to improve this program. Thanks to all posters. This is an update of the Shoutcast Ripper by Fernando Aldea which is on P-S-C. It has a Winamp problem that I have not been able to cure, does not have timed recording, ignores .aac so the recordings are useless or station memory but does have the core communication code which worked fairly well to cause Shoutcast data to come down, be able to be recorded and to save the stream by song title. Of course, this is a little dodgy if the stream cross-fades songs. Makes the beginning start late and tails messy with the cross-fade. Also, since the "metaint" (with the new song title) packet only comes occasionally, it is further delayed causing a problem. This is not recommended for cross-fade channels. Complete, recurring record based on day of the week is now possible. If the same show repeats on many days of the week, you must include one entry for each day. Sorry. I never planned for a multiple schedule that but just found it is needed for the week daily WBGO Blues hour. I may change that some day but it will require a rewiring of the program since it is a single recording/stream program right now. Also, it may never happen! Further, it can only record one stream at a time but you can run multiple instances of the program to record overlapping schedules. That will probably never change either. If you do so, remember to close the one last that you added any stations to or the other one will write the old version without the new stations. Thanks to all posters!! Without you, this project would never have even been started. Never mind finishing it!!
This is an advanced Office 2007 Ribbon that was originally developed by adrianopaladini@gmail.com here in PSC. I have added some enhancements to it (see the screenshot). They are addition of textbox, combobox, datepicker, progress bar, label on buttons, animation of main icon, see timer functions on form 1, ability to edit the top button, edit the tab caption and button caption including icons thereof, buttons now have menus that can be assigned to them, buttons and tabs are no longer limited to 90 buttons as originally released but a redimensionable array has been used across the board, menus, buttons can be added depending on the permissions per button, the permission string must contain the ids of a button separated by. If you like please vote for me. You will find this awesome so please vote for me.
Help Stop keystroke theft. If you are concerned about keystroke theft when you are entering UserId/Passwords while online to the Internet, then maybe this program is for you. Or you would like to have many different and unusual Ids/Passwords but don’t want the trouble of remembering the many codes, then maybe this program is for you.
This VB5 program can parse large text files reading in a chunk at a time and will replace UNIX Lf chars with Windows CrLf's, or vice-versa. It uses API to boost performance and is very fast. Demonstrates finding and replacing text that crosses over the chunk boundaries - and is further complicated by the need to access the previous char to avoid replacing a Lf with CrLf if already preceded by a Cr. Uses no VB6 only functions and is just 32k compiled with no compiler optimizations. Includes word list to parse - a tiny file really at 4.5 MB but parses in a blink even in the IDE. Hope someone finds it interesting, or even useful! Happy coding, Rd :)
This code draws two pictures that merged - with gradually alpha pixels (like in photoshop)this code is realy wonderful but it's not so hard although its fast, it uses AlphaBlend API function, that requires the destination hDC and source hDC and both's recangle (left,top,width,height) and the blend value(beware: the blend value is between 0 and 255, but in AlphaBlend API function multiply the blend value by 256^2 or in hex add 4 zeroez in the right side like: &H9F --> &H9F0000)
This is an update of my previous code at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=72588&lngWId=1. This version has been updated to have menus on the circle and also on the top buttons. Enjoy and vote if you like.
Physic Engine 2D. ** 2D physics ** Circle-Line intersection ** Line-Line Intersection ** Vector Reflaction ** Line bounce reaction ** Large Picture Scroll ** Vector Operations ** Dyinamic links ** Particle ** Vehicle ** ***** Main creature is called "bot" and is implemented by the class clsbot. It consists of: POINTS that can be pure, wheeled or motorized wheels; LINKS that work like springs and they bind the points together; MUSCLES between the links that are defined as an angle that the links should take and a strength. This Class should be used for more general pourpose, but in this case it manages the vehicle and the ground. *** New features: * Collision of not wheeled points. * Impoved doMuscles Sub. * Dynamic Links, Dynamic Muscles.
Module for adding sound to a AVI video from a WAV file. See example source code for details. (Sorry for my poor english).
This is a simple login form that I created in 5 minutes...useful for beginners. uses ado to connect to db. very simple but you can learn a lot from it... Hope this submission will be useful. Von Tyrone C. Kierulf
This could be the start of a photo collage program. Fairly small amount of code.Things to add could be rotatiable text, templates, or background patterns. Can only save as bitmap at the present.(Was too lazy to add the others) Hope you find it useful. Update:Added Save Jpeg,add text and background, can undo now. Let me know what you think. Update: add shapes.
This is a gantt chart platform that I am working on. I have been looking for a gantt chart which is open source to no avail that I can easily customize. This is just the start, thus the platform. Please feel free to contribute. This demonstrates the following: subclassing listview, detect horizontal scrollbar movement, synchronize horizontal scroll bar movement, listview header tooltip, working days between two dates, addition of holidays, flat listview column header, freezing windows updates, highlighting multiple listview columns, sundays between two dates, saturdays between two dates, searching collections. Please contribute and enjoy. This version now boasts the color drawings to show progress between planned and worked until / actual. I need to only show horizontal grid lines and would appreciate any feedback on that. This is still a work in progress.
Simple Youtube Downloader