Results for "Volume: 3_2004-2005"
This checks the registry to see if certain popular browsers are installed on the machine. If so, it creates registry entries for future reference and lists them in the menu. Just choose the HTML file you want and choose the browser you want to preview the file in. This is simialiar to how Macromedia's DreamWeaver UltraDev 4 retrieves and stores the browsers in the registry. This is great for authors of HTML/CSS/DHTML editors who want to support multiple browser previewing. Tested in WinXP Pro, WinME, Win98 SE, and Win95. Should work in WinNT 4+. Looks for the following Browser types: Netscape (Communicator, 6 (en), and 7), Amaya, Opera, and IE. You can even manually input browsers such as Lynx. **Note** This is an update to my previous submissions.
I just tried to rotate a 3-D cube, this is what I got, pretty interesting... :)
Colored ListBox Control with Horizontal Scroll. List box supports up to 16 colors! Pure Visual Basic Code!
This code can be used to convert values to binary format (bits: zeros and ones).
This allows users to write their own IRC bot.
a quiz..plz comment on my code i need your feedback! you can also vote but comments are more important...thanks
This program lets you find a color with the HSV-values. The RGB-values are also calculated. You can copy these colorvalues to the clipboard for use in a webpage or other application.
MultiUnzip. Used to extract files/folders from .zip files. have you ever downloaded a program/game and it's compressed into hundreds of .zip files. this prog extracts them all for you at the click of a button. See Screenshot.
This project demonstrates how to use a dynamic array to interact with database records and settings stored in a single binary file. The example stores custom settings and the record count at the beginning of the binary file, then stores multiple database records. To retrieve the data, it gets the settings and record count, then loads the records into a dynamic array which can be interacted with on the form, much like a true database record. If that's not enough, then how about the ability to embed images directly into records!
It is an IRC bot. you may get a subscript out of range if you don't specifiy a valid config file
Hi everyone. Read my article to learn how to set the variable's type with one character.
The Programm "converts" colored Pictures to Black and White Pictures
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