Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #35921
Unbelievable Screen Effects - Updated

Super cool screen effects update. Melt,Evaporate,Powder ......

ASP_Volume2 #35922
Shortest Path Calculator (Traveling Salesman - Brute Force)

TSP is a shortest path calculator, which means it find the shortest path in which to go through a specific number of points. It uses the brute force technique, that is finding all possible ways and selecting the shortest. Drag the points around and hit 'Shortest Path'.

ASP_Volume2 #35923
File transfer using Winsock API (Client + Server)

This is a small example of how to make a listening server and a client that sends a file to it using Winsock API. How it works?: You need to open the server, then the client, select a folder containing images (BMP, GIF or JPG), for each image, you will need to select a value from the 3 combo boxes (these properties describe each image in some way), then you just enter the server's IP address and click on Send. The server accepts only one connection at a time (it stops listening until the transfer is complete), however, it can be modified to accet multiple connections. It uses a protocol similar to SMTP to get the image and its properties. It then saves the image and stores its info in a DB. Please vote if you like it. Thanks.

ASP_Volume2 #35924
KeyCapture Second Edition

Next Generation Key Catch 2004 SECOND Edition has 3 new features. You can now press F keys to do certain functions. There is also an F key to hide/show from ctrl, alt, del and from system proccesses. Third Edition will have a server/client for getting keys pressed on a remote computer. Happy keylogging!

ASP_Volume2 #35925
webcam and chat

this is basically a webcam and chat program

ASP_Volume2 #35926
Expression Evaluator (with function support)

Evaluates the input text and returns the result. Supports: multiple-argument functions, strings, octal, hexadecimal and decimal numbers, Recursion based method calls (as long as your stack holds out, it should be able to handle what you put into it)

ASP_Volume2 #35927
clrPicker v1.2

I get totally pissed of to find long value colors for vb programs. So i made this awesome clrPicker with long, hex and rgb color values. It's small but useful...

ASP_Volume2 #35928
AMAZINGLY FAST IMAGE ROTATION *REALTIME*

