Advertisement

Results for "Volume: 1_2002"

1_2002 #108731
Little Helper: Auto Insert Error Trapping / Comments Based On Templates

This application will allow users to automatically insert error trapping and procedure level header comments into files and or entire directories. This app lets users decide which types of files to apply the error handling and/or comments to. Inserted code is based upon user-defined templates. Several templates are included for starters: form error trapping (raises a message box); module/class error trapping (raises the error to the calling function - retains error stack); Comment template. I used this program to insert error handling into itself! :) THis app requires Microsoft ADO 2.5. This program also requires the Microsoft Scripting Runtime (scrrun.dll) which can be obtained by installing any one of the following packages: Windows Script Host Windows NT Option Pack Microsoft Internet Information Server 3.0 Scripting 3.1 upgrade Visual Studio 98 Visual Basic 6.0

1_2002 #108732
Little Helper: Mass File Renamer

This application will allow users to rename files en-mass in a selected directory based on a search criteria. Files will be returned based on a search string, users can select which files to rename. I use this for correcting MP3 file names that i download (remove underscores, correct capitalization etc) (I used the "Little Helper: Auto Insert Error Trapping / COmments" to insert error handling into this code :) find it on this site! )

1_2002 #108558
A Simple Directory Search Module

I tried to make this as light as possible just add it to your app and call SearchDirs. It takes two arguments the path to search in and the file or directory to find. It puts alot of Data on the Call Stack however it's very very fast. 3 API's, 5 Constants, 3 User Types, no activex or OLE runtime objects. Thanks and feel free to email if you have any questions

1_2002 #108392
VisualEffects #3 - The AlphaBlending (by MrHippo)

And now for the 3rd sample in the popular VisualEffects series, the AlphaBlending. Alphablending tehnique was introduced in Windows 98. It allows you to blend two images smoothly by selecting image's transparency. Well commented and don't forget to check out VisualEffects #1 & #2, the translucency and transparency. Also, if like it or not, please vote & comment and encourage me and all of us to keep on providing each other with coded solutions. Thank you, MrHippo

1_2002 #107635
VBScript collection

A small collection of VBscripts mostly for learning purposes but with some usefull utilities

1_2002 #107389
CreateDirectoryStruct

Creates all non-existing folders in a path. Local or network UNC path.

1_2002 #106941
Atwinda Network Chat v1 beta 1

This is a way good network chat program. The client is short a few features, but thats ok, it's a beta release! As of now, the client supports: Private Messeges, Display Correcting(for the richtextbox ocx), an advanced command prompt (only if you can find it), and Sounds. The usernames and text, as you can see from the screenshot, are formated by color depending on usernames. The client features an AIM type signon window. I really didn't know if I should up this... For now the Server will remain just a exe, without source. This is b/c I used the core of the server to create a new project which is still in development, and is due out in the next month or so, depending on the responce I get from this. Both the server and client are available for download from my site, in an a setup file. http://atwindasoft.myqth.com As not to be rude, I am only gona ask once if you will vote. Please Vote!!! The server source is depending on it! Later ~/Andy Stagg

1_2002 #108666
CreatePath() Function

CreatePath() uses API calls to create a directory tree. A simple application is included to demonstrate its use.

1_2002 #108918
Alarm clock that lets you chose your own MP3/WAV file

Alarm clock that lets you give out a personal message on alarm and lets you chose your own MP3/WAV file to play. Cool and easy! Try it out and vote for it! Thanks!

1_2002 #108919
API functions, all packed in one!

Ever wanted to learn cool API functions to do some neat stuff? Well here it is folks.. all packed on one. Learn how to hide/show mouse cursors, fool around with the registry, rename recycle-bin, change the menu speed of windows, open/close cd-rom.. and call other system commands. Gives you a good jump start on API calls with this neat example! Check it out and please vote for it.. Thanks!

1_2002 #108921
Stereo Vision, TRUE 3D! *Minor Update*

