Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #51751
Savings and Loan Analysis

This code shows how to calculate loan payments and build an amortization table. It allows the user to include an additional payment, and calculates how much money is saved with the extra payment added. It will show you the total amount you will pay in interest over the life of the loan. The amortization table can be saved, modified, and printed. You can select a range of cells and copy them to the clipboard to be pasted into a different document. You can find what your monthly payment will be entering the loan amount, interest rate, and length of the loan or you can entering the a monthly payment, interest rate, and length of the loan and the application will tell you the total amount you can borrow. If you don't want to borrow but want to know how much you need to save each month to reach a goal, then this application will help you do that as well. It will even factor in cost of living increases. *** Update: Replaced the required OCX with custom controls.

ASP_Volume3 #47219
Simple Address Book Database

This is in response to a 'Request for Code' in the discussion forum. It's similar to lots of other submissions of address book style apps. It shows how to create and access a database without any data controls - just by referencing 'Microsoft DAO 3.6 Object Library'. Purely an introduction to databases - nothing more. A simple address book in 160 lines of code, easily expanded, with lots of comments to guide a beginner through the code.

ASP_Volume3 #48854
Rapid Java v1.1 !!!

reate Java Programs/Applets with lightining Speed. Forget Switching b/w Windows and Dos And Back and so on It has the option of running even command line programs made in Java directly from windows. You can even run an applet in the web browser or in the applet viewer directly.Please Vote The zip file provided has a file named rjavasetup.exe please run this file.THE CODE WILL UNZIP IN THE SAME DIRECTORY IN WHICH YOU WILL INSTALL THE APPLICATION(code.zip) Visit www.gauravcreations.com for cool programs

ASP_Volume3 #51667
Scrolling Notice

The basic part is to have a message poping up from the system tray area with a hyperlink in it, then after a while it returns back.If you click the hyperlink the site will be opened.

ASP_Volume3 #52359
Wav Recorder

This is for programmers who wants to learn how to use waveIn API's for recording and how to use mmioXXXX API's to save the recorded WAV into a file. It also exhibits the use of CALLBACK_WINDOW procedure. Start the application so that the recording can be started as soon as the source is ready. Just play any music, say from a CD source, Microphone, Line In. Make sure that the line is not muted, and the input device (Wave In) is selected. This can be done with the help of Volume Control which comes with 98/NT 4.0. The rest is easy

ASP_Volume3 #52208
Winsock Example

This is a great addition to those who read my Complete Winsock Guide. This shows u how to make a simple yet effective chat server. I left out the fancy stuff but when I finish my current Chat Server Ill upload it. Please read my Complete Winsock Guide and vote for Both I'd be very greatful :). I left room for you all to add features for yourself but Ill upload a better version of this one with those features in case u cant firgure it out.

ASP_Volume3 #50051
Amazon Book Searcher

The Amazon Book Searcher lets you search for books available on the Amazon.com website. You can search for books by their Title, Author, Subject, ISBN, Publisher, Format (Hardcover, Paperback and etc), Reader Age, Language and Publication Date. In addition to the book's Title, Author and Average Rating, the program can also retrieve the book's Price, Cover type,Number of Pages, Dimensions, Publishers, ISBN and Sales Rank by checking the "Retrieve Book's Additional Information" checkbox in the Advanced Options Tab. With the Amazon Book Searcher, you can also save the books you found and edit them later. This program can also connect to the net for you if you're not connected while searching. This code is well commented, and I'm almost sure this program is 100% bug-free.

ASP_Volume3 #49172
Without Common Dialog Control

This code does every thing that the common dialog control can do. the module CDModule (CD = Common dialog) has function that replace the common dialog actions. You need to have the common dialog dll.

ASP_Volume3 #51926
Ping Graphic

PingGrap this prog makes a graphic from the ping that was returnet see screen shot the egine (how to ping) is from some one else but i modifed a lot like no error codes but discritions (Those discription maby not fully right but most of them do) i wanted to use this to see when it is getting very busy on the net(you get peeks in the graphic). i hope you like my code and vote for it and you give me a feedback. :-)

