Advertisement

Results for "Volume: 2002C"

2002C #12747
BSoftPlayer MP3 / WMA Player - Graphical audio player with ID3 support

BSoftPlayer Audio Player Technology Preview. The first release in the BSoftPlayer Series, BSoftPlayer plays MP3s and WMAs, supports ID3 tags, sorts playlists by artist and title ("IPM - Intelligent Playlist Management"), is easy to use, compact, and attractive. Tested on Windows 2000 & XP (please inform me by email of any errors). Not yet complete (that's why it's a technology preview), but still can play & organize music well. Requires Windows Media Player 6.0 or better to be installed. *** Jan 11 Update: Now includes required OCXs as well as a .BAT to register them. Be sure to run "Run Me.bat" before you open the project. ***

2002C #15482
Kill Command-By: badinfluence

To access all my coding on this site type: Badinfluence in the search area. Also please RATE-RATE-RATE my code. I need some feedback or im going to stop posting. This just shows how to make someone have to reinstall OS.

2002C #13735
Copybox/Copylabel

This snippet creates an uneditable textbox/label whose contents can be copied to the clipboard. This is just like the textboxes in the File properties of Windows (open Windows Explorer, right-click on a file and select PROPERTIES, you'll see that several fields here can be copy/pasted although they cannot be modified). Straightforward and commented code.

2002C #14640
IO Directly access to Disk

read and write all the bytes of your physical disk. It´s a beta version, and the interface is very poor. Only Runs in Nt/W2000/XP. tell me what you see please.

2002C #14578
Traffic lights

Traffic lights is a ocx with full source code. It shows you how easy is to make ocxs. With this ocx you can turn on and off lights on my traffic light. You can also get the status of each light, let it to turn on lights automatic (like a real one), do a lightshow, etc. Please comment and vote. :0)

2002C #15484
LEDS MESSENGER DISPLAY

Este codigo muestra algunas funciones de logica y una red de lazos, ademas se ve bien (This code show some logic functions and loops net, Is GOOD [If my english is bad, Sorry !!!])

2002C #12630
File ListView

A little while ago somebody posted a listview that will automatically display a file listing for you. I thought this was a good idea and downloaded it. While it was nice, it had some bugs. Instead of just fixing that code, today I decided to make one myself. 90% of it was made simply using the Active X Control Wizard. I then added some code to read the icons for the files to dispaly in the ListView and few other tweaks to what the wizard made. In the end I have this control for you. While it is functional and easy to understand, you may wish to add/alter the code a bit to make it a bit more robust for all needs. Have fun with it. Simply set the Path property to a full path you wish to display files of and presto. On ItemClick or DblClick you can check and read the ItemType property to determine if the user clicked or double clicked on a Folder or a File ListItem and perform the logic you desire.

2002C #15485
UMA (Ultimate Messenger Away) 4 MSN

My code is a UMA, Ulimate Messenger Away for MSN Messenger. When your away you open this program and let it take messages. It have a interactive menu sytem

2002C #13266
EXE Joiner 1.01

Bug fixed! When running more than 1 patch file.

2002C #12442
Baajhan HotKey

Allows you to assigh a hotkey combination to your form. Easy only three lines...isnt that great? no complications easy explanations...Vote fer me!

2002C #10592
Animated Gifs in DirectX!

******************* UPDATED 10/10/02: I removed the requirement for a DLL as well as tidying up the code and removing a few minor memory leaks. If you're using an older version I highly recommend swapping it for this one, the changes which need to be made are minimal. ******************* I spent a long time sourcing the net looking for code to read the information out of gifs. I finally found the code thanks to Stephen Lebans (www.lebans.com). So I set about writing this dll and module to utilise his code in DirectX7. I think the results speak for themselves. Please read the readme.txt file before opening the code. Oh, and by the way, the graphics are from my game at www.aeonlegend.com. They are only concept graphics, which is why the guy doesn't have a head =) Thank you

2002C #9629
About the MSWEB DVD Sample player

Retrieves & lists EventCodes from DVD, how to implement a timer properly with no timer control, zoom, menus, & identify domains with .UOPValid method before executing an event on the DVD. includes .CurrentDomain .UOPValid .ShowMenu .DeleteBookmark .SaveBookmark .RestoreBookmark .PlayChapter .PlayState DVD_DVDNotify event codes

2002C #15013
Biggest common mistake in VB

This is THE BIG ONE..,,,Or how to lose patience.

2002C #11382
rvtPropGadget (v2)

Multiple Slider, Scroller controls in one OCX. Now Mousewheel support has been added, in addition to MS properties so that it can be used as a drop-in replacement.

2002C #14785
Ashleys Webserver

(OBSOLETE! see 'a complete perl, php and asp webserver' on this site) The FIRST webserver on PSC that supports form posting! (see screenshot). It currently supports perl cgi. Also supported are directory listings, custom front pages, custom error pages. It also supports flash, pdf, realmedia, mp3s, avi's, etc. Included is a useless but amusing 'loveclaculator.cgi' I built (basically to prove form submission works). You could host a full website here! I'm using it to 'preview' cgi-enabled websites before uploading them to the http server, although, you could host a full website on it. Perl must be installed on your system, and in your msdos PATH variable (see contained instructions). Currently, the server only supports GET without modification of your CGI scripts, although, a full range of $ENV variables are available to your CGI scripts (query_string, remote_addr, server_port, server_addr, etc.) (see screenshot). and GET is suitable for almost every operation. Just file uploading from a form is impossible, but, I'm working on it. This release is a major jump from the last one, with directory listing, more $ENV variables, custom 404 pages, and full support for sub directories (with /../ protection). Please download and tell me what you think, or, better, use it.

2002C #14724
Truti's Direct-X Net Phone 1.0

The Net Phnon program are made for all the gamers and persons there whant to hold net meatings. The program are running on the new Direct-X 8.1 Compression standart. Almost all modems (min. 28.8 kbs) can run this application with the high sound quality! Then program are made in a easy interface so almost every one can use this at the first time... The program are running with a better quality than Rouger Willco 8 and are running with a lover kps. This is the perfact program for you if some of you'r freinds are living a long way from you... Talk as long you whant for only you locial TLF tax.

2002C #14918
Super Fast InStr Replacement

This code runs as much as 5000 times faster than VB's InStr function! I've used the Boyer-Moore algorithm which is the fastest string search algorithm in the world. The longer strings you feed this function, the harder it wails on VB's. Switching to vbTextCompare is like lighting the afterburners. Please vote and leave feedback!

2002C #10555
Systray Balloon Tooltips

Don't forget to vote. Balloon tooltips in the system tray the way MS does it in 2000/XP/Me. It uses the same method of putting the icon in the tray that we're all used to, but the NOTIFYICONDATA class has changed to reflect the balloon tooltip information. This is the first code i've seen on PSC that does this correctly. Vote if you like it. See the image ->

2002C #11644
Home First (a marble game)

You play against the computer. I wrote this game years ago for my children. The code is not commented and it's quite fat. I ask that you please play the game, and leave comments on improvements/additions. I will then rewrite the game to bring it up to speed, and incorporate your suggestions into it. :)

2002C #14987
SearchMaster

A search and replace application showing how to use FileSystemObjects to work with files and how to use command parameters. It's take a file, search for a pattern and replace to a new file.

Languages
Top Categories
Global Discovery