Results for "Volume: ASP_Volume2"
This is a SubSeven Client based on 2.1.* version of S7 ... its about 85% complete ... i added a need to do.txt if u would like to finish ... also i have included a rude version of the protocall... if you need help email me if u would like the tools i used to get the protocall email me.... [email protected]
This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1
Simple car game VERY ADDICTIVE :o) enjoy Please give feedback and rate this game if you like, i will apreciate it if you do
This tutorial has everything you need to create your own directx applications, it teaches how to create objects, make animations and effects, and even has a cool Earth & moon effect (see screenshot)! You can filter colors, and load your own textures, set v & h size too. If you like 3D Texturing v2 plz VOTE!!!
This code shows you how to connect to the MSN Service. This code also includes a sample/simple client which shows you how everything works together. Along with managing the connection and protocol to MSN, this code will show you how to do the following: Read and Write to the any spot in the registry, Play sounds from a resource file, Superclass controls, Use a collection of classes, Manage multiple connections, Create a smooth flowing Active-X control, Use the MD5 algorithm and much more. This code took me awhile to complete and I was unsure whether to release it. Vote for me if you like what you see. Also, view the readme file included in the zip. Thanks.
This simple smtp server will recieve email from emailer programs (like outlook) and save them on your hd for a pop3 program to sort. It's RFC-whatever complient (as far as i know). Works Nice. Good comments. Easy to understand! If you like servers, check out my web server.
This peace of code shows you how to obtain all the contacts as been stored in your Outlook pst-file. No matter how mutch contact-folders you have and how deep the three might be. (tested with Outlook 2000)
Check out this code. It will create a standalone EXE that will run on any x86 machine, OS independent. Also, extremely small file. An exe with "Hello, World!" is only 23 BYTES! It is truely amazing!
This is a comprehensive FTP class which relies solely on API calls to the wininet dll. The winsock control is not required. It is reasonably easy to understand and is quite robust, with plenty of error handling throughout. Also, ample examples have been provided in the accompanying readme file. Many thanks to Randy Birch's wesite, where much of the functionality was absorbed from.
When I first set out to create an application which could Analyze or Edit Digital Sound Files. I spent 2-3 months searching for example code and Documented Material, on the Subject. I couldn't find any VB Code Examples ANYWHERE! I did however turn up a Text File which turned out to be a complete Road Map. I Don't Know where I picked this Document up from, but it was the Foundation of my Audio Projects. I've gotten a lot of Questions, about these projects, so I decided to share this document with anyone interested. It Covers alogrythms for FFT, FIR, IIR, Sampling, Downsampling, Interpolation, Bandpass, Amplitude modulation, Flange, Delay, Frequency shifting, Noise, Equalization, Harmonics, Pitch shifting(Wavetable synthesis), and Much, Much More! To see some of these alogrythms in action, then Check out my TrueWavAnalyzer & TrueWavEditor Projects listed here on PSC.
Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).
I just learned about multi-dimensioned arrays and decided to see how well they work... Have fun with it.
If you must let people resize things at runtime, then this is a good solution. Plz, vote!
Well M@verick... it dosnt do much buit it should frustrate some... it dosnt use a winsock array so only one hacker at once...when someone connectd to 27374 it tells u the data they send and then sends "server error. please reconect.. which can be seen in subseven status bar...
--IsInIDE() --It'll return true if running in IDE
Modified from Benjamin Wilger's original source. Gives forms a Winamp-like docking behavior. I have added support to make the forms move together when docked, just as in Winamp. Previously, the windows would dock to each other, but not move together. This version adds the option of making one form the "master" of the other docked forms, so that when the master form is dragged, forms docked to it are dragged as well. Many, many thanks to Benjamin Wilger for his code, without which this version would not exist. (See http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=27489&lngWId=1 for the original code.) Please cast a positive vote if you enjoy this code. It only takes a few seconds, and I feel less like I'm operating in a vacuum here.
Play as many sounds as you want all at the same time. Supports any file format used by Windows MCI commands. PLEASE read the "Readme.html" file when you download the code. If you like it - then vote - if you hate it then don't
Screen loger is a small program which makes a screen shot every 5 minutes and saves it into a *.jpg file. You can use this to see what is someone doing on your computer. You can't see it or stop it. You can remove or add it to registry using an included file (setup.exe). Screen loger overwrites the saved files every time you login to Windows because the files are too big. Please comment and vote. :0)
This simple yet effective code lets you send any data to the COM/LPT ports on the computer.
With this prog. you can design very complex shapes of any kind, and save them as figure or as bitmap. The pictures I create here are used by me in a very big graphical program. I thought it can do some good to graphics lovers. Enjoy !