Advertisement

Results for "Volume: 2002VB"

2002VB #21085
ERacer - Industrial Quality 3D

ERacer demonstrates industrial quality 3D graphics using Microsoft DirectX7 and Visual Basic. You can download the program and sourcecode right now and start exploring the 3D world using one of two agrav fighters, at daytime or nighttime, on one of several terrains. You can even try to defend your base against attacking alien fighters. ERacers features include true 3D terrain, lensflares, dynamic lighting, texture animation, mipmapping, mesh animation, decals, alphatranslucency, interactive interface, sizable viewport, true 3D sound, complex physics, fighter ai and more. Enjoy! System requirements: P166 (hot 3D accellerator) or PIII (older 3D accellerator), Windows 95/98/00/ME, Microsoft DirectX7, Joystick (optional), Soundcard (optional). BUG FIXES (thank you for the reports, related feedback deleted): FEB16 Fixed zipfile subdirectory problem FEB17 Joystickless mode fixed FEB 25 Uploaded correct zip, joystickless mode *truely* fixed (sorry for the troubles)

2002VB #21115
SEARCHER

This is a screen that will allow you to do searches for anything. It uses control arrays, so you can keep adding search/sort criteria. Keep in mind that I was actually passing field objects to manage the various drop-downs, so you'll have to incorporate your own data access techniques. I had to strip out some things, because it dealt with my own Interface classes, but it should at least give you some ideas. If you use this, PLEASE VOTE. Email me @ [email protected] if you have questions/comments.

2002VB #17682
cTextBox (Customized Textbox)

