Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #31838
Aqua Button

Once again .... its a button ... :) and what does a button do ?? Anyway, this button is inspired by the Aqua interface of MAC OS X :) I'm not a mac fan but .... sure wish Microsoft would do something about their interface ... Luna is a good start :)

ASP_Volume2 #31839
A .. Digital clock in HTML

Digital clock in html page no big deal but compatible with Internet explorer as well as Netscape may be..

ASP_Volume2 #31840
Custom Progress

Cool looking status/progress bar, slightly modified from user control found on PSC. I only modified code, I take no credit.

ASP_Volume2 #31841
PSC Alert (Detect new Submission)

PSC Alert will run in your system tray and monitor PSC's VB ticker. When it detects a new posting, it will alert you by displaying a small window for a few seconds down by the tray, playing a sound effect, and flashing the tray icon. Before you download, let me tell you now that the project does use an OCX which is not included but the URL to obtain the OCX is in the read me along with more information about where to learn more about my and my coding. You can also look at my BIO above to see I am a regular here along with a PSC Contest winner. I am not some joker out to cause problems.

ASP_Volume2 #31842
How to disable all close methods on a form, fully commented and easy to understand!

This is a very easy to understand example of how to disable the system menu close methods. Hope you learn something!

ASP_Volume2 #31843
VB Home Theater (MUST SEE) API Mpeg AVI Video Player (UPDATED NO DLL)

This is a complete MPEG AND AVI Video Player with a playlist. VB Home Theater uses no OCX its just in API calls. You can change the RATE of the Video. The Playlist is fully functional. This code is a fully functional API MPEG AVI PLAYER. Vote for me please... Also, this code isn'n commented. NOW VB HOME THEATER CAN PLAY AVI FILES. NOW YOU CAN ASSOCIATE FILE TYPES. ALT + ENTER FOR FULL SCREEN I MADE MY OWN PLAYLIST EXTENSION. IT HAS A TIME LINE SLIDER(WITH A LITTLE BUG) CAN YOU HELP ME TO FIX THE TIME LINE BUG??? AND OTHER STUFF... PLEASE VOTE FOR ME IF YOU LIKE IT. LEAVE A FEEDBACK.

ASP_Volume2 #31844
A 'smarter' random name creator

My code randomly will create a name, varied in length (Customizable by the user) and display the name into a list box. The user has an option to use a last name for there 'random name'. My code scans a text file with common 'combos' of letter that you may see together a lot. It will then (on a random chance) make sure those letters are together in the random name. THe user also has an option to choose the first letter of each of the first and last name. Also included is a name combiner (is that a word?). You can input 2 to 5 names and this program will generate a name from the letters you gave it. In here, you also have the option of choose a length for the name, the first letter of the name (first and last) and to make a last name. This program will be great for any RPG er's or anyone who is makeing a game and doesnt like thinking up of a lot of different names. With my program, you are able to save the names you use for future reference. Also, i have included a way to copy a selected name to the clipboard, in case the name is long and you don't wish to type it up, or just because you are lazy. Anyways, enjoy the code, leave comments for improvment, and if you think it is good (or worth your vote) please vote for it. PS. This is my first submission to PSC, so be gentle ;)

ASP_Volume2 #31845
Vertical splitter

Example of control that splits another two

ASP_Volume2 #31846
PB XP Button Update Build 6 (10/1/2001)

A smart looking Office XP Button - You can change the border & background colors, add shadows, disable it, mouse over & mouse out support, set the icon size.... Upadated: build 2 - Added MultiLine Caption Support,, Added Caption Alignment,, Plus some little bugs fixed,, ** Update: Build 3 Added focus rect show or hide, Added Keydown, KeyUp & KeyPress support, Added Set Font Color on MouseOver, Added Set Font Color on MouseDown, ** Update: Build 4 - Added Checkbox type button ** Update: Build 5 Fixed Problem with double click Improverd the looks on the checkbutton, Option button support, Improved the shadow on the icon....... Build 6 - Memory leak fixed.... If you find any bugs or have any suggestions please let know..

ASP_Volume2 #31847
Compact Access Database

It lets the user compact any database including password protected ones. And it also over writes the old one. Uses no controls only API.

ASP_Volume2 #31848
Full AMC Code Generator 2001

(About the author)      It is a generator of source code, it contains an own language of scripts and generates code for any programming language. A publisher of librerias of scripts contains with which organizacion allows one better. This single version supports the data base SQLServer 6,5, 7,0 and 2000. It generates code for VB, ASP and SQL, a complete publisher with SintaxHighlight.

ASP_Volume2 #31849
Control Winamp from a Remote Computer

I wrote this because my Roommate, likes to leave his computer running his MP3's with his screensaver locked, so now I can change his songs, playlist, or stop it completely. It has two Applications, a host and a Client, run the host on the computer that you want to control the winamp on, and run the Client from your computer.

ASP_Volume2 #31850
Bulk Un/Register DLLs & OCXs

generate two batch files (one to register, one to unregister) that manage dlls/ocxs in a dev branch. the batch files execute and give the line number of a failed registry event. this is a two minute script that saves me time in trying to see what new dlls/ocxs were added/deleted...hope it is useful to all.

ASP_Volume2 #31851
killz.bas(VERSION 2)

there are alot of different subs/functions in this bas file for you guys to use.

ASP_Volume2 #31852
regTweaker

This really isn't an update of the program, rather an update of the description. Last one didn't really say what the program does. It is made for Windows 98, however some of the tweaks have been tested and work on 95/NT. It modifies lets you easy modify over 20 registry keys, that improve looks, or rid of annoyances. Check it out and please vote, and leave feedback!

ASP_Volume2 #31853
Adress book

English version of my Imenik application Connects VB and Access

ASP_Volume2 #31854
Easy Generic Multithreading with MThreadVB (Internal Pointer bug fixed)

MThreadVB is a generic multithreader, allowing you to multithread any function or sub. To find out more, read on !

ASP_Volume2 #31855
Telnet simulator

This program simulates the Windows Telnet program

ASP_Volume2 #31856
UPDATED: Magnetic Forms(very Cool)

Gives your Forms a professional touch! With magnetic(automatically docking) Forms. If your using Winamp, you know what I mean. Just move a Winamp window around the screen and it will magnetically snap on the screen border. My Code will not only give you this feature while moving the Forms. Even while resizing! This Code is VERY easy to use. The new Version now doesn't move the Forms manually. This makes it faste on old PCs and Win9x! You just have to see it(PLEASE VOTE FOR IT, too)!

ASP_Volume2 #31857
A Systray Icon Example

This is just a small example that will show you how to (1)Minimize your form and make it dissapear. (2)Place your forms icon in the systray (3)have a popup menu that re-opens the form etc,There is probaly a million codes out there for this sort of thing but i thought i might as well share mine with you.

Languages
Top Categories
Global Discovery