Results for "Category: Miscellaneous"
This code is useful for frequency analysis, especially as done by Fast Furier(sp?) transforms, or FFT, and analysis. It takes in a Note from A, Bb, B, C, etc, all the way up to Ab, and an octave, and calculates the frequency that note would be pure at. It also accepts a level of decimal places to generate to. Simple, but very useful. Compiled EXE + Source Code.
This code demonstrates how you can create a virtual keyboard that can be toggled on or off for data entry purposes, could be of use in game/application software. I hope it proves to be of some use, votes and comments welcomed but not expected.
Simply put, quickly add users to your local machine (NT/Win 2000). This code shows you how to create a user and set them as an Administrator. You can set nearly all the prefrences for adding a user... email me if you need help doing so!
An easy way to restart IIS
This source code is a jump in revisions from 1.0a to 1.1a of neXus. For those of you that don't know, neXus is my coordinate-mapping application inspired by an original idea from Tyson Westby. Anyways, the changes in 1.1a are that you can have a visual confirmation that you have marked a coordinate. However, unfortunately, this meant that I had to take some of the source code out. Some of the old functionality was lost, and some of the new functionality doesn't work correctly. Anyways, this application allows the user to map coordinates for irregular-shaped Visual Basic forms without the need for bulky ActiveX Controls. As always, leave feedback and vote!
Error Handling In Visual Basic - Goal Keep work fun by handling errors correctly. First for developers developing the software, then for developer and QA team, then for users, then again for the developers and QA, when there are bugs to fix (there will be J).
this is a quick example of how to stop a password from being unmasked in a textcontrol. i threw this together early today as i was looking for a was to stop such mischeif and hacks. hey do me a favor coment and vote please. also please help try and improve this for the rest of the vb community.
Allows you to upgrade Swords, Sheilds, Catapults, Arrows, Ship Armor and Ship Cannons over and over again.
Easy method of Writing And Reading Small Text Files
This is a simple FTP server I developed using the Winsock control. Its got a few bugs in it that need to be solved as well as some missing features. But I think you will find this useful. It is more complete than any other FTP servers posted here. Its got plenty of comments so I hope it is easy to follow. If you make any additions or improvments please let me know. Would be neet if we could make this sort of a collaborative effort towards a decent FTP server. Updated: *FIXED sending files to the client. (FINALLY!)
Check this out! This is a creative and simple way to simulate a bowling ball in motion in a 3-D hallway. I think you will have fun watching the "animation". Very simple codes. There is room for improvement. Comments are welcome. I have enhanced the look and feel of the 3D effect on this second update.
As I Was Looking Around Your Site For Some New ideas, i saw, quote: "THE BEST KEYLOGGER ON PLANET-SOURCE-CODE". I Checked it out, and Here's Mine... Have a Go With It. Remember if you like my code PLEASE vote highly for it!
This is not my code, this was developed at (www.advantage.co.nz/ur) and I am just passing along this SWEET code, If you like it i got plenty more tutorials and such from them, rate it really high!
This simple code will convert the Long Integers to it's binary Equivalent...
Add vertical and horizontal splitter bars to your application. This code creates a form with three panes, and two splitter bars. I originally found the code in Planet Source Code last year, but found a couple of bugs, so I rebuilt it from scratch, and added the horizontal splitter. There are no DLL's or references to worry about, very easy to use.
Cad in vb! Demonstrates Arrays and basic i/o features. If you like the code, VOTE FOR IT!
Crack or hack any zip.exe's or .zip .doc ,exe any login screens using brute force. Just try it!!.
This is an update to an earlier post a week or so ago. I have added a few things to the original including Volume Label, Disk Type and File System. Used, Free and Total space of the drive selected is displayed for the user. An error message is used for drives that do not exist. If it is a removable drive and no media is in the drive the program will report the drive letter as invalid. I believe it works with ALL file systems: FAT16, FAT32, NTFS, CDFS, etc if not let me know and I will fix it. Report bugs, suggestions and such to me.
Shows MousePointer XY Position. Kinda skinable, as you can define custom background picture file / font and font color. Also have 'fun mode' using random erratic mouse movement capture/playback, to emulate wireless mouse low on battery or mouse in need of cleaning :) Comments and/or suggenstions very welcome.
Printer module that allows you to manipulate network printers via code. Functions include, AddPrinter, RemovePrinter, GetDefaultPrinter, SetDefaultPrinter etc.