Results for "Volume: 7_2009-2012"
Everything about events in C#.
Simple Calculator Program
This app allows you to send popup messages to any Windows computer on your network as long as you know there IP or computer name. It's just a GUI for the Net Send shell command.
This code shows how to use Visual Basic to calculate great circle distance (distance between 2 points using decimal latitudes and longitudes).
Display Current Weather Conditions for any Valid US Zipcode using the Microsoft.XMLDOM XML Parsing Object. Commented Source Code.
This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the conversion procedure online somewhere, and I am NOT its original author. But I have put it together into this example.
This sample shows you how to drag and drop controls onto a form at runtime (thereby creating a runtime form designer) and how to move the controls around as well as resize them.
Implents a class for registry manipulation like create key, test for key, create value, ... Please rate. Thanx.
Implements a mail-class (pure .NET framework solution). Supports cc, bcc, multiple attachments,... Please rate. Thanx.
Uses recursion to scan a directory and all subdirectories to get the total size of all files residing within.
This script is for: - Browsing files on your server - Upload files to your server - Play media files on the server - create, move, delete multiple files and directory's - opening/downloading files - check the disk size - check the free disk space This is the newest version of the 'Advanced file manager' it is still a beta, and if you wan't the last stable version search for 'file manager' and click at 'Advanced File Manager 1.1'. You can find more info and feedback at www.afm.nl.tt , and If you wan't to mail me my mail is: feedback@afm.p3t3r.uni.cc !!!At the site you can get the latest bug fixes and betas!!! If you like the code please vote. KEYWORDS:Website admin administrator file dir browser free manager THE SITE OF A.F.M. ------> www.afm.nl.tt <------
This is a 4 function calculator with 8 - level memory, it performs calculations
Hi, I'm new to Delphi and this is my first submission AND my first program for Delphi. If you run this program, the clock begins ticking and it'll show you how many seconds, minutes and hours have past. I use this in my startup so I can see how long I've been on the comp. Please vote and leave comments(And please don't flame...).
It draws lines on the screen. Looks like a screensaver. Shows some basic C++ coding techniques.
This is an Access-based guestbook; DSN or DSN-less database connection. Zipfile includes scripts to display, enter and delete entries, plus readme file. Can be customized simply by changing html code.
Simple a Address Book project.
This code is a demonstration of a quick and easy way to copy an entire list (without needing to select them all) or selected list items to the clipboard for pasting into other applications. It simply copies the items to a hidden text box and then uses the clipboard method. Follow the instructions below to see how it works
a form to upload files, has filter of extensions, admin option - delete/view files
This class contains two functions which can be helpful in creating an online shareware registration system for your software projects. GenerateKeyCode takes a username, or any other string, and generates a unique human-readable registration code (such as 9397-JQM0LD0YJV from the string: Andy Carrasco). GenerateKeyCode will generate a totally unique registration code over and over again, even for the exact same name! VerifyKeyCode is the partner function, and will verify if a keycode matches a given name.
Use this class to display the browse for folder dialog box. Browse for a specific kind of object (Folders, Printers, Computers, etc). Implementation of the FolderNameEditor class, FolderBrowser class, FolderBrowserStyles enum and FolderBrowserFolder enum.