ASP_Volume3 #52367
Sniper Messager

Use this to scare your friends by installing the server on there computer typing in there ip address and bring up custom message boxes on there screen.

ASP_Volume3 #50261
A Cheat in VB 5/6!

This is a cheat (a secret, you may call) in VB 5/6. It displays VB credits and plays a nice MIDI file! I found it somewhere on the WWW (sorry, I don't remember exactly where).

ASP_Volume3 #49061
VB Code to Shell and Wait

Executes a command passed as a string, and waits for it to finish. Example: lResult = ShellAndWait("d:\ztbold\ztw.exe", 10000) That calls the d:\ztbold\ztw.exe and waits for it to exit for up to 10,000 milliseconds. If you want to call something and redirect its output to a file, you'll have to call CMD.EXE like this: lResult = ShellAndWait("cmd.exe /c MyCommand.EXE > MyFile.TMP", 10000)

ASP_Volume3 #50512
NetZero v3.1.2

This is probably the first NetZero alteration made for v3.1.2 considering they only came out with it yesterday morning. It basically removes the NetZero banners, but also replaces the logon screen. I put a lot of work into the code and would appreciate votes and/or comments. I really don't want there to be arguments in the feedback section over how this effects NetZero, so for anybody who is going to post a reply please just let the comments be about the code. *Now with disconnect button *It now takes away the 40 hour time limmit!

ASP_Volume3 #47175
Animated Tasktray Icon

What this does is places an icon in the task tray and shows how to animate the icon.

ASP_Volume3 #44803
Import Export Registry Keys

Import And Export Registry Keys

ASP_Volume3 #51997
ADO Connection Builder

This application discovers all about ADO Connection builder to help you Creating ADO Connection String to any databases or maybe use the codes to your project in simple way as 123.... Don't forget to vote me.....

ASP_Volume3 #48756
OLE Sound Compiler

This code will encrypt a wav file onto your form so you dont have to load them up from directories

ASP_Volume3 #51668
Net Usage Monitor

Net Usage Moniter-ReadMe This application calculates the time connected to the net and finds out the total amount spend by surfing the net. The cost is calculated as per the pulse. If 180 is the pulse then even if you connect for 1 second the cost of 180 second is added.Thus a correct amout spend is found out. It also uses DD7 to display the session details after you disconnect from the net and also a log file. When you move the mouse near the tray the time you are connected to the net is poped up. You can also disable this popup. The code is well commented-each and every line. You can learn the following things from this code. *Check for internet connection *Read and write from registry *Keeping log files *Display text directly to the screen *Add details of a file to textbox *Add, Delete,Modify the tray icon *Read from resource file *Slide down opening of form as given by Scrolling Notice http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=14911 The program is not tested on NT and is not for it. I think changes are needed in api call,then you have to get OSversion etc, to make it work there and here in 98. I created this for my personal use and me and my friends dont have NT to test the other part. [email protected]

ASP_Volume3 #52311
Enhanced Split Function (2D) (Fixed)

This code is an addon to the "split" function in VB, it takes an string and will split it into a 2D array. It's pretty easy to figure out. I wasn't sure whether to put this as a beginner or intermediate so it is kinda inbetween. If you're using VB5 or before you'll need to download a replacement split function from this site somewhere. Latest - Fixed a small problem with different sizes of one dimension (could have been fixed with on error resume next but this is more effective)

ASP_Volume3 #46529
Vb Code Sniplet Reader Beta 2

Hi this is a cool little project I made to keep all my source code on one handy place I made this project about 5 months ago but know I have updated it and added some more cool things Like the Listview controls and also it does not use a dat file any more it know uses a Microsoft Access file so you can add more code. Anyway I hope you like it or come in handy. Please Vote if you do Thanks.

Languages
Top Categories
Global Discovery