Results for "Volume: 7_2009-2012"
Type something and Bob will say it. Hours of family entertainment... Maybe.
This is a MINOR update to my previous submission(s), It now includes: SUPPORT UP TO THE 12TH FRET!! MORE CHORDS!!! OPEN AND NOT PLAYED NOW IMPLEMENTED AS 2 DIFFERENT OPTIONS!!
It is a fun soft that coded very simply, Just run it and draw any thing you want in the screen. And then right click to fill with random colour. It's tiny and funny!!!!Have fun!
New version of my fader control! A fader is like a slider, only it looks like those things on mixing desks. No OCX needed, just add this tiny (4kb zipped) control to your project and you can use it from the toolbox. It is transparent, so it will go with whatever color scheme you choose. It also is now resizable, and you can set its bordercolors. enjoy!
Generates and Validates a 25Character Registration code. Extensive integrity checking on the validation process to ensure only the original key values can be validated. Well commented and easy to follow.
You are game coder and u don't want to add all your picture in the EXE cuz it's do a BIG FAT EXE and u dont want to put them in a separate folder so everybody can edit them. Here the solution: a custom resource file. Now u can put all your file(*.bmp, *.jpg, *.gif, *.wav, *.mp3, mid, avi, *.*) in one and extract them while your game is loading. This source will show you how my Dll work. (Modified: There is the whole source code for this project) And don't forget: if u like this code vote for me Thanx
This example shows you how to get OS name, version (major, minor, build), service packs info, platform type, 10 NEW PROPERTIES FOR EASY CHECKING OS plus whole code is really basic. If do you find it helpful, you can vote, if not then please write feedback.
Allows the remote management of any computer on which you have administrative rights. Facilities include: reboot, shutdown and logoff current user. Stop, start, disable and enable services and show service dependencies. List, kill and execute processes. Show drive, drive free space, partition, logical memory, CPU and OS information. List, create and delete shares. List printers. All of this controlled through a simple web-page without need for ASP scripting, or even a web-server. Works on all machines running WMI (namely, Win2k and XP). Also available is an ASP version: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37827&lngWId=1
This code changes the wallpaper of your desktop daily according to specifications that you specify for each weekday. The program demonstrates system tray API, registry access, and interface with the Active Desktop. This code uses a type library to form the interface with the active desktop.
Read P3 HU card info. from a HU Loader. Notice! this code will not work on a smart card reader. This code was made to help add functions in David Brewster HUEditor Code.
This code is basically from java 2 sdk. This main engine is actually from java but lots of featutes are added to it. I was really fedup of these java programmers talking about the java applicationb power. So i made a better application in VB which is inherited from java.
This code demonstrates how to download a picture from a website and place it directly on the form,picturebox,image without having to save it first. It uses the AsyncProp "Asynchronous data transfer".
Creates an Autocomplete drop down box
I accedently deleted BJ's Basic Calender instead of Editing it. Anyway... Shows Current Date and Time in 12\24 format, Day of Year, Week of Year, Star Sign and picture for every month, Change Date & Time and timezone, Update Time with the Atomic Clock, (Thanks to em & John G Duffy for the atomic clock code), Shows Windows Running time, Change Colours, Add Shortcut to your private Startup menu, Has code ready to change screen res, (Not in use, Just un comment it), add app to run menu, Read readme.txt (for newbies). See Screen shot. That says most of it. I guess i should now call it BJ's Advanced Calender!!! Thanx BJ. Comments & segestions Welcome.
this code creates folder with any number of subfolders beneath it. MkDir can't do this! sorry 4 my english :)
The purpose of this code is to prevent performance leak when repeatingly appending text to a string "the normal way" eg. string1 = string1 & "text". By using stringbuffering you allocate a large ammount of zero-bytes to your string, and then uses the mid function to insert the text you want to append. The biggest gain by using stringbuffering is that you speed ud your code by a factor 1000 but it's allso harder to get your code to crash with a "Out of memory" error (IF YOU LIKE THE CODE, PLEASE VOTE!)
14 nice,super fast,full customizable and advanced effects. good for large pictures.all in a module and usable in ur programs... this is an updated version with good interface ;) download,enjoy,feedback,vote and use it!!!!
Displays the progress on a cursor. It doesn't seem to work on W95/98 machines, I apologize for that. I have developed this on a Win2K and never tested it on other versions of windows. If anyone gets it to work on 95/98, let me know. :)
The code show how to embed a piechart into a report using Visual Reports and Chart Director. You will need to have Visual Reports and Chart Director on your workstation in order for the code to work. Visual Reports is the report writer and Chart Director is the charting tools.
String Concentation SPEED! THis is a class that i had developed and IMPROVED upon with David Bue Pedersen's String Buffer CODE..................................................................................................................... UPDATE: My appologies to all that used this, i had mistakenly used a VERSION of the class where i had manipulated the "IsInArray" function. This i have fixed, ALSO as recomended by some feedback , i changed some return values and added a couple of return values(ByRef). Thanx and please VOTE! :O)