Results for "Category: Miscellaneous"
A horse racing game with no timers. This is my first submission.
Displays Chords, mainly for beginner guitarists, wanting to learn chords.
Easily create a completely random maze. Also has a simple game.
Smart Keylogger logs the keystrokes you type. Includes option to log only when certain strings are found in the active window's caption. Completely commented. Note: Due to me getting bored with this project :x and my desire NOT to find out tons of chr numbers, It only logs numbers, letters, tab, spacebar, and enter. I'd appreciate any feedback, and please take the time to vote if you find this useful :]
Note Taker is a small project that demonstrates many useful subs/functions. This project is for anyone who's had to take notes on the computer before. Working between two documents, copying and pasting - it gets tiresome. This takes notes very easily! Load a document, then highlight whatever you want to save as a note. It adds to the notes textbox. Very simple, completely commented. Demonstrates how to load/save files, alphabetize lists, get the number of lines, words, and characters of strings, get the size of any file, as well as demonstrating some easy 3D GUI functions. Any feedback, negative or positive, is greatly appreciated. Please take the time and vote if you find this useful :]
This code can load over 1000000 (1 millon) lines into a faked tetbox... vb's own textbox can only load about 6000 before you get out of memory.. and it loads extremly fast. over 32000 lines in less than 1 sec. Adds 1000000 lines in less than 15 sec. Please vote if you like the code.
Hello fellow VB Programmers. This is a project i have been working on, on and off in my spare time. This is nowhere near finished, but i thought i should get some feedback to know if i am just wasting my time or not. This is a fake Operating System (But almost completly dependent on itself), that has such options as: drag and drop creating new folders (can't open them yet) Taskbar (Needs lots of work) Recycling Bin File Renaming And More! If this project gets good feedback i would like to do lots more so PLEASE VOTE!
A386 machine code collection by Robert Rayment. 1. Simple examples 2. Fractals. 3. PicBox1 4. PicBox2. All using the A386 assembler. Win 98, Zip 173 KB
pretty basic code, opens notepad and uses a combination of an api timer and the sendkeys function. should be fairly useful for beginners wanting help with sendkeys/cursor manipulation and the shell command.
- THE SEND MESSAGE WORKS UNDER WINDOWS 2000 - - BUT THE FUNCTIONS SHOULD WORK ON ANY VERSION OF WINDOWS!!! - This is a Network "chat" client, which is using the NET SEND command to send messages to your network friends, and you don't have to open a DOS Window, NM 2000 does it all for you!!! The only thing, you have to do, is to type the receivers network name and write a message, and hit send!!! Also uses the features of being able to show you the free disk space, CPU type, number of CPUs installed, how to make hyperlinks, making a slide-show when exiting the program, your Windows version PLUS also shows you how much memory currently available to your system!!! This program comes with FULL source code, and you should check it, I would say that it's a MUST SEE! If you like it, PLEASE DO vote for it, and I'll appreciate every vote!!! If you don't use Windows 2000, you should try it anyway!! I've got some very interesting code in this, as you can read above!!! I've got some quite interesting plans with this, and maybe YOU can help me making them reality? Contact me at: [email protected] and let's talk about it or on ICQ: 53099224! - Klaus Pedersen
Test for user's WPM and errors while they are typing into a text box. This could be the begining of one of those typing teacher programs. Check it out!
Make an easy progress bar using only a label, timer, and a few lines of code. No .ocx needed!...
Makes a form shake when a button is pushed, I made this for a game i'm working on, great for explosion effects, makes the form shake/vibrate on the spot (like the BUZZ in yahoo messenger)
This program waits for the Password Required window from either IE or Netscape to appear, then logs the username and password, as well as the server, that the user enters. VERY useful, completely commented. Please vote if you find this useful. ANY feedback is greatly appreciated.
Small project listens for incoming requests, then steals the IP. Give your friends or anybody a URL (your IP) - then steal their password! You can change the port to listen on, and the data that is sent when the user connects. Very simple, less than 50 lines of code. Please vote if you find this useful :) ANY feedback, negative or positive, is greatly appreciated. BTW - I know there's already like 800 of these on PSC, but I thought I'd post my own. I was messing around with Winsock and thought this would be a neat project for beginners.
This is an IMPROVED version of my other "Create your own tabbed dialog" like the other this code lets you create a tabbed dialog (like the tabs used in property pages) without using any OCX/API! In this version, I've gotten rid of that dotted focus box that used to appear on a tab when it was selected, and to make it look EVEN BETTER, as an option, the selected tabb will turn BOLD. (SEE SCREEN SHOT) Please VOTE! Happy Programming! :) Any comments would be appreciated! please vote.
this is a good listbox example for begginers it has load/save list,add item to list,remove item,clear list,kill dupes and add list to clipboard!! PLEASE VOTE FOR ME thanks!!! -Jim
This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")
This code gives a pretty good demo of how to drag and object, drop the object, and how to lock it into a position. Great for beginners. Simple and useful.
This shows you how to use the macromedia flash/shockwave ocx. Also demonstrates 3D animation in a vector based environment with Flash.