Advertisement

Results for "Volume: 2002ASP"

2002ASP #7126
UDT Calculator

Calculates the length of a UDT (User Defined Type) required to store it in a String using CopyMemory, MoveMemory or any simular API. (So you can easily save it or transfer it over Internet.) NEVER use Len() or LenB() for this, they both return the incorrect length. (Len often returns less bytes, LenB often returns way more)   The code of this application is not impressive at all. The thing is, no-one ever seemed to have found a way to get the exact string length to store a UDT in, until now :D Usage: Just add the types with their sizes to the list in the same order as your UDT is and the length is displayed below in a textbox. Note: I will work on a UDT Calculator that can analyze your code pasted in a textbox later. You vote would be nice, but never mind if you're short on time :P

2002ASP #5021
Lock-Out

This will stop anyone from accessing your computer. Compile this into an exe and remember that the password is password - DO NOT forget. If you forget the password then there is no known way of getting back in. You have been WARNED!!! This works by: hiding your cursor so that the unauthorised doesn't know where it is, puts the cursor in the top left corner of the screen and makes it stay there, fools the system into thinking the screensaver is running therefore disabling Ctrl+Alt+Delete, Alt+Tab and the Windows Key. If you put in the password wrong 3 times the system is forcefully shutdown. There is no way of getting round this that I know of without having access to the system in the first place.

2002ASP #7068
DX8 Simple Mixer

Just a simple little 4-channel wave file mixer created as a utility tool for times when I want to hear how various wave files sound when played together. The code is documented and shows just how easy it is to make a mixer with DirectX. As usual any feedback and/or votes will be appreciated.

2002ASP #5643
Encryption to .bmp

Now, from the great people who brought you the Venus Project and the Color Weaver, another great graphics program! Type in any text and it will encrypt it into a .bmp file. See Screenshot! Automatically saves .bmp files to C:\Encrypted File.bmp so you can just encrypt and close the program, and it will automatically load ht picture from the same place. Want to encrypt more than one file? No problem! Options to save and load other .bmp files! can't copy and paste? No problem! Options to load and save text files! Updated version here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32666&lngWId=1

2002ASP #6258
LaserShow Credits or Picture Writer *UPDATE*

This code writes images to a form using lines (Look like laser beams) and lets the writed text or picture go down smoothly, Now the laser moves also and the writed text waits at the en of the form until the new one arrives.

2002ASP #7127
IP Catcher

have people go to http://yourip/ and it will display their IP address. If you want, you can have the person fowarded to any website or give them a page not found error.

2002ASP #7123
Minimize into System Tray

This example shows you how to make a form minimize into the system tray. This code is easy to understand and isnt big.

2002ASP #2078
Movie Module v1.2.6 *Updated*

Easily create a movie player using the already established mci api. No need for 3rd pary .ocx or .dll controls. This module contains almost 70 functions ranging from setting the play rate to shutting down video output. Plays a wide range of movie files including, avi, mpeg, mpeg2, quicktime, divx(must have divx codec installed), you could even modify it to play dvd's if your video card has dvd playback capabilities. You can easily learn how to program the mci device with this module. I included a basic example on how to use it. Please vote and leave feedback so I know whether or not to continue improving the code.

2002ASP #5531
Access .mdb update

This utility allows you to easily update the structure of one .mdb file from another. It analyzes the source and creates the changes to the destination. It is a good tool for quick updates to multiple files. Please keep in mind that this was kinda 'thrown' together to serve my own purposes and is by no means a finished work.. it has helped me and I thought it might help someone else... :-)

2002ASP #7001
Pong +! With 2p or Comp

It shows you how to make a game using the simpliest code

2002ASP #2586
Slider Construction Kit

Replacement for the standard Scrollbar with own pictures for the buttons, thumb and body and with quite a few more properties.

2002ASP #6890
SAON

A game very similar to Dope Wars but a step further. if you like the fun and simplicity of Dope wars then try my game of selling illegal substances in cities and fighting thugs along the way. - Hollywood terms, P.S watchout sleeping with Chinos wife to regain health it will cost you in the end. i hope you enjoy my code...

2002ASP #6745
Drawing Program WITHOUT using API

This is a good example of how VB can be used to create Graphics. It doesn't look as nice s it did this is because i lost the source forms etc and had to reconstruct it from a word document with the code. But anyway its got some bugs in it. If you fix these please comment and i'll give you credit in the next version. Remember to run it at 1024x768 resolution or it won't work properly. Please comment and or vote

2002ASP #6246
Mesh electronic simulator

Please email me at fiach@eircom.net or visit www.webtropy.com

2002ASP #4547
Huffman Compression - for MS Access

Uses Fredrik Qvarfort's Huffman Encoding/Decoding Class in an MS Access database as a module.

2002ASP #6942
Love Thermometer

How much you love each other.... Please Rate This Code

2002ASP #6968
Using dir() to get a list of files and directories

instead of using the api and having to deal with nulls and UDT's and stuff, y not just use dir(), i have included 2 functions that return string arrays which contain all the files or directorys in the folder u specify. enjoy :)

2002ASP #6430
Sql Server Viewer

SQL Server Viewer-Updated: Connect to SQL Server, Select Database, Tables, Views, Procedures, Parameters, Datatypes, execute queries, save queries, open queries. Very useful for working on MSDE Servers! Feel Free To Contact Me With Questions/Comments.

2002ASP #7110
SoftButtonCtl

A simple soft button control

2002ASP #5644
Encrypt to .bmp *UPDATE AGAIN*

Now, updated twice, from the great people who brought you the Venus Project and the Color Weaver, and a lot of help from Geoffrey Hazen, another great graphics program! Type in any text and it will encrypt it into a .bmp file. See Screenshot! Automatically saves .bmp files to C:\Encrypted File.bmp so you can just encrypt and close the program, and it will automatically load ht picture from the same place. Want to encrypt more than one file? No problem! Options to save and load other .bmp files! can't copy and paste? No problem! Options to load and save text files!

Languages
Top Categories
Global Discovery