Results for "Volume: 2002C"
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.
This code demonstrates how to create image selection rectangles more commonly known as 'Rubber Band Lines'. These will prove useful to those of you who are writing an application which requires the visible display of a selected area in an image. Votes and comments always welcome.
this is really hard to explane but for those who have used linux or have a shell provider where u run telnet and login and stuff its something like that just look at the screen shot...its fun to play around with..
stop looking in the appendix page761 here it is...Asciitable
This is a simple way of using the built-in registry functions to create a way of giving yout program a 30-day timeout. It should be easy to add in encryption/decryption functions to encrypt the sensitive data. Again, this is simple and can be improved with encryption and an "email the registration information" function.
This is the first ever VB implementation of the RijnDael (pronounced Reign Dahl) block cipher algorithm. This form of encryption has recently been adopted as the Advanced Encryption Standard - the standard which is set to replace DES, the way that most encryption is done nowadays.
Webserver for Win9x, full scripting implementation with file access, user security, virtual directories, virtual hosts, full logging, ip banning and customizable graphical directory listings
Add Rows to a MSFlexGrid With Alternating Colors. Option to Change Color Of Alternating Row. Option to Toggle Grid Lines On and Off. Please Vote For Me!! This is my First Posting on PlanetSourceCode. *** MAJOR UPDATE Coming Very Soon ***
This is an update to the Versatile Mask Control and Ultimate Making Control. I have added functionality for Numbers and Number Precision as well as cleaned up the code for setting up the code at design time to make changes during run-time. I have also enhanced a couple of items withing the code to allow for better control of data being entered. I hope you enjoy this Completely revamped control.
Copies a source file to predefined list of destinations. Mapped or UNC network paths. Optional Version Checking. Multiple Projects Very Useful, if you need to copy files to specific places on a regular basis, no more copy-browse-paste,Copy-browse-paste. Uses ADO, API API to show the Windows File Copy Dialog
This easy to follow code shows a way to connect two computers, using winsock and IP addresses, and send messages back and fourth. It has 'headers' or names that appear before the text and every single line of code is commented! Great for beginners who want to know how to easily connect!
The purpose of the following code is to provide you with a series of prototype functions to open and retreive data from a MS Excel spread sheet. The following code should be inserted into a new module named, for example, "modReadExcel". Passing variables will set the Excel File Name to open, the active Excel Sheet, recover data (data is returned as a string variable), close and exit Excel and clear the memory. These Prototype function simplify the entire process and gives your program(s) less coding or what I refer to as Clutter. This code provides you with the basics of opening and reading an excel spreadsheet. I will be updating it in the future with the more advanced features if and when I encounter them.
The purpose of this code is to easily allow you to add color to a richtextbox if you are making an IRC client. I am currently in the process of writing an IRC client and I have had people telling me it's hard.. so I made my own color parser, it does not support backgrounds. Anyway, it works and I am going to make use of it, you could too, it supports 7 colors defined just like irc through character 3-31-2-15.
This is the first version of this code and will be updated a lot since this is my first version and I couldn't figure out how to do some stuff. Please email me with better ideas! In this game the walls get closer together every half second, and so far, you don't race anyone, you just try not to hit the walls. Make sure you put in 2 timers and oen picturebox that you will name picTrack. Have fun!
Ever wanted to automatically scroll (vertical) ListBox or MSFlexGrid? Below is a quick solution and it's especially handy when you cannot use object.TopRow (due to variable row height, etc). Happy Coding
This submission contains 29 Icons ripped from Windows Explorer and Internet Explorer. There are a total of 29 separate icons, in both hot and cold form. A sample app shows the icons in use on a standard toolbar. This is not really code, but could be useful for web browser apps. This includes all the standard icons and all the optional ones. An EXE is included to check it out quickly.
This might be the first most complete IRC clinet developed in Vb so far.This is originally developed to be used by a RTL (right to left) IRC enabled clinet for Dhievhi (an Hebre, arabic like language) for Maldivians (maldives a small island nation of more then 1000 island in the middle of indian ocean). The client has a Laytin to Thaana(dhivehi) converter and also suports english. This code is very useful if you are developing an irc client. The total thing works, though still under development. it works (minor bugs).it uses winsock and pure vb. I started the project back in 1998, and is still lagging... maybe i could get some help and develop the whole thing and finish it off! and yeah thanks for those who contributed to the code! Check it out and vote! any comments most welcome
The *BEST* way to safely Sleep/Pause without taxing the CPU.
This will open any html document and strip out all URL's and Email address and add them to a List Box. I couldn't find any source here that does this, so here you go incase someone out there find it usefull.