Results for "Volume: 1_2002"
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
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.
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.
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
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.
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.
This example shows you how to make a form minimize into the system tray. This code is easy to understand and isnt big.
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.
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... :-)
It shows you how to make a game using the simpliest code
Replacement for the standard Scrollbar with own pictures for the buttons, thumb and body and with quite a few more properties.
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...
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
Please email me at fiach@eircom.net or visit www.webtropy.com
Uses Fredrik Qvarfort's Huffman Encoding/Decoding Class in an MS Access database as a module.
How much you love each other.... Please Rate This Code
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 :)
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.
A simple soft button control
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!