Results for "Volume: 4_2005-2006"
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++.
Reminder program, the program can help you for remind you to any event. from this reminder you also can open any program, open URL and shut down ur PC automatically whenever you want. Then from the program you also can playing sound (WAV). Enjoy With the source code...
This simply code, make .xls fine dinamically. You can create worksheet and report. Any feedback is appreciated.
An example of how to use winsock to make multiple connections to a remote host and scan for open ports. A must see app for people who want to learn more about winsock!
Web Directory Explorer. Make-up old style web server directory to a new face directory explorer with useful common features. 1) List files & directories 2) Status: File name, type, create date, modify date 3) Sort it ascending or descending depends on previous state with indicator 4) Refreshable 5) Common supported icons 6) Status on last refreshed 7) Time taken to list files & directory
An update to code I previously submitted. Record the mouse position and the right and left button click events. Then you can replay the movements of the cursor and the mouse will click at the same coordinates as the user. All data is stored in a binary file. Now uses a self reallocating array for longer log times, and smaller file sizes. This is a great idea for tutorials or wizards! If you like this code please vote for it!
The fastest way to do alternate colors of rows in your table (from recordset or something)
Custom textbox with lot of properties, Report Printing from MSFlexgrid and DatagridView.
Do math, add, subtract, multiply, divide
This is a full Mp3 Player with Playlist, ID3 CHECKER (not editor), song status. VB6 Needed for ID3 Genre. Complete with graphics.
Just like it says: Get HTML Source From a Website!
Basic sendkeys codes
A cool code editor with intellisense (like vb editor)!
This is code will use to send email all user in database easily and reliable, I have use the asp mail to send the email to the user in the database
A payroll system that support multiple company. The database is created for every company. This is not intended for large businesses. My client did not ask for more features so the basic functions are: employees information, password protection, create voucher, payroll summary and an employee's list report. At least you will learn in this program on how to create a simple payroll system. For username and password please visit http://www.sourcecodester.com/net/payroll-system.html