Results for "Volume: ASP_Volume3"
A developers source code database. I built this application as an intermediate project for building a complete application. It illustrates design and human computer interaction techniques, as well as a fully functioning VB app banging on an Access database.
This .bas file has everything. I MEAN EVERYTHING!!! Out of the deep dark secrets of my mind, this .bas file contains: Startup maneveurs, shutdown/restart/force/reboot etc. functions, helpful guidelines, sound play, computer-pranks, and way way way way way way more!!! File Move/Copy etc. Commands, Easy way to make your form stay on top of other windows, how to take your program out of the ctrl + alt + delete list, and a lot more that I can't explain in an article like this [it would take too long!!!]
Rotate lines, by timer or by mouse move. PLEASE VOTE AND COMMENT!
For the byte's lovers, another HexaEdit, still in BETA version. Features: It can edit in hex and char mode, can select blocks of bytes, find and replace bytes and char, multi-language, conversor of numeric bases, etc...
This program is an imitation of Nullsoft's Winamp. It's is skinnable with the Winamp skins, can play music and sound (mp3, wav, cda, etc...) and works completely.
The award-winning TreeView Class wrapper has been optimised using APIs plus many new features added like simple Drag'n'Drop with auto-expand & auto-scroll, Multi-Node selection, Overlay Icons, load/save to binary/Xml file, and many more... 6 Tutorial applications are included to demonstrate sets of features to help make it easier to understand and implement into your own applications. The Wrapper contains several files that can either be embedded directly in an appplication or compiled into an in-process DLL (by Default). If you're considering working with the TreeView control, then this will be an invaluable tool for you! *** Latest version can be found here:- http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37553&lngWId=1 ***
draw a animated clock using VBScript-DirectAnimation in an Html file!
very Simple but interesting text effect for the form caption
Planning to use (a) listbox in your program? Maybe loading database data or MP3 Playlist. With these two functions (including the normal remove function) you are able to move items (compatable to Multiselect) up and down. I may be wrong but I haven't seen these two function on PSC so that's why I decided to posted these functions. Find it useful??? ***Please Vote***
Life like jigsaw puzzle where pieces are actualy cut like the real thing and snap together as they are pieced one by one. Oh! How I wish you´d help me take that PSC CD on home - I hope they shipp to Brazil... so vote!!!
OCX replacement for the command button. You can customize the roundness of the base (corners) and for the face (how much the button is raised to your eyes). You can define the amount of light/shadow that will affect the 3D effect. This control illuminates automatically when the focus and MouseOver event is on. You can give it any color you want, inluding system colors. It takes vbButtonFace color by default. Try with different values to all of these properties to paint the button with many different visual effects. Since cool ones, to sober and ellegant. When pressed, the gradient inverts to give the sensation of pressed. Supports transparent pictures. with Default, Cancel and Disabled features. Very light in weight. All 100% VB code. You are free to use this any way you want! What do you think about it?
I just created it for people who want to chang or add items to there system properties. Visit http://www.wionj.net/ Vote For ME!!!
Guys as i promised, here am back with the resizeable and moveable version of Translucency OCX... a Novel method to implement translucency to your VB Forms, with just a single line of code !!!!! You expect it to be more easy ????
An incomplete music composer (Can't save or load songs, can't print, or replay it after you have written it)
***It's the simplest directX example here!!!*** If don't know anything about DX, this is the perfect code for you. No Modules or Classes, just one form with little code. Even includes conv3ds.exe, which lets you convert your 3DS files to .x files which are used in VB. You can easily add them into the world you can create. *** GREAT CODE!!! *** ***Heavily commented*** DON'T FORGET TO VOTE AND COMMENT LOOK BELOW IN THE COMMENTS FOR URL OF RMCONTROL.ocx AND 3dconv.exe
3d graphing, no 3d acceleration of any kind
3d starfield
Sox is a 'best of breed' project incorporating many hours of study and testing! With the ability to adjust ALL WinSock API features, eg. KeepAlives, TCP_NODELAY or the Send and Receive buffer sizes, you have the full power and flexability of the API at your disposal! This project utilizes the fastest methods in every aspect, from the Data Buffers to the Sockets Array (all other projects use a 'slow' collection) and is guaranteed to outperform any other project of this nature! If its heavy duty with high traffic, then Sox is your VB answer!
This function takes a long string of text, splits it up into lines for printing or displaying, then returns the new string. Like the newspaper, it doesnt cut off words, it carries them over to the next line. It includes a function to check for the longest word so you dont accidently ask for a column width smaller than your largest word.
Bugs fixed, autotype ability added. This was hard to figure out as API combo box doesnt get WM_CHAR message + some others neat adds.