Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #120130
MS FlexGrid Tutorial

This program is designed to teach the user how to load data into a FlexGrid from an Access database and then manipulate the FlexGrid to perform typical database actions such as Add, Edit, Sort, and Delete. The database manipulations are executed with ADO methods

2_2002-2004 #120131
amazing Contour 2.0

amazing Contour 2.0 Fastest and Smooth line New concept to find Triangle

2_2002-2004 #120132
Secure Hash Algorithm SHA-1

The function SecureHash generates a 160-bit (20-hex-digit) message digest for a given message (String) of any length. The digest is unique to the message. It is not possible to recover the message from the digest. The only way to find the source message for a digest is by the brute force hashing of all possible messages and comparison of their digests. For a complete description see FIPS Publication 180-1: http://www.itl.nist.gov/fipspubs/fip180-1.htm (HTML version) http://csrc.nist.gov/fips/fip180-1.txt (plain text version) I wrote this a few months ago, prior to recent PSC submissions describing how to use Internet Explorer's hashing functions (in advapi32.dll). It is present here solely for your edificaton and entertainment.

2_2002-2004 #120133
Com Object that Yellows object on form with the focus,

When users are tabbing on a form they can lose track of where they are, I have written a com object that highlights the control with the focus

2_2002-2004 #120134
Advanced MP3 Player Thingy!!

Really cheesy name but i had to come up one! Simple kind of MP3 player that DOESN'T use the Windows Media Player Control (I was getting kind of sick of it). It uses the "Impulse MP3" control that comes with Impulse Studio. Only supports MP3 and MPU file extentions as far as i know. Could play others. Supports drop and draging of files and command line arguments (eg. "c:\My Documents\MP3 Player.exe "). also has a simple playlist. You may have to register the "ImpulseMP3.OCX" file that is included. Not fully finished or bug proof. Any comments would be nice!!

2_2002-2004 #120135
CreditPro

Helps to maintain credit customers, with the details of bills and outstanding balance, etc. Useful for small companies, total solution. No need to purchase big software which has got too much unwanted functions for which you don't need to pay for. The code has got very useful stuff like managing ADO DB, creating reports, etc... hope you like the code and most of all the application. Most of the reported bugs are fixed (which were a few ui bugs). Check out now the update.

2_2002-2004 #120136
AllDrives

It finds all the drives connected to your computer in only 10 lines of code. And the is more about creating files and folders, Copying files and folders! Very handy !!

2_2002-2004 #120137
Strip Characters from a string

This function is to strip all instances of a character out of a string. Its fairly compact and simple. Hope its helpful to someone. :)

2_2002-2004 #120138
DateValidation

In general this is a function, that validates an entered date. It sets the output-date one day after the input-date and verifies if there is a month or year-break and even handles leap-years. I made it because I needed a way to point dates where the end can't be before the beginning, which may happen thru bad inputs. In this way the end-date is always in the future of the beginning-date.

2_2002-2004 #120139
I3D Graphics / Virtual Reality Engine

This is a 3D Graphics / Virtual Reality Engine called I3D. It does have some very complex/complicated routines built in, but MOST are easily understandable. This engine is very useful and functional and has powerful mesh controlling routines. It has the ability to load .3DS models, .X files, and .MDL models. It has such features as billboarding(makes texture constantly face user head-on), texture loading, terrain loading, light object creation, collision detection, camera/viewport controls, etc... It has many, many routines for matrix/vector/quaternion math. This 3D engine is even equiped with a particle system.

2_2002-2004 #120140
Xrated DJ-2001 - Audio Mixing Machine

With this Program you can mix 2 Audio files of almost any type in real time. It uses Microsoft Windows Media Player Techniques.

2_2002-2004 #120141
Error Report & Feedback

This code will simply tell the user that an error has happened, and will let them mail the user or exit after the error has happened, I myself place this in my Form_Terminate section. This could be easily updated to work with a error trapper code of some kind, I take no credit for the e-mail program, it was created by someone else on PSC and many thanks to them. Also, on another note, please change the e-mail address to your own or something else, from mine, or that or send me feedback from the program :) My first post, please vote if you like, hating me and closing your browser and stomping bunnies if you hate it...

