Results for "Volume: 7_2009-2012"
cool.
These codes produce 3d effects on any form or picturebox. The Etched3D and Raised3D subs produce either a raised line or an etched line around the picture box. The SunckePanel3D and the RaisedPanel3D subs produce a raised or lowered effect on the entire form or picturebox. These look great in your bas.
This article explains, with source, how to build a C++ DLL that exports functions that can be called from Visual Basic and other "C" DLL compatable programs.
Empties the Recycle Bin, regardless of what drive/folder assigned to.
To show one possible rendering of the mandelbrot set in openGL. The mandelbrot set is rendered with varying precision and a slight rotation. i kept the precision down so it wouldn't be too processor intensive. hope you enjoy. ps. don't vote for me until they start giving out beer for winners. ;=) peace.
This code resize a image by a given factor.
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
Demonstrates how the appearance of a program can be pleasing to the eye. Included are simple functions, various loops, and simple division. Just pure fun for beginners.
This little script calculates your body mass index and gives a comment on your rating. Just input your weight in pounds and your height in inches and press calculate.
A Few function's For You To Play With.. Trap Mouse In A Form, Random Object/Form Color's, A Wacked Screen Closing Special Effect, And Download File's Via The Internet..
Retrieve the default site of a website via API32 and Winsock 2.0. Also included a simple Always On Top demonstration. No MFC so far.
This is an Book Subscription / Management System, wherein it provides all the details of the book as well as ratings. Developed in PHP 5.0 with MySQL 5.0 as Database.
This was originally written for rent-a-coder, but since the buyer never accepted any of the bids I decided to post it here. It's really limited but it shows how to use functions and if... else loops. It also shows how to used enum to make a simple menu. You could make a menu without enum, but enum makes it easier to code and to maintain
This is an online intelligent tutoring system, wherein students can register and avail for tutorial services. Tutorial services are done in two ways, one is documented tutorials in which lessons are compiled in the database (MySQL) and the other one is using an Artificial Intelligence wherein students can ask questions directly to the AI System. The database of the AI are stored in (XML). Have fun with this old code of mine.. I just want to share with you guys.. You can vote for it if you want.. Thanks..
This greatly helps to those who currently developing an online online grading system, this i made for my students to view thier grades via online, it also showcases the use of css(cascading style sheet), javascript,php and odbc connection of databases.
Provide an easy way to play flv file with the help of php and ajax.
the program find a place to put queens on a chess board in any size ,using recursion.
NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! Send's E-mail without WINSOCK.OCX! NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! This is a complete E-Mail programm with the possibility to send Attachements (Base64). The Base64-Encoding routine is very fast and I tested it with different E-Mail Servers! I also include a comfortabel routine to select the Attachement!
Disassemble PIC code in INHX8M hex format
DjLCDSIM is script simulating a 2*16 character type LCD with a HD44780 controller. All instructions but read data / busy flag are supported. The aim is to help people trying to learn how to use such displays.