Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #30720
Ibrowse **Image viewing at its best**

Ibrowse is a complete Image viewing suite. It opens a range of images, from Bitmaps to JPG's right round to Windows Metafiles. Ibrowse can open up individual images or turn a whole folder into a slideshow which can then be made into a full screen slideshow and is a MUST see. As well as that Ibrowse can also display thumbnails of folders which is very handy indeed. Anyways I love this program I hope you do to, it looks nice and does the job very well so please download it and then vote for it, im allways voting for people its about time some people returned the favour!

ASP_Volume2 #30721
A program that reads a wave file and displays its wave sample and formats (ie. 22050 Hertz, 16-bits)

This is an update of the 'Read a wave file' code that I have submitted a couple of years ago. The old code does not read a wave file in a correct way, and I feel that it does not provide enough helps. Therefore, I used the correct way to read the wave file in this project. This program demonstrates how to read a wave file and displays the wave samples (If there is more than one channel i.e. Stereo, it will display those two channels separately. See Screenshots), Samples rates per second (i.e. Hertz), Average bytes per second (How many bytes play every second), Bits per sample (Bit resolution of a sample point. i.e. 16-bits) and the length of the wave file in terms of seconds. The program also allows the user to enlarge a specific section of the wave file (See Screenshots). When the user plays the wave file, he or she will be able to see a line that indicates the byte that is being play (See Screenshots). THIS PROGRAM IS A MUST SEE! Feel free to leave any comments and questions.

ASP_Volume2 #30722
Moon_Phaser

Sub utility for displaying an image of the moon as viewed from a given phase angle.

ASP_Volume2 #30723
Adress Register

This is an example on how to use ADO without ADO controls. I use the typical phonebook example... It is a complete application I use myself. You can store your friends, bussines associates name, adress, company, telephone, email, webpage, info, photo and more.... If there are several people using the same computer they could all have their own adress registers... you can create as many as you want and call them what ever you want. You can backup your database to any location you want. You can restore your backup. You can choose if you want to be in read only mode or in editable mode. When you are in editable mode you can Add a new post, edit a post or delete a post. You can send a email to current person or open his/her webpage. You can search for post using several search criterias such as: LastName, FirstName, Company, Adress, Telephone, Cellular, City, Country. The project is made with VB 6.0, Service Pack 5 and MDAC 2.5. If you dont have MDAC 2.5 you can get it at Microsoft webpage. Comments and constructive Feedbacks are always welcomed.

ASP_Volume2 #30724
Simple 3D Tute w/ mouse control

3d points shuffled within cubic space rotate according to mouse movement - click and drag over the draw space

ASP_Volume2 #30725
MSN Messenger Clone

This a simple msn messenger clone.It connects to the messenger server and you can send and receive pm's.Check out a tutorial on the messenger protocol from here http://www.venkydude.com/articles/msn.htm Visit my homepage for some cool codes

ASP_Volume2 #30726
Auto E-mail using MAPI controls - now in a VB project!

This code will teach the beginner how to send anonymous and silent e-mails from within their VB apps. Great for silently mailing back a keylogging file! This is meant for the absolute beginner so don't bother pointng out that it is simple. If you use it there is no need to give me credit but please vote or say you like it!

ASP_Volume2 #30727
DirGraph

Draws a graphics view of the disc space usage on your drives, directories and network shares. Allows the user to navigate around the view to get zoomed-in or out viewsof the data. Useful for trying to find why that 12Gb partition is suddernly so full... For more info, including a tutorial, see http://www.spillett.net/DirGraph/

ASP_Volume2 #30728
Multi-Level Security Access (ADO version Updated):

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (ADO). You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

ASP_Volume2 #30729
Alpha Channel

A simple alpha channel. x% Transparent. See ScreenShot!

ASP_Volume2 #30730
A Web Browser

This is an Internet explorer with which you can download weppages and print them.

ASP_Volume2 #30731
RPG Tutorial #3:::Speech

This is the #3 tutorial for a RPG that i am making, it contains advanced speech like in fallout,baldurs gate ... Unlimited number of choices to reply to what the NPC said.The map has 3 NPC-s and they all 'talk'. One of the NPC explains how the code functions!!!!Ph and by the way,please vote this time and give me some feedback no mater if they were good or bad :))))

ASP_Volume2 #31092
VB Frogger v1.0

This is a full clone of the classic Frogger, now with nice graphics, a level editor, sounds, and more! Take a break from your day and enjoy this nice game! (O:

ASP_Volume2 #31093
A simple DAO application

The purpose of this app is to show some basic operations on databases using DAO 3.51 . Very good for begginers.

ASP_Volume2 #31094
SMTP email Sender

Send Emails from any email address useing the winsock control. very well commented and easy to use GUI. this is my first submission to PSC and i only hope this code helps you all and is at the highest standard.. Please leave feedback and tell me your thoughts and suggestions.. :) cheers.

ASP_Volume2 #31095
MUD Client

It was originally made for to go with the BeMUD program posted a little while back. I finally got back from school long enough to post this. I made it several months ago but it seems to still be working just fine. Probably one of my better pieces of work as a beginner. =P I thought about it and realized I should note that I am not the author of BeMUD. I asked the author of BeMUD (back while he was making it) if he wanted my help, he told me to make this.

ASP_Volume2 #31096
CAM

You may use CAM (Cellular Automata Machine) to learn how to make A cellular automata software. It includes the famous Life Conway and optionally you may use several more rules. You may add your own rules if you change the code.

ASP_Volume2 #31097
Screen Saver with **Demo** (in Display Properties Dialog)

This is a Screen Saver whose thumbnail appears in the Display Settings' Monitor (See the Screen Shot). First time in PSC!! Please Vote/Comment on this code. Thanks.

ASP_Volume2 #31098
Arrays and Loops for beginners

This tutorial is a guide to arrays. It goes through Multidimensional arrays, control arrays, standard variable arrays, using loops with arrays and standard loops. Quite big tutorial, 3000 words, includes examples and example vb projects.

ASP_Volume2 #31099
Play wav from resource files with API sndPlaySound

This is a very simple API wrapper in a bas module for playing a wav file within a resource file using the API function sndPlaySound. I tried to figure out how to do this for some time and thought I should share it with you. I belive that for you experienced programmers, out there who are used to work with API, this is simple. But hopefully it will help out someone. I have included the bas module in case the formatting of the code will be to hard to read. I got great help from sotirisdj who had a project who thought me this technique.

Languages
Top Categories
Global Discovery