This all started when I noticed that I was constantly adding in code for when a textbox got focus, lost focus, etc. I decided that this would be a great chance to try my hand at making my own control. Fortunately, I spared PSC users the pain of some of the early versions of the control. I'm pretty happy with the latest version, so let me know what you think (and if you like it, vote for me! :-). Oh, I guess I should mention what it can do. It has several customized properties, such as "AutoSelect," which when True causes the text to be automatically selected when the box receives focus. Then there's "AutoUpperCase," which makes all entered text to be in upper case as it is typed. Then you've got "BackColor_Normal" and "BackColor_OnGotFocus." That's right, you can have it change to a different color when it receives focus (great for highlighting the current textbox when a user has a lot of fields to fill in). There's also "DefaultText" and "UseDefaultText." These are for having the text in the textbox revert to the default text after escape is pressed twice (the first esc is like an undo when you've started typing over something in the box). The latest feature is "TextType," which causes the textbox to only accept certain keystrokes, depending upon the property value. For example, there's AlphaNumeric, which allows everything, and then there's one for allowing only positive integers, and one for negative integers, pos/neg reals, alpha only, etc. This isn't like normal validation which checks the text after it's entered. This checks each keystroke and throws out the ones that aren't to be accepted. To run the tester .exe you'll need to register the cTextBox.ocx, or you can open the cTextbox.vbg file and run it from there. Let me know if you have any comments/suggestions/bug reports. Thanks! (and don't forget to vote :-) Oh! I just remembered, there's another property (two actually), "EntryTimerEnabled" and "MaxEntryTime." These are used to keep track of how much time it takes for a user to enter text in the textbox. If the maxentrytime is exceeded then the "EntryTimedOut" event is fired. This was added because my company often wants users to login to shop floor systems by scanning there badge ID and we needed to prevent the user from typing in an ID. Since barcode readers (or whatever type of scan device you use) are generally faster at generating characters than most typists, you can prevent typing in an ID by experimenting with the MaxEntryTime value.

2002VB #22466
Automatically Load and Save ListBox contents

Allows users to add and remove listbox items, all listbox contents are stored in a INI file and reloaded automatically the next time the app is run.

2002VB #20442
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

2002VB #21892
Random Wav Player

I was really bored today, so I made a completely useless little program that selects a random .wav from a specified folder, plays it and then closes. It could be put in the startup folder and used to play a random .wav sound when Windows starts (as a replacement for the Windows sounds), or any other event.

2002VB #22444
VB DirectX8 OCX beta v1.0

Free DX8 control to build simple 3D scenes, load 3D DXF, X , lands and custom files. Walk mode, trackball mode, easy texturing, 3D world simulation, object tree.

2002VB #22368
TapiTest

This is an update of TapiMon, TapiTest monitors outgoing call from your modem and it can also place a call of voice or data type. It gives you an option of Voice or Datamodem. Please vote for me (Thank You)

2002VB #20956
Cube rotation using heterogen matrix

Have you ever asked yourself on how to rotate a Cube using heterogen matrix (or not so far) ? I give you the answer and a way to 3D programming...

2002VB #22467
Regular Expressions VBA

Regular Expressions So what are regular expressions? Regular expressions provide tools for developing complex pattern matching and textual search-and-replace algorithms. Ask any Perl developer, and they'll tell you that regular expressions are one of the most powerful utilities available for manipulating text and data. This MDB in a very basic way shows how to use RegExp with Access97. It shows parsing a string and validating a field with regular expressions. How to use regular expressions to break out an area code from a free format phone number and a form to develop and test regular expressions. It also shows parsing a CSV type file with fields seperated by a comma this could be expanded to parse any type of printed report page file. Contains Regular Expressions to validate phone numbers,urls,decimal numbers,email addresses(very simple) and US and Canadian Zip codes. It also shows how to force Access to install a reference from code as you cannot set the reference in the normal tool-reference selection.

2002VB #22470
Scrounge

Extracts all dependency information (.dll's and .ocx's) from an executable, and returns the information in a listbox. Also has the option of saving the information to a comma-delimited file.

2002VB #22438
Advanced Graphics Routines 2.2 UPDATED **must see!**

If you want to adjust the brightness of a picture, rotate a picture with ANTI-ALIASING or AlphaBlend pictures together, maybe using an invisible mask color, and all that in vb and in just milliseconds... then you need this code! I wrote all the calculations in a C++ DLL, because it is much faster and easier to use, you just need a few lines of code to make incredible effects! in the zip-file there is the DLL and a VB-Demo to demonstrate the possibilities and the performance of my dll. NOTE: Version 3.0 is released, go to http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=21470 UPDATED! 2.0: The new package now also includes a VB-Only-Version with the functions from the dll rewritten for VB, so you can use the stuff without the dll! (though the dll is faster than the still fast VB-code, so i would use the dll). I also included a BUMP MAPPING routine a BLUR filter and an IMPROVED ALPHA BLENDING routine. UPDATED! 2.1: Fixed a problem with 16 bit color depth. included MOSAIC filter. UPDATED! 2.2: Added some nice, useful timer- and counter-functions. See demo for description. I Also added a complete DOCUMENTATION of all functions with descriptions of all parameters to help you using my code (see "readme.txt"). Test it and *please* vote for this really useful and good piece of code! NOTE: Version 3.0 is released, go to http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=21470

2002VB #19028
A REALLY COOL GAME ENGINE - see screenshot

It is a game "engine" basically. I was making this game a long time ago called Damiens Quest, over a half a year but gave up into making it a full game. It comes with a map editor specially made for this game and the game itself. You can walk around and get hit, but thats about all. At the time when I stopped, I implementing magical powers and music into the game, but stopped. Study the code and alter it any way you like to fit your needs. All the graphics (tiles and sprites) were created by me, and most of the coding except for the resolution change was coded by me also. Here is a few things to take note of: The game sets the resolution to 800x600x32 when you run it, so don't be scared if your screen flickers for a second. Make sure you stop the game the proper way to get it set back. I didn't implement the code to change resolutions on the map editor, I got to lazy, so to make it look normal set your resolution at 800x600x32. If you resolution is different then you wont see all the tiles or the lines keep on drawing even after the tiles stop. To exit the game the way it was meant to, double click on the black background to the left side of the game screen. This will set your resolution back to normal so don't worry. If you do ctrl + break then the resolution doesn't get set back. I warned you. Don't play the game with the music checkbox on, for some reason the enemies run super fast. I was going to fix this but I stopped working on it. I know this game is very basic, but it is to teach you what can be done. To be honest, I forgot what a lot of my variables mean so I can't be much help anymore. I just wanted to share this with you, but if you do need some help then ask for it in the reply, I'll do my best to help you. my email is [email protected] send me comments or questions here. If most of you don't understand how the game actually works, I will write up a quick tutorial that explains how everything works. (hopefully I remember after all this time) So in your replies ask for this tutorial, and email me so I will forsure see it.

2002VB #19034
Shell Sort for Strings and other data types

Shell sort routine, created for strings, but easily changed for any data type. Pass in an array. Features arguments for the last element of the array to be sotred, and also the first. Fast sorting routine, should be compatible with all versions of VB, because it is straight maths, although the "optional" keyword in the declaration isn't compatible with earlier versions. Enjoy

2002VB #20163
IMPLEMENTING WEB TRANSACTION SYSTEMS: STEP BY STEP

This project is basically to demonstrate the Implementation of WEB TRANSACTION SYSTEMS. You can use this component not just for implementing ECommerce transactions - but for any kind of socket based communication. Once you learn this project, you will get the concept for developing and implementing a number of features/technologies - like SMS, Chat Systems, Interaction with third party gateways, Instant Messengers etc. This consists of three sections. 1) A COM DLL For wrapping Winsock Functionality. 2) An ASP file to test the component. 3) A Simple server to test the working of the system. Each project is explained step by step, and the coding style is very simple with full of comments, so that even a very beginner can understand it with out any Fuss or Frills. Also, please vote for me people, simply because this is something so practical that you can use it in your own projects. :-)