I wrote this to be a part of my game engine. It's purpose is to rotate a bitmap, for example, a sprite in a game, to any angle (fixed point only) in realtime, that is, fast enough that it can be done on a frame-by-frame basis in the game. For example, if you had a birds-eye-view scroller, and you had a spaceship in the middle of the screen and you wanted the player to be able to rotate the ship 360 degrees, this code would be able to rotate the sprite of the ship every time the angle changed, fast enough that it wouldn't make the game 'laggy'. I tested this out on my (rather lame) P-133 Mhz PC, with 32MB of ram, compiled, with no other applications running, rotating a 48 X 48 pixel bitmap (the size of a sprite in my game), and i got a top framerate of 250 Frames Per Second, and a minimum framerate of 111 fps.!!! It manipulates DIB (Device Independant Bitmaps) objects rather then using GetPixel and SetPixelV. Because of this, it is MUCH faster, This took ALOT of research because I did alot of trial and error to figure out how to set the color of individual pixels in a DIB byte-array. (the entire bitmap's pixel information is loaded into an array of bytes, each representing the Red Green and Blue value of a pixel in the bitmap), and I also had to go through alot of graphics routine books to find the most effective rotation formula. I am now in the process of porting this function to C++ to add to my VB game engine DLL. I have many ideas of howto furthur optimize this function for faster speeds, but most of them are for C++ only, and require further testing and development. I do think this can be used in a game as-is though so i hope someone finds it useful! IMPORTANT: COMPILE this code for MUCH FASTER framerates!!! Press the SetupDIB button to initialize the buffers and create the DIB section of the image and the buffer, then drag the scrollbar, or press the button that says Rotate on it. There are some limitations to this function... Read the comments for more info! =) Hope this helps someone, enjoy!

ASP_Volume2 #35929
Obtain Windows Informations (ReWritten And Updated)

This code can obtain the following informations about your Windows system: 1. Complete Windows version 2. Windows code name (Chicago, Whistler...) 3. Platform ID (Number) 4. Platform ID (Name) 5. Major number 6. Minor number 7. Build number 8. Service Pack number 9. Language (English and Native version) 10. Product family (Workstation, Server...) 11. 64 bit OS (Boolean) 12. Windows folder The code is basicly commented and was 98% written by me (except the API declarations, constants and types). Therefore, please vote/leave some comments.

ASP_Volume2 #35930
Number to Text Up to Billions with Bonus Uppercase (Updated)

That's right, all positive long values up to 2147483647. This simple algorithm can translate any positive long value to its string equivalent, both English and Spanish. The principle is simple: Process three digits at a time because the cycle is repetitive every three digits. The only thing you have to append every time is the order qualifier: Thousand, Million, or Billion. The code of the main function is commented, and the other functions are just plain very easy, so no commenting there. The user interface shown here is very simple because the object of this post is the functionality! :) BONUS: Included (and made just for fun) there is a custom uppercase function. It was programmed under the principle that switching between lower and upper case, all you have to do is flip bit &H20. It also writes to the source string directly by mapping an array to the string buffer (advanced stuff). I did not benchmark, but supposedly, this upper case method should be a lot faster than regular string manipulation, although I don't know if it is faster than the VB upper case function. If you want to implement this in one of your applications, all you have to do is drop the module in. Please vote and comment. UPDATE: Run-time error 9 in uppercase function solved. It was a silly error.

ASP_Volume2 #35931
Black Winter

Black Winter is a top-down retro space shooter featuring 5 unique weapons, special weapons, bonuses and 10 end-level bosses. Try it.

ASP_Volume2 #35932
Led Clock with transparent bg

This is a more novel led clock than my previous clock. The Auto Shape form code is Mr.Lakes that makes the bg transparent.It is very easy to use.Hope you like the clock.I always like comments.

ASP_Volume2 #35933
Chip8086XT

If you ever think what happened if your number is bigger than your data type provided by any languages (c/c++/Delphi/Java/VB ..) well we can't able to do any mathematical/logical operations (we will get an overflow error msg.!!). I was working on this topic since a long time and finally I found a logic to overcome this problem(but still a lot has to be done to improve the logic and techniques). Here you can find an Object, I called is Chip8086XT. Chip8086XT is nothing but an ActiveX DLL, written in VB6.0.(New version of my 'MathOperator.dll', better in performance.). Right now chip8086XT can able to handle basic mathematical operations (i.e. +, - , * , / ) only, and I have test the object successfully till 200 000 digits. I included a TestChip8086XT program to test Object and also included help for all the properties and methods (for more details please check readme.txt). Sorry to say but it's true, it may not be very useful in normal programming, but I believe it would be very useful in scientific-research work. This is one step ahead into the feature development/enhancement of computer technology. A lot more work left to implement all other mathematical/logical operations and improve the performance. Your valuable comments/suggestion would be helpful to improve Chip8086XT. If some body working on this topic please contact me. -Thanks

ASP_Volume2 #35934
API Remove Dupes from ListBox

This is in response to many requests for "removing duplicates in a listbox" in the discussion forum. Using the API is almost always faster than using VB. I'm unaware of any examples here on PSC of using the API for removing dupes - I may be wrong. Either way this is a very efficient way of accomplishing this task. No need to vote - code couldn't be much simpler than this! Feel free to improve upon the code yourself. As usual all bugs come entirely free of charge.

ASP_Volume2 #35935
A 0 E - Minder - A Reminder Alerter - Updated with Full HTML help

This update includes the HTML help file. I have made this help with "helpMATIC Pro HTML". This is a very easy to use shareware tool to make html help files. Everything else is same as of the previous version of E - Minder.

ASP_Volume2 #35936
IP/Subnet Calculator

calculate information on the class of an ip, and subnetting

ASP_Volume2 #35937
[ Perfect Tic Tac Toe ]

Demonstrates the use of variable levels of AI to challenge an opponent at any level. Highest level is unbeatable, lowest level is very easy. This code is HEAVILY documented (see for yourself). Can you beat the "Clever" level???

ASP_Volume2 #35938
Basic TCP/IP Multi-Client Echo Server

A basic Echo-Server, which accepts up to 65536 clients. Great as the base for your game, a chat or something similar. Winsock-Controls will be generated at runtime, and disconnected Ports will be re-used. Clear and commented code without special features. Say: A Template. --- Please drop me a line, if you find a bug or have a better algorithm for something. If you use it, it would be nice to vote :)

ASP_Volume2 #35939
DeskSlot machine

DeskSlot machine!! The desktop game that everyone must have!! Look the screenshot. A little slot machine hidable with a double click with bonuses and hold mode!! Try it! Scripted veeeeery easy.

ASP_Volume2 #35940
_a Mouse Button Swapper

Compiled program will swap the functions of the left and right mouse buttons when ran. To set them back to the original state, you must hold down the Ctrl key while running the program again.

Languages
Top Categories
Global Discovery