Advertisement

Results for "Volume: 2002ASP"

2002ASP #5106
UniqueID Function

One-Liner to generate a unique Id. Does NOT require a database. No autonumber fields needed.

2002ASP #2901
smtp server

With this code you can make your own smtp server. It's just a demo, not a full program. Without any options, that will come soon. But it works fine now.

2002ASP #4196
Trick VB into making small bit arrays by controlling its array management

Replace the array descriptor that VB uses with your own descriptor structure, and make it point to your data. Here is an example that forces VB to create an array of bytes that only takes 2 bytes per array element instead of 6, plus the descriptor size. Lots of comments. Please don't forget to vote!

2002ASP #4836
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. This application does require one custom ocx (vb5 & vb6 versions), which is included and needs to be registered before it can be used. Other FREE ocx's by the same author may be found at http://www.devpower.com ---CODING EXAMPLES---: MSFlexGrid, multiple instances of a form, IsNumber (Allow Dec Point), API Open, Save and directory Dialogs, return only the file name from a string, return only the path from a string, Arrange MDI child forms, Select a printer, print right-justified, print center, print a double line, print a footer, check for end of page, random access files, simple graph using just code, center a form, fit a form to the screen, vertically fit a form to the screen (all task bar aware), center an object within an object, make a form always on top, copy to information to the clipboard - Just to mention a few.

2002ASP #2044
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.

2002ASP #3063
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

2002ASP #4792
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.

2002ASP #3839
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.

2002ASP #3250
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.

2002ASP #4916
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. :-)

2002ASP #5135
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.

2002ASP #3986
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).

2002ASP #3184
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)

2002ASP #4137
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!

2002ASP #1997
Animated Tasktray Icon

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

2002ASP #357
Import Export Registry Keys

Import And Export Registry Keys

2002ASP #4240
TAG - Action-Packed realtime MULTIPLAYER GAME - must see!

I made this game as a project to learn about winsock, and to prepare myself for a future project that uses similar concepts as this game. In this game, you chase your opponent around an "arena" until you catch him/her, at that point, he/she becomes "it" - like the classic childrens backyard game of tag. I plan on adding a map editor which will enable players to design their own arenas, including ramps, pillars, etc. The next thing i will be doing is tightening up the calculations and code to make it run smoother and not fall out of sync like it likes to every once and a while. This code is a must see for anytone that plans on making their own online games. please VOTE FOR ME if ya like it. If you wanna play a match with me, my ICQ number is 91914752. Enjoy, and happy-programming. If anyone knows how i could tighten up the calculations and improve the game's efficientcy in any way let me know, I HAVE HEAVILY COMMENTED ALL THE CODE so it should be pretty easy to understand. remember to vote =)

2002ASP #4952
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.....

2002ASP #2982
OLE Sound Compiler

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

2002ASP #4791
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]

Languages
Top Categories
Global Discovery