2002VB #22445
SpyIDE (VB IDE interceptor)

SpyIDE runs on the try icon and detects any VB project that you are working on. When the project closes, SpyIDE will ask you a summary description about all changes made to the project and log the elapsed time and description. therefore, you will be able to check, at the end, the elapsed time needed to code a given project

2002VB #22057
WEB MESSENGER 3 ***UPDATED AGAIN***

I THINK THAT I HAVE FIXED ALL THE BUGS, THOUGH WITH THE AMMOUNT OF DATA FLOATING AROUND IN THIS PROGRAM ITS HARD TO TELL. IF YOU HAVENT READ THE OTHER 2 SUBMISSIONS THEN THIS IS AN INSTANT MESSAGING APPLICATION FOR PEER TO PEER CHATTING. YOU CAN CHANGE THE MESSAGE COLOURS, SOUND EVENTS AND BUDDIE LIST, AND ALSO HAVE STRINGS REPLACED BY PICTURES, JUST LIKE IN MSN MESSENGER. THE BUDDIE LIST ALSO ALLOWS YOU TO APPLY MSAGENTS TO INDIVIDUALS AND WHEN YOU CONNECT THE RELEVENT AGENT WILL WALK ONTO THE SCREEN AND SPEAK THE RECIEVED MESSAGES, I HAVE HAD LOTS OF DIFFICULTY WITH THE BUDDY LIST SO PLEASE HAVE PATIENCE. PLEASE GET IT, RATE IT AND COMMENT ON IT!! PLEASE!!! NICK :)

2002VB #22420
Flies

Displays a swarm of flies flying, following local rules to get emerging behavior. The program has several options, such as number of flies, shape of flies, the dot around which the flies try to gather, etc.

2002VB #19199
An App.Previnstance example to call the running app to the front.

This code was useful to me when trying to find a way to call the exsisting application in memory to the front when another instance of the same application would be attempted by a user.

2002VB #20725
ASP Whois Component with sample code

I was searching on the 'net for a whois COM object and everyone is charging $20 - $250 for a very simple object. I was a little low on cash and had the day off. This COM object includes ASP code and a list of over 250 whois databases on the net.

Languages
Top Categories
Global Discovery