Update: Added option to allow viewing model using a cross eyed method, as well as the original "wall eyed" method. This program renders two images of a simple model from separate camera positions. When viewed similar to a Stereogram image it produces a TRUE 3 Dimensional view of an object. No special viewing devices are needed to view in full 3D. (See the help file for how to view it properly.) This example uses custom D3DTLVertex (Transformed and Lit Vertices) for rendering. The program is responsible for the transforming and lighting of the 3D scene and only sends the screen coordinates, rhw, and color of each vertex to D3D for rendering. This program implements most functions needed for 3D rendering in SOFTWARE including: 3D Object Rotation using 3X3 Matrix Transformation Surface Normals Backface Culling 3D Projection to 2D screen Z Sorting Dynamic Lighting (Flat Shading and Gouraud Shading.)

1_2002 #108691
[A+ Randomize Three Intro Art Splash Screen's Before Load]

What this does is, Takes Three Variables/Possiblities and Randomizes them. It will randomizes three case's, case1, case2, case3, case one will show the intro splash screen art one, case two will show the intro splash screen art two, case three will show the intro splash screen art three. Inside each of the Intro's is coding that either on mouseclick, or in a timer will show form1/main, and hide the intro. This gives a nice effect to your intro art. The purpose is so that when you have intro art on your program, instead of having the same boring Splash Screen show up everytime...it randomizes between three forms that you have created...example in a .zip will be provided soon. Words to help this search out: Intro, Intro Art, Splash Screen, Random, Randomize, Intro Splash Screen Art, Art, Screen, Windows, Case, Hack,

1_2002 #108435
Magnifier Glass effect

Create maginifier glass effect on any BMP image feature with a little animation

1_2002 #107206
Snake / Nibble Clone - Version 1.00

This is a snake / nibble clone that I made as some use of free time. It's one of my first games. I think I've fixed most all the bugs, but if you find any please let me know! Oh, and as far as I know, this only works for VB 5.0 and VB 6.0, I haven't tried any other versions...

1_2002 #106004
The RichTextBox Control

I keep reading requests for RichtextBox code on PSC so I decided to upload one of my templates with a few added features. Nothing that special here really - basic RichtextBox functioality. The RichtextBox is pretty good at what it does though ! This example demonstrates : Find and Replace, Infinite Undo/Redo, Using .tmp files, HighLighting selected words, Inserting Images, Inserting text at a set location with different Fonts, Common Editing Functions, Shrinking a path to a desired length, Creating your own light-weight Wizard. This is not meant to be a complete application merely a demonstation of some techniques. All error messages and bugs are provided entirely free of charge. Feel free to use any of the code or errors as you wish - MS wrote the control - I've just shown how you might use it. It's capable of more than I've shown here.

1_2002 #106776
Napster Bas (Updated with Sample Project)

This bas let you interact with the Napster program though api calls, letting you create programs such as bots or many other things. There are a couple of these around but this bas has a lot more subs and functions making it much easier to program. Over 36 subs and functions included. I have updated it with new functions and a sample project of what can be done with the bas.

1_2002 #105548
Color Picker Demo

Its a Color Picker Demo, like in big Grafik Programs! Its not commented, but ist very easy to understand, only a few lines of code! I use it instead of the Color Common Dialog!

1_2002 #104090
HexEditor Version 1.0.3

This is a full HexEditor with search function. The code is speed optimized. If you find any bugs or if you have an idea for new features then send me an email. I spent a few hours to build a free application for you therefore please rate / vote for this code

1_2002 #108902
Registration Shareware Lock

This is a simple example of how to use a persons hard drive serial number, encrypt it, and make a shareware type registration lock to secure a program. Comes with program lock and registration key maker examples.

1_2002 #108806
ImageView 0.1

It views *.jpg , *.bmp , *.gif , *.ico and *.wmf with the littlest amount of coding ! Yeah i know that its simple as hell , but people need to start with the basics of the controls first i think !

Languages
Top Categories
Global Discovery