Results for "Volume: 2_2002-2004"
VBDoc is a project/group analyzer that counts not only the lines of code, but also the number of instances of each data type, function, and subroutine. Outputs to the form for quick analysis and also outputs to HTML. Successfully handles huge projects of unlimited size due to the file parsing capabilities built in. Demonstrates string tokenizing, file i/o, text searching, HTML output. Function-level documenting feature disabled--work in progress.
To send a Net Message to a user/computer from the web
This code demonstrates how to read .m3u playlist files. Its ideal if your making an mp3 player. It loads the file names into a listview control and stores their full paths in the listview items .tag property. I set up an example in the program were the path of the mp3 they select shows up in a label, its pretty self explanatory
A Fun Chat Program With Multiple Functons. See it out for yourself. Please Give Me A Good Vote.
A simple sine and cosine curve plotter, with frequency function.
Run Command Prompt from ASP using WScript and FileSystemObject. This has been updated from the original version to handle any commands and to emulate the dos interface.
Quick and simple way to create 3d Text
This is a DirectX Fighting game like the original Mortal Kombat, it uses direct draw, direct sound & direct music. Currently Multiplayer is not available. I had to drop the IMAGE & SOUND Quality heaps so that planet-souce-code would let me upload it, otherwise it would be too big, e-mail me if you want the higher quality sound and graphics.
This article explains how to use Simplewire's platform to embed SMS wireless messaging to cell phones and pagers into your applications in ASP. This will allow your application to send information to mobile users throughout the world. I hope this helps a lot of you who are trying to developer wireless applications.
Use this Select tag code to drop into an ASP page or an HTML page to show a list of GMT Time Zones. Also includes an Access 97 database with a table containing the same data.
A puzzle game, where you must find your way trough a maze of coloured balls. You can change the color of the ball you play with. There are 20 levels, music (midi), soundeffects (.wav), a high-score (saved !) and a cheat-mode (find it yourself). This prog handles some api. Included: all source, Pyramid.exe, 20 levels, midi and wav-files, graphics, highscore. Check it out and have fun. The zip is 224 kb.
This is the first part of a network messaging system. This part is inteaded to show examples of connecting to a Microsoft Access Database and its related functions. It is highly commented. The next part will have the code to setup an "Inbox" feature that will check the database and see if you have any messages.
My coding actually does several things. The main thing is that it can search an entire Drive and all of its Directories for a file you specify and at the end of the search display the results of it. Or you can do the same thing but this time look for any file with an extention you specify. I made this search for the file using API but I left a function in there you can edit to search for the files without API but it's a little slower and not recommended. This Screen Shot can pretty much explain it all... E-mail: [email protected] AIM: Mike3dd
This code contains 58 C++ useful Programs. 58c++Progs is for those who are interested in learning almost all features of C++. It will be interested by one who wan't to master the code...This is a product of www.vivekpatel.cjb.net don't forget to rate it!!! as your encouragement allows me to share more work.
This vb project demonstrates full use of the TreeView control which is quite hard to learn how to use on your own.
**** UPDATE 4 JANUARY 2003: This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly", without the need of a plug-in, I highly recommend investing your time in .NET GDI+. For a sample of GDI+ charts please visit my web site at www.alerme.com. Paul Walchli, [email protected]. **** ** ASP VERSION POSTED 11-14-01 ** ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at www.alerme.com **. This code is based on what I have posted previously using Vector Markup Language (VML). This code is written in VBScript and SVG. You will be presented an interface that allows you to enter values, pick a chart type, and render the chart to the screen. What you'll see are very basic charts (boring visually) but you will gain the understanding on how you can create SVG charts on the fly with VBScript. What you'll see rendered is well below what you are capable of creating using SVG (there are no animations or transformations). That is the main reason for naming this posting Beta 0.1. In order to view the pages correctly you must 1) download and install an SVG Viewer. 2) Copy the file (included in the zip file) Chart.svg to the root directory of your C: drive (C:\). You can change this location in the code if you wish. 3) Copy the remainder of the files into the same directory on you drive (SVGCharts or whatever). Please let me know if you have any comments or suggestions for the code. I can be contacted at: [email protected].
This is a complete user manager, with new usersignup, confirmation e-mail that needs to be received before an account is activated, forgotten password link, admin tools, etc.
This is a brute-force attack on file uploads, to learn how they work. Hopefully the zip will help others.
OK. I guess this is the most complex script I ever coded. My SkyBoard has many functions: - Emoticons - Very Simple Administration Functions - Communitysystem (Registration of names etc) - Profile of every registered user inclusive picture - Infinite amount of rooms possible - Password retrievment via email - Automatic post filtering - Encrypted password storing (*Need setup) And more. First you have to open "include.inc" in the data folder and change the old path to the new path where the board.mdb is stored on your IIS. First log on with Username: Administrator and Password: administrator. Then you can set up few things. This code is based on a database so it's quite fast. Of course this code is freeware as long as you dont modify the comments. However I'm asking you to vote for a 15 years old asp coder on Planet Source Code, I just want to know whether you like my prog or not.
This is a good resource for beginners to learn some stuff from win32 like: tool tips, dialog boxes, progress bars and icon buttons... I don't know if somebody will use this program but I decided to put it here as my first contribution because I used it for a while ( almost a year ) to save my back ups to cd and it was doing its work very well, but now I bought a dvd burner and don't need to split files anymore but maybe someone out there will still find some use for it. I added also to the old project a help file - just read it to learn how to use the program. Don't forget to put the help file in the same directory where the executable is if you are going to run the File Splitter out of MVC++.