2_2002-2004 #120142
AOL ad killer

This code will close and (To the extent of my knowlege) stop AOL ads from downloading. These are not the popup window ads, but the ads on the read email, buddy list, etc. This code was tested in Compuserve, but should work the same with AOL. Let me know if it doesn't. Just run it and watch!

2_2002-2004 #120143
Catalyst SocketWrench Complete File Transfer Example!

Here it is ladies and gentlemen, the complete, fully-commented, documented, file transfer example for Catalyst SocketWrench 3.5 written by yours truly! Features: * Client/Server File Transfer -- Complete client to server file transfer. Works with small, large, and HUGE files! Tested on many platforms! * Custom Buffer Speeds - Preset buffers, custom buffers! Make it go fast... make it go slow! * Progress Monitor - Automatically displays the progress in a progress bar, and also the percent complete in a label. * TCP Socket - Works with Internet file transfer as well as LAN file transfers! This code includes a document (readme.txt) which includes basic/more information, and the actual source code is fully commented. NOTE -- Written in Visual Basic 6.0 SP4 on a Windows 2000 platform (tested on all other Win32 platforms). Developed with latest version of SocketWrench, which you can download at http://www.catalyst.com for FREE.

2_2002-2004 #120144
Teach yourself

This is a zip files that teach dim statement and other example!! Warning, only open in excel or word 97 / 2000!! Or you cannot open it!! Added INFOMATION : See Also Teach Yourself 2 and 3

2_2002-2004 #120145
ProgressBar and Slider

ProgressBar and Slider in one to the component. Different sorts of mapping. Handle of sorts of cursors. Certainly it is possible to make and better but me arranges. Excuse for mine English.

2_2002-2004 #120146
Tutorial on ECommerce implementation: Learn how to implement ECommerce transactions using sockets.

Well, I think that this one is the most valuable and lengthy article ever posted to Planet-Source-Code. Anyway, download this and decide it yourself. A very neatly designed HTML tutorial and three full fledged projects are there. Just say bye to your uncertainty to internet in general, and ECommerce in particular. After reading this article, you can: Get the basic concepts of making ECommerce transactions from ASP/VB projects. Get the concept of developing and implementing COM (Component Object Model) DLLs (Dynamic Link Library) for ASP applications. Learn how to write socket based servers Learn how to use wrappers - in this case, a socket wrapper for using windows sockets from ASP. Get some killer logic to put in your next project :-) Don't get afraid even if you can't understand anything from the description. Of course, I prepared the whole article very plainly - sticking to the basics; and I am sure than any one with a very basic knowledge of VB and ASP can follow this very easily. Thanks for already making me a winner two-three times, and I expect it again from you. Because, I took nearly 9-10 hours to design and develop the whole thing. Also, visit my website http://www.geocities.com/anoopj12 , when you have time. Regards, Anoop

2_2002-2004 #120147
Sixteen million colors DLL

16 Million Colors DLL. Example of a straightforward DLL, written with NASM, to cycle through all possible colors quickly. For 24-bit color only. All source code included. Zip file 8.5KB.

2_2002-2004 #120148
System wide Idle check

Checks for System IDLE, by detecting when and if the mouse or keyboard has been used.

2_2002-2004 #120149
reVamp - WinAmp Clone(fixed)

NOTE: This one Works (sorry 'bout last one) reVamp is a Winamp clone made in Visual Basic 6 It's Current Features are: * Winamp style Interface * Sliding Progress/Volume/Balance bars * Clickable Progress/Volume/Balance bars * Tells % of Volume/Balance * Full Read/Write ID3 tag Info * Song duration Progress Bar (can click/slide) * System tray icon (easy control) * Moving name plate This was basically just for fun, not for people to use, Naturally Winamp is better. I am yet to add a Playlist window due to the fact i didn't know if it was worth all the trouble. If people like it and want me to add it in, then just tell me and it'll be done :) You can also vote for me if you think it's good.

Languages
Top Categories
Global Discovery