Results for "Volume: ASP_Volume3"
This code demonstrates how to create plugins for the popular Mp3 player Winamp. The code contains template files and the code is also very well commented. The code was written using the GenWrapper.dll by Col Rjl which was distributed via NSDN (by Nullsoft). Upto now Winamp Plugins could be written only in C. But just the other night I was checking out the NSDN website and I found this code!! This is just the first version... I'll make some great looking plugins soon. This one just demonstrates how to make a plugin DLL that can be plugged into Winamp!
This program you can set up to shutdown or restart or log off your computer at set time (clock must ne 24 hour format), the best things is you can set your computer up to play mp3s at night and you can then set your computer to shutdown at a set time, if you have an atx power supply it will actually turn off your computer
This is a great program that i use all of the time, if you need to remind yourself to do something, like record tv program at a set time you can with this program, you type in the time that you want to me reminded and the message, and at the set time you will be reminded, you need your system clock to be in24 hour format
This is a simple Ncurses game. The aim is to move the green car up and down to avoid the approaching blocks. The game speed gets faster every 200m, so it gets faster at getting faster. You start off with and have a maximum of 5 lives. There are 4 bonuses (1 of which is bad): Ghost mode, to go through walls; Speed Up, short bust of speed; Slow Mo, move slower for a period of time; and Extra Life. The lives are represented by license plates (I was bored). Red areas mean that sharp movements are required to get there (only displayed in Ghost Mode). If you pick up Ghost Bonus or loose a life Ghost Mode activates for 50m. When you loose the game your final score is left in the console. THIS GAME REQUIRES NCURSES LIBRARY! Enjoy!
Make an easy progress bar using only a label, timer, and a few lines of code. No .ocx needed!...
If you liked Space Defender, you will like this too, J am sure. It's not a sequel, it's a new game. See the Readme.txt file, please. If you like it then vote it. Enjoy. Need DirectX 5 or higher. Update 11/21: Fixed bugs and I have added a new wave of badguys! For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.html
This article demonstrates how to create a simple program which can open USB drives connected to the computer from the desktop.
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)
The program performs searches of files and dirs into a given directory, that partially match a given name (also wildcars accepted) May be you can learn a lot, reading with attention the code, because the many solution taken writing the code, to force some controls to a more handy behaviour. I list just a few of them: -the pause sub, takes care also of midnight crossing -the single click dir selection, that usually requires a double click -the search engine itself, based on a couple of routines that are interruptible by the user (button 'Stop search') -the search itself, that is done either for dirs either for files, basing on partial macthing of a given name (but also wildcards are allowed) -the popup menu (click right) on the results list box, that allows you to copy up to 3000 lines in the clipboard (to transfer text to Word to store the results or print a list of them) -the help-online, at the botton of the form, that will assist you while you just move over controls (is based on a single routine, named 'help', that is, I presume, well conceived) -the about form that is able to resize the contained image (a white rose), to save (button save) the full size image to 'c:\Search About.bmp' or print the image, in the actual size (larger or smaller as you sized the about form), using the default printer. The code is very interesting for the ones interested in printing, zooming and saving images. -the horizontal scroll bar added in the results list box For me there is the pleasure of sharing my way of programming with you. Have fun! Program Name: Search Author: Pietro Cecchi, email: [email protected] Upload to www.planet-source-code.com/vb : 19 november 2000 This program has been written in VB6.
This is a Function Grapher program that is able to take an almost unlimited number of functions the user enters, and graph them, either simultaneously or consecutive, with the first function entered being ploted first. Function Grapher is built up from my Evaluate (also known as Evaluator) module, which can also be found on Planet Source Code. Any feedback about this program is greatly appreciated. Please vote for my program. :-)
Mailslots Mailslots have been around for a long time in Microsoft operating systems. I have heard, but not confirmed, that utilities have existed in MS-DOS to operate on Mailslots. When you send a message via a mailslot, a single packet of data called a “datagram” is transmitted over the network. The delivery of the message is not guaranteed and it is usually not possible to know with any certainty that the message arrived at the destination. So for every important message sent over a mailslot, you must have logic to obtain a reply of some kind to indicate that the message transmitted successfully. If a mailslot message travels only inside a single machine, the Win32 library routines will indicate the successful transfer of message. You can locate any mailslot server on the network This code is well commented. Have Fun. Rodney Godfried
Singlelize This little code eleminates all duplicates from a listbox or a combobox
This control emulates hot links (seen in web pages, and other apps like Outlook mail rules and the triggers section of the Starcraft Level editor.) It supports word wrap, pictures and highlighting! Have a look and please vote!
IsFormLoaded This little code shows you how to verify if a form is loaded or not. People use to use the code for each f in forms. This code does not work perfectly. Allforms must have been loaded for the 'for each f in forms' to work. With this code you does not to worry anymore. Just making uset of the let and get you will get all of this under control.Have fun Rodney Godfried
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 small project demonstrates how to support multiple users in your applications. Saves/loads settings from the registry that pertain to specific users. Has ability to create new users. Please vote for me if you find this useful. ANY feedback, negative or positive, is greatly appreciated.
Allows you to accept multiple winsock connections! Great for beginners to intermediate! I know, still some bugs, but overall some nice coding. Uses TCP/IP connection, not UDP! Take a look, comments up the wazoo on this one =) This would be wonderful if you want to create your own gaming server, chat server, or just a file server! PS - Guess what, guys?! In my code, when the server "broadcasts" a message, I have a doevents in the loop. This is because of a problem with the winsock control that the doevents fixes. HOWEVER! Service pack 4 fixes this. So d/l service pack 4 and remove the doevents from the "broadcast" loop, and have instantaneous broadcasting!!!
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.
Ello, im back with a new name for all those who know me, lost the passy to my other one (blah). Anyway, this prog simulates the cd drive autorun feature. I coded this prog for 2 reasons, 1. I hate autorun and have disabled it, BUT autorun holds the shortcut for cd loading (hence this prog), and 2. Coz no one (as far as im aware) has done this before. So, if your like me then disable autorun and use this prog to preform the exact same task only this time WHEN U WANT IT. P.S. This prog also includes the sneaky little way i use secret areas in my progz, the 1 sec time delay on prog load to allow for a certain key to be pushed so the prog loads in a dif way (the secret area) GOTTA SEE THIS! (every line comented) Laterz