Results for "Volume: 3_2004-2005"
this is scripting language wich is about 40% ready is a good example of how to load any object at runtime including forms buttons labels etc... hope you'll like it... i think i'll continue it or start it agian using better programming methods... i'll try to make it compile the code although lots of you say that you can't its just that i don't have time :) cu pls leave a comment!!!!!
This application is design to sychonize volume of workstations over a network Using tcp/ip protocol. It has a Master Volume Controller (the server) which does it all, and Client Volume Control (the client) that process values from the master controller. It's very useful especially on gaming centers where loud volume are not controlled. Feel free to use it, but at your own risk. But if you use it please e-mail me for notification. Please VOTE for this one! Please!!!!
What this code does is it subclasses a listbox's parent (in order to trap the listbox's messages), then the listbox (in order to change colors). I have commented the area's that you will need to change in order to change the colors.
Scans whole subnets for open port 80 using multiple winsock connections (array/threads), once found it finds out the server running (eg IIS/apache) and what version, if no server is found, it tries to find out the kazaa username. Can now scan subnets in under 2 minutes (on dsl). Fully Documented, uses Inet controls (internet Transfer Control), and Winsock.
This example shows how to add a Checkbox to the MSFlexGrid control.
WORKS ONLY ON WINDOWS 2000/XP!!! This is my first submission on PSC and I know there is a lot of fade effects here, and transparent samples too. But I've merged the functions in a module, with two simples subs called in form_load and form_queryUnload. Also check constants in module to set transparent degree and fade speed. you can use this in your apps to add cool look.
Hi folks :) Today I was trying to retrieve a password for a ftp site I have in my CuteFtp list of sites. However, password in CuteFtp are encrypted and using tools such as "123 Password recovery" wouldn't work. So I quickly made this little program that's looking into CuteFtp's sm.dat file for the encrypted password and retrieve it. This piece of code which is NOT interesting to learn about programming or encryption, because it's so simple (not much programming, and encryption is only a xor on each character). However, now that I got my password back I thought I might as well share that with you just in case it might be useful :) Cheers then, take care all! :) sorry for not putting a screenshot with real info, but this info is kinda sensitive ;)
A must for Help Desk and Customer Support. A fully functionnal knowledgebase where you can insert a problem and a solution will appear based on the words you have entered!
Performs DNS requests. It communicates with the dns server directly, so that it has full control over the requesting of information. This client supports more records than nslookup and most other utilities I've found. I also have a commandline version in the C section which I've most recently created.
A simple piano application using windows Midi API. Include 3 octave notes, 4 instruments bank, 3 rhythm beats, 12 percussion keys. Great code to download!
With this, you'll be able to host your own HTML/text. Features include: Ip blocker to prevent lag, blocked ip text, random list, hit counter, visitor monitor and the number of times they visited, port chooser, and an info page creator to tell a little about yourself.
An adaptable monopoly game using ADO with an MS Access database and sequential file access. It will allow the user to make alterations to both the content of the game such as property Title/Price/Rent and card contents and to the appearance of the games' user interface. Players can Buy/Sell/Mortgage/Unmortgage property and Buy/Sell Houses & Hotels. There's no instructions or help system but I think the game is mostly self-explanatory. Improvements include: Choose from 12 different versions including America. Ability to easily create your own versions. Save as many games as you want. More customisation options. Auctions. 6 new actions for Chance/Comm. Chest cards. Improved Jail functions. 12 new tokens. Please comment/vote. Info for other Country versions available at: http://www.muurkrant.nl/monopoly/country_index.htm
This is a chat program where you direct connect to your friend and you can do things such as send files, chat, and send e-mails via smtp.
Ever wanted to find a special value in a database, but don't know in which table or field it's in. This tool helps you scan for a value in a database with 1 ore more tables in it. Only works on SQL Server. This tool can match exact or "LIKE" querys and has some other features. If you like it, improve it! :) (and tell me about it)
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
This little example will click on any button just by saying the caption in a microphone. You will need Microsoft's Speech recognition engine. To fully understand how to make it work, I suggest you first read MTGiga's tutorial called 'Talk to your computer'. You can find it here. http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=43096&lngWId=1 Don't forget to train the engine if you want it to better recognize how you speak. Of course this is just an example, it doesn't have code to put it in the tray. Please leave comments and vote!
This is an update of "The Web Server", a submission I made a few weeks ago. This IS the most stable version of the server. It is very fast flexible and easy to use. Start it up and place a index.html in the app directory and tada. Or place it in the server directory. A server directory is where a server looks for the files it serves. You can set this using Ctrl-D on my program.
Tired of the old 2D snake game? Then 3D Snake will be a blast! Uses DirectX 8 and 3D isometric rendering. Features 10 levels, music that changes tempo depending on game speed, sound effects, help, options, pause, and more!
The BEST auto resize code on here. automatically resizing forms and controls with varying screen resolutions.
This is to show you how to make your very own Telnet or client program.