Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #56780
Easy pinger

A app that lets you ping computers and send messages to win nt/2000 machines...

ASP_Volume3 #47914
Silly Game v3

This is the third version of the original submission "Silly Game". I added sound, comments...simplified coding ect.. The program is very clear, commenting what's going on throughout the project. I got rid of some variables and delt with objects directly to loosen up memory and speed up performance. Along with the changes I still managed to keep it simple. Programmer after programmer keeps updating this program, so anyone interested in upgrading this program even more, read the readme for documentation. Oh yeah, forgot! you can vote for me if you like what I've done.

ASP_Volume3 #47113
Virtually Simon_Cool Check It Out!

Cool Simon Music Game Uses Midi Notes.

ASP_Volume3 #56975
ListView Editable SubItems

Create a listview with editable subitems, without using the MSFlexgrid control. Stand alone module can be used for any project where you need this kind of functionality. It doesn't use subclassing, so it will not make your project unstable.

ASP_Volume3 #56735
How Know the property and method belong a DLL using Type Library. Useful to simulate Object Brower

With this program, you can see the property and method with yours parameters from a Class. It is useful to identify faster the method with parameters when the InterDev not give. Also, you can see faster any DLL to use in your program

ASP_Volume3 #56226
A Standard ColorPicker (Updated .... More Good Looking Interface)

A ColorPicker that is similar to Adobe photoshop & Corel Color Picker. This was actually developed for my Paint Programme. It is faster and have mainly 3 modes of Color spaces and Preset mode containing safe palette and custom colors. The color algorithms have been optimized for speed. The same code have been translated into C++ and posted in PSC. see 'Great ColorPicker'. See this also and notice the speed difference between C++ and VB that use same algorithm. All Suggestions and VOTES are welcome.

ASP_Volume3 #53776
LEDProgress Bar 1.1

NOW WITH MAX AND MIN PROPERTIES!! This is a simple horizontal progress bar with yellow and red zones. The zones can be changed and values must be within 100. If you don't want any zones at all and just want green, just set the yellow and red to 100. Still working on a more visible label for the center, otherwise not bad. PLEASE VOTE NO MATTER WHAT YOU THINK.

ASP_Volume3 #56449
The password protected textbox control. Cure to the hack (updated)

In the past days, we have seen an exploit on how to get the text behind the password protected textbox control. This was sure a security breach. Windows XP don't have the same problem with their password protected textbox. They use their control from comctl32.dll and not user32.dll! Our textbox has the same protection. It is subclassed to intercept the WM_GETTEXT and EM_SETPASSWORDCHAR by transforming them into WM_NULL upon receival. Download the source and check it out. Any comments or suggestions are always welcomed :-) Subclassing source was borrowed by Stephen Kent's excellent article on PSC site : http://www.planet-source-code.com/xq/ASP/txtCodeId.30275/lngWId.1/qx/vb/scripts/ShowCode.htm

ASP_Volume3 #55003
Proper MSN Messenger Clone!

Sign into MSN Messenger service and chat to friends online with this MSN Messenger (Windows Messenger) Clone. Please give some feedback..

ASP_Volume3 #51792
Force Numeric Entry in a Text Box Using API

This routine will cause a textbox control to accept only numeric input. Any other input (including the '-' and '.' keys) will be ignored. Note that it is still possible to paste non-numeric data into the textbox. There have been plenty of examples of this in the last couple of days - in the comments section of one of these someone suggested using the API. So, for anyone that is interested, this is one way of doing it... I've put this in the intermediate category only because it uses API functions - otherwise it's straightforward code. I've only tested this in VB6.0 on Win2k, but it should work on any Windows platform from Win95 up.

ASP_Volume3 #47575
About the MSWEB DVD Control

The mswebdvd control exposed. Complete A-Z reference of the control from AcceptParentalLevelChange though to the Zoom method. All packaged in a DAT file. If you’re considering building a DVD app obtain this. All extracts taken from the MSN site, I got fed up of having to go on line searching MSN every time I had a query, so I wrote this.

ASP_Volume3 #56973
speaker

Sends beeps through the internal PC speaker. Some programs work with NT but not Win9x, others work with Win9x but not NT. This program works with either. It has been tested on Win95, 98, Me, and NT 4.0 systems. Should work with 2000 as well, don't know about WinXp. There is a module that tests for which operating system is present, and uses the appropriate code to beep the internal speaker. The Win9x code was adapted from code written by Jorge Loubet. It requires the presence of Win95io.dll which can be downloaded from http://www.softcircuits.com.

ASP_Volume3 #55994
Visualicious Visual Styles Wizard for WindowsXP

Update any portable executable (.exe's) to use the new Windows XP themes. Yeah, yeah yeah, ther are lots of manifest makers, creators and wizards, but none come close to Visualicious!! Whats different than my earlier version is that ther is no longer the need to include a manifest file with your final product(thanks to Mick Doherty). Visualicious actuall inserts the manifest into the .exe, there is a recovery feature that lets you restore any changes made by Visualicious. It is recomended that you first make a reference to CommonControls6, you can see how I did it when you view Visualicious' source.

ASP_Volume3 #49802
Euro-2-Drh

It's a very simple but efficient Euro converter from Greek Drachma to Euro and vice-versa... can easily be changed to any local currency.

ASP_Volume3 #53515
Skinable Form!!!

This allows you to change the look of your form easily without haveing to be prescise with the pictures. this loads up the individual pictures and puts them together to display and awsome cover for your form. {See ScreenShot} Please Leave Comments and Vote if you like my code.

ASP_Volume3 #56436
Spearminder - A simpel reminder program

This is a simple reminder program. Just pic a date and enter a text and it will remind you of it on thd corect date and time (if you don't want any time, just a date, then just let the time field be). It will run minimized to the system tray and is very small so it won't eat up to much system resources. If it's to be any reall use put a shortcut of it inot the autostart folder so that it starts everytime Windows does.

ASP_Volume3 #48404
ISChanged

Simple way to check for changes on a form.

ASP_Volume3 #53122
Matrix Tracer (Ramdom Number Generator)

This is a re-done version of Nick Romanelli's Matrix Tracer code(http://pscode.com/xq/ASP/txtCodeId.21214/lngWId.1/qx/vb/scripts/ShowCode.htm). I have left his origonal forms in there with the code untouched so you can see the big difference. I have added a small command-line parsing function which controls the program. Im sure there are better ways of doing this than I have, so please, any comments or suggestions are welcome. Again, the new code is all mine, but the concept was Nick Romanelli's.

ASP_Volume3 #56021
HTML Help File Generator

Take any ActiveX dll with unique help context ID's and generate an HTML help file outline of all the methods, events, properties and eneumerators.

ASP_Volume3 #48572
Create a VB 6 class from an Access database

This code takes an Access 2000 database and creates a VB 6 class. Greatly reduces the amount of time you spend creating classes based off of your databases!

Languages
Top Categories
Global Discovery