Advertisement

Results for "Volume: 2002ASP"

2002ASP #7048
Magicquest 2 (simple rpg)

ok the story is STILL not finished... but i think ive done just about it on the engine except for optimizing it... now you have different tiles with night and day (goes along with ur windows clock) and some other things.... please vote and comment!!! and leave all suggestions!

2002ASP #2534
Realtime Fire (must see)

This is an update to my previous fire effect program. This runs slightly faster, much better coding styles, easier to understand, and is more realistic. There are two different ways this can simulate the fire now. Just simply comment out either line 154 or 156 to see the two different effects. This code is very well documented. Both styles are different than the previous. Using line 154 is a simplistic "flow map" which is the left picture, and line 156 is the linear. Please let me know what you think. (And yes, I have started development on the full screen version). Please make sure you compile the code to see the actual speed, it runs slow in IDE.

2002ASP #4608
DirectX/Direct3D Configuration Applet DLL

In keeping up with DirectX, it may be hard to find some good utility code that allows you to present the user with a configuration GUI, similar to the config GUI in Freespace 2, Half-Life or any other big game which relies on DirectX. This is a small ActiveX DLL which uses DirectX 8 to enumerate all of the video cards on the computer, and also displays the acceptable resolutions for each one. It can then return the values selected by the user in a format which DirectX understands (adapter number, mode number, fullscreen, etc.). Modification of the DLL is as easy as changing the D3DConfig.res file using the Resource Editor. It took me a little while to not overcook this problem, but I actually found a simplistic but powerful solution. Hopefully, this will help all of you out there to understand UI isn't just in the game, but also in the setup. Also enclosed in the zip is a README and a sample program. Use the .VBG file if you don't want to compile everything. Have fun, and don't forget to vote or comment on this if you want.

2002ASP #5138
Good Map Editor (Version 1.5)

This is a update of the previous version, witch was given complains about to many picture boxes. So here's another better version that runs faster and has more features. Please vote and give comments.

2002ASP #1797
Extream simple make and use of DLL's

If you are looking for simple, then i don't know how much more simple this CAN be to create and use a dll in your project for much easier use. This project just uses a few API calls as for what i have it to, but i will bet anyone can learn how to make and use dll's in just a few minutes. If i get a lot of positive feedback on this i will create much, much more to this CURRENT dll that i have started. Love to know if i have helped you. If so, i might start creating tutorials

2002ASP #7219
Database Compare

This source code compares two database structures and wrote report or copy differences into second database. It uses DAO control and works with MDB database.

2002ASP #4539
File Stamper

Allows you to reset the Created/Last Modified/Last Accessed date/time stamp on a single file, multiple files or all files in a specified directory. Works on all file types with all file attributes (normal, read-only, archive, system, hidden). Useful for setting uniform date/time stamps for a project deployment.

2002ASP #6034
Get any Color Number

very simple code to get the color number (long) of any position of the screen

2002ASP #5371
Command line class

When your application is ready for system wide file-associations , this class will easily read out the command line during run-time.

2002ASP #6884
Germatik - learn vocabulary lists

This is a fully functional program designed to help in the study of vocabulary lists in German. I was doing poorly on my vocabulary tests, but after using this program, I passed every one with flying colors. Included are several lists of words, and you can easily create your own with the built-in ListEditor. There are also many modules of code to access list boxes, manipulate strings, etc. You could download the program just for those. This program started out two years ago as a text only program in GW-BASIC. At the time, that was all I knew how to do. It was a pain to change the list of words. Since then, the program has grown considerably. You can easily add words, change words and even look up the correct article for nouns (der/die/das)! It even gives you a score at the end of the test!

2002ASP #7031
_** School Countdown 3.0 ***

This program counts down till the end of the school year. Select your own date using DTPicker. Also uses SSTab nad writes to INI the poisition of the form and the date. Minimizes after 10 seconds into taskbar, with a popup menu and an Icon. Before clicking the back button, Please VOTE FOR ME!!!(My code teaches a lot of stuff)

2002ASP #6182
A complete Perl, + PHP, SSI and ASP webserver (be your own geocities!)

Several webservers here support CGI. but this is the ONLY one that supports FORM POSTING (get/POST), REDIRECTION!, FILE UPLOADING!, COOKIES!, RESUME DOWNLOADS!, STREAMING SUPPORT! SERVER SIDE INCLUDES! SENDMAIL! PERL! PHP! ASP!. Plus the usual webserver features (multiple silmultanious connections, images, flash, pdf, audio, movies, directory browsing (with simple filters), html files, 404 pages, pause feature, javascript!, etc) If a website works on apache (or anything less), 95% of the time it'll work on this without any modifications! (no .htaccess, sendmail in diff place, diff filesystem, some ASP missing) OVER 200kb OF CODE (ASP, PHP, PERL, HTML, SSI, JS, VB6, C++) is included. and things like mx lookup (email without smtp server) are included. (a vote would be nice...) NOTE: set runperl = false if you dont have perl! (same for php)

2002ASP #6969
Bubble-Gravity

A screensaver and a simple simulation all in one. Little (or big) 'bubbles' bounce around the screen, following the laws of gravity and force. Each 'bubble' has a mass and velocity, and are affected by Gravity and Wind. You can change the gravity and wind, as well as changing the mass of an individual 'bubble' or applying a thrust to it. There are a lot of key commands, so press F1 while it's running if you're not sure what to do. btw, if you look really carefully, it's not entirely accurate: but it's more than good enough for a screensaver, that's for sure :)

2002ASP #6701
DDE Example - communicating between apps

This tutorial demonstrates DDE conversation with which you can easyly communicate between your apps.

2002ASP #7160
^^^ZeroCool's Paint Program^^^

This is a simple, yet more advanced version of the Microsoft Paint Program that is included within the Windows bundle. As of right now there are a few things that aren't exactly working but, you will get the jist of it. I soon hope to have a few more "normal" paint features on here. Above all else, have fun, and if you can help is always nice.

2002ASP #7217
Header2File_by_GiChTy

With this code you can write / read some small headers into any file, e.g. exe, zip, ... VERY useful code, a MUSTHAVE for every programmer.

2002ASP #5147
Reduce Frx and Exe file size

Did you that your Frx files and Exe files, may be bigger in size than they were supposed to? (Note: I have submitted this artical befoure but it got deleted. I don't know how.) Please Vote

2002ASP #5467
Connect to Lotus Notes View using COM and Loop through records

This piece of code allows you to connect to an existing Lotus Notes View using COM and Loop through the records within that View. This is simple, but for those people out there that deal with Notes and SQL Server/Access databases, then this is a must. Very easy to manipulate.

2002ASP #4225
Fast Graphics with Direct Memory Access (DMA)

Graphical operations are amoung the slowest and most cpu intensive tasks a program can do. Using API calls over the native VB Methods can increase speed by several times, but you can get even better performance with Direct Memory Access (DMA). This project encapsulates DMA operations into a simple ActiveX DLL which converts a stdPicture object into an array. You then manipulate the array to change the picture.

2002ASP #5366
__ A Better Image Combo: ISCombo __

This is a Flat ImageCombo, I made It, because I was bored with the "normal" Combo from VB. And I could'n detect when user selectted an Item on the list. So I decided make one better. It's very userful ( I hope ) please Check It out and vote. Comments are also very apreciated.

Languages
Top Categories
Global Discovery