Results for "Volume: 2002VB"
This works just like the other one, but it now supports multiple lights at once and comes in a Drawing-like interface (that's what I used to make that screenshot). You can also choose the background image, so you can use it to add speciall effects to ANY image you have, using multiple colors at the same time! Many thanks to Simon Price -- I took the function that extracts the RGBs without errors from one of his submissions!
This is an MP3-CD Player. I call it MP3-CD DJ for that reason. Although the CD part of it I haven't uploaded, the MP3 part of it works. Just want some input on it. Just check out the screen shot and see if you like the looks before you download it. Please send me comments, question, concerns. Thanx.
*** Note: The B2 preview release will only run on Windows 98 / Windows ME (not tested) / Windows 2000. Many features have not yet been implemented. Be sure to copy Alphablending.dll to your C:\windows\system directory. Move the taskbar to the top of the screen before running for maximum usability.*** BoS is back... As B2. The BSoft Team (Florian and I) decided to COMPLETELY REPROGRAM the entire shell from the ground up - and this is the result. For starters, now all the images are external, dropping the size of the EXE to only 64K (that's 250K smaller than explorer), and allowing the shell to load up in under 3 seconds. The desktop icons have been moved to a new desktop icon menu, and a new QuickLaunch tray allows for quick launching of frequentlly used programs. Translucent tool tips are now implemented. B2 now automaticlly detects your desktop directory, so you don't have to edit a variable. Being that this is a preview release, some features are missing. For one, no BApps or extra skins have been included. Also, the start menu is missing functionality. Look for the full version in October.
Encoder/Decoder Updated, simple and fast text encoder and decoder with one simple function also includes progressbar example
This will take a screen shot using only one API call, no bitblt and other complicated routines. This is simple and works. This code will simulate a keypress (the snap shot button), then will copy the data to clipboard (like if you had pressed the Snap shot button on your keyboard) and save it to file. Vote for me or gimme' some feedback if you think this is cool.
Add an animated system tray icon to your project with the help of this ActiveX control. Features: variable frame timing, multiple animation sequences, zoom to/from tray effect, popup menu, and customisable tip text.
Hopefully my final version here. Really a great application that gets current weather conditions and an extended forecast. Nice Interface, well documented and best of all FREE. I spent a good bit of time on this program and hope you people like. If you do like it let me know by VOTING.
This is a Compression/Decompression routine using Huffman Encoding/Decoding, and works best on normal text files. The code is *highly* optimized, and to show how fast this is I can mention another code sample found here on planetsourcecode (from August 1st 2000) which also uses Huffman Encoding. That code took 127 seconds to compress a 1.8mb textfile, but with my code this takes less than 1 second!! (that's an approvement of 12700%!!). That other code was worth 7 excellent points, how many is this worth? ;)
I was looking for some code to re-create a users Desktop into a listview control with all their correct icons. *** This doesnt work in Windows2000. Because there is no ONE desktop *** Please Vote :)
Uses VB code to lookup MX records on a DNS server. No ActiveX controls, all straight code. Reads your DNS servers automatically from the registry and uses those to query. You just type in a domain (ex mail.com) and it shows you all the MX records for that domain, with the preference code.
A VB musical alarm
This code lets you create a plugin in a similar fashion as Adobe Photoshop or 3d Studio Max. Uses features of ActiveX that nobody seems to realize exist.
Some self-made progress bars.
* LAST BUG FIX SEP 19, 2000 * This English Explorer is a 'Microsoft WebBrowser contol' based browser. The original development site is http://www.yasuaki.com/eetp When you right-click on any word in the browser, a window pops up and shows, says the meaning of it. ( It actually passes arguments to URL and gets the rest from the Internet. You can customize the URL very easily) This software was originally devleloped as an English training tool. THE CODE WORKS BUT IS *EXTREMELY UGLY*. I had to abandon the development because of my busy job situation so I decided to release the code *as is* in a hope to keep it alive. I'd like to make this open source but not sure if it's legally possible because I have used code from other authors on planet-source-code.com anyway, MODIFICATION / FURTHER DEVELOPMENT IS ENCOURAGED. IF YOU HAVE QUESTIONS, PLEASE SEND THEM TO [email protected] Requirements: * Visual Basic 6.0 ( or maybe later) * Internet Explorer 5.0 or 5.5 ( or maybe later) * Microsoft text-to-speech engine. ( I think Win2k has it by default ). If you don't have it, you can download the Microsoft Speech SDK from http://www.microsoft.com/iit/ BETTER TECHNOLOGIES WANTED: The most difficult and the core technology of this software is finding what word is under the mouse cursor. The current solution is to insert tags on all the words but this isn't reliable and has a lot of bugs. It has difficulties with frames, too. If you can think of any other methods, please post them!! other notes: I've also included python-based script I run on my server to provide dictionary contents. checkout: http://www.yasuaki.com/eetp/external/eewnburst.cgi?word=business for instance. keywords: EnglishExplorer english explorer microsoft webbrowser web browser control IE5 IE5.5 Internet explorer popup pop up window right click right-click rightclick TTS text-to-speech text to speech
Here is a way to add bitmaps to menus. It is very simple. The bitmaps should be 15x15 PIXELS (For the best fit). That will give you the best effect. :)
P L E A S E V O T E F O R T H I S C O D E. This code is great for mp3 players and card shufflers. You just enter the range for the numbers let it generate the sequence and then keep calling the random numbers from a function. When it reaches the end of the sequence it will create a new one.
Use this code to fax enable your application. Use this code to fax your access report. It also explains how to use winfax. I hope you find this code useful and spend a moment to rate it.
This code duplicates the functionality of VB6's split function.
A beginner's guide to customizing ActiveX controls and creating a 'template' for frequently used control procedures. Included is a group, which incudes a test application and the OCX source code. The code template is in no way complete. Suggested additions are: adding font properties to active/deactive box, border properties, etc
This is a 2 player game of O's and X's using winsock. It has a chat function too (see screenshot).Its a good example of how to go about multiplayer code. Its my first ever submission to psc, so PLEASE, please please do vote for it if you like it! - I've made a few other games like this and i'm going to post them depending on what reaction i get to this!