Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #209338
Speak Bob Speak!

Type something and Bob will say it. Hours of family entertainment... Maybe.

6_2008-2009 #207219
GUITAR CHORD PROGRAM 1.0c UPDATED!!!

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!!

6_2008-2009 #207993
Fun with the Screen [Defun v1.0]

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!

6_2008-2009 #209263
Fader / Mixer Control

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!

6_2008-2009 #200381
Reg Key Demo

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.

6_2008-2009 #209703
Use a custom resource file with your Vb game

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

6_2008-2009 #209937
UPDATED - Get OS Version Info

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.

6_2008-2009 #205751
Remote Management Kit

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

6_2008-2009 #196535
Active Desktop Friendly Wallpaper Changer. Works with JPG/GIF, and HTML files without BMP conversion

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.

6_2008-2009 #209452
Hu Reader

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.

6_2008-2009 #206766
Vb power Against Java

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.

6_2008-2009 #200278
AsyncProp Download Picture from Web to Form

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".

6_2008-2009 #200482
Best Auto Complete

Creates an Autocomplete drop down box

6_2008-2009 #196605
BJ's Basic Calender (Updated) Tue 16 July 2002

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.

6_2008-2009 #209712
Create Dir (Folder)

this code creates folder with any number of subfolders beneath it. MkDir can't do this! sorry 4 my english :)

6_2008-2009 #203979
Speed up code with a factor 1000 using string buffering!

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!)

6_2008-2009 #209594
Transition Effects 3(Circle wipe added!)

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!!!!

6_2008-2009 #210361
Cursor Progress Bar

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. :)

6_2008-2009 #206841
embed a piechart into a report

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.

6_2008-2009 #210318
String Array Class With Buffering

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)

Languages
Top Categories
Global Discovery