Results for "Volume: 2_2002-2004"
here i describe how can convert notes used in music (like c, d, e, f, g, a, b, c sharp, g flat,...) into frequencies you can use e.g. for the pc-speeker or whatever you like. if you think it's usefull, please vote!
This directly vibrates the pc's speakers at different frequencies. Actually quite kewl.
This code enables you to create shortcuts on the desktop or startmenu or in the program file. This is especially useful when you need your setup program to create a program shorcut to the desktop which is not provided in the usual setup kit that ships with visual basic.
You've all seen the *'s that are used to hide passwords. This program reveals the text behind these stars. Extremely easy to follow, only 19 lines of code, including API declarations. Easy enough for an intermediate beginner.
I wanted to add paging code in my project.I've seen all other codes on the site but they are not at all worth for me. Now I've written a code which is very easy to understand and can be used by any student or professional in their projects.
To create a desktop website's shortcut through the website
The code was made by me because i did not find any information about how to pass a VB string to a delphi dll function (accepting strings) hope this code helps.This code shows how to call a delphi DLL and how to code the Delphi dll to accept strings from VB. The code (2 demo projects, 1 in VB and 1 in Delphi) are pretty simple, but you get the idea. FEEL FREE TO VOTE FOR ME!
A links system with categories and an 'all links' page for ease of use. Contains a Links administration backend for adding/editing links. Admin Backend supports three users but can be easily updated to support more. Error causing characters are removed and there are other features to prevent errors. It also shows how to use alternating row colors - for beginners. Please vote! UPDATED - Missing value bug fixed!
This example shows you howto use the basic Regedit commands. it includes a Model that i've created using examples i found on the internet and code i've written. You can Create/Delete/Display all Keys/Strings in the regisrtey,
This is a very simple user login and registration. If you plan to have this feature on your website, then this code is for you! Have fun!!
A bug fixed version of online quiz system. A complete quiz system. Admin is allowed to add, edit, delete all the questions and answers of the quiz. User have to register and need to login to the system before they can use it .The marks will be given right after they have tried the question. The marks , date and number of trial will be recorded and display to the particular user after they have login .
This is a simple telnet client using Winsock API. I have included both the server and the client in the one zip. there is also instructions for further info :)
easy code,keylloger all characteres.umm see it
Please, rate this code, Your vote - our motivation by Shantanu Bansal This is a tricky c/c++ program or code to help writting a program without using (;) semicolon. In this example, program will print a line without using semicolon. Help mail: [email protected]
I looked on this site to find something like this, but i didnt find exactly what i wanted. Here is the source that i created that takes random characters from a text box and places them in a label. It takes a user defined amount of characters including spaces and periods and everything else. =) UPDATED AGAIN!! Now has added features! Can count characters and vowels and words etc! If you know a better way to do this, please email me. This type of program can be used for fortunes, making up new words, choosing usernames(i actually know somebody that did this with a similar program), etc. PLEASE VOTE!!!
3D city with cars interacting.
Ever wanted to use the command line arguments in vb, this code lets you use it. Its pretty simple but will be an eye opener for those who have not used command line arguments in their vb apps.
A timer that shows dayys, hour, minute, and seconds. Accurate to .9999 seconds + or - from your windows clock. Works in 95, 98, and yes Windows 2000!
I wrote a little dll. You can convert a bitmap to a jpeg image (with Compress quality) or a jpeg to bitmap image. You can also capture the desktop in both formats (if You are using more then 256 colors).
I searched entire PSC, but I did not found any script which converts date to a format which i wanted, even VBScript's formatDate function does not allow us to cuctomize the date according to our choice, so i decided to write this.... Please vote for this code... for further clarification u can mail me at [email protected] thanks..