All source code in Home Page
Quick Search for:  in language:    
visual basic, vb, active server pages (ASP),java, javscript,c, c++, c__ , vbscript,active server pages, ASP, vbscript,SQL, database, informix, oracle, SQL Server,Perl, CGI,Delphi, PHP,source code, code, sample, samples, program, programs, help, tutorial,tutorials, routine, routines, jobs, listserve, mailinglist, bulletin board, bulletin boards, programming,  snippet, snippets, control, controls, class, classes, module, script, Scripts, applet , email , mp3, reference, windows,  modules, file, files, subroutine, subroutines, function, functions, sub, Microsoft, Sun,  downloads, winapi, directx, msaccess, ocx, vbx, ado, dao, odbc, rdo,  vbscript, vba, game programming, dcom, ole, com, dna, jet, dll, win api, winapi,  dbgrid, database front end, certify, decompiling, decompiler, visual basic for applications,  variable, constants, data type, byte, boolean, integer, long, single,  double, currency, date, object, string, variant, sub, function, free,
Planet Source Code.
The largest public source code database on the Internet with 12,946,593 lines of code, articles and tutorials in 11 languages,as well as 1,688 open job postings
To start, just choose:
Visual BasicJava/Javascript
C/C++ASP
SQLPerl
DelphiPHP
Cold Fusion.Net
 
Sponsored by:

 
You are in::
 


Latest postings for All Languages.
Click here to see a screenshot of this code!LynxGrid 2.07 (A professional grid in a single CTL)
By Morgan Haueisen on 4/16
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Rotate around point (VB9)
By Caffe_con_humor on 5/13
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!Email Multipage Twain Scan or Screen Cap(s) as PDF
By Warren Goff on 5/4
Language: Visual Basic

(Screen Shot)

annoy your freinds
By Atter Davidson on 5/13
Language: Visual Basic


Click here to see a screenshot of this code!Revolver
By 8-X on 5/13
Language: Visual Basic

(Screen Shot)

Squash the ants
By PIgy_bear on 5/13
Language: Visual Basic


Click here to see a screenshot of this code!Instant Report Generator
By EDWIN O. DELOS SANTOS on 4/26
Language: Visual Basic

(Screen Shot)

Artificial Intelegence
By Jimson de francia on 5/13
Language: C/C++


Yahoo Voice Example
By DaZZa on 5/13
Language: Visual Basic


Debugging Class
By Anthony Dwyer on 5/12
Language: Visual Basic


RFI / LFI / XSS Automation tool kit v1.5
By xyr0x on 5/12
Language: Visual Basic


Click here to see a screenshot of this code!Date and Loops in JSP
By Jake Rodriguez Pomperada on 5/12
Language: Java/Javascript

(Screen Shot)

min,max and average
By Ahmed El-kilany on 5/12
Language: C/C++


Click here to see a screenshot of this code!mp3stegz
By achmad zaenuri on 5/12
Language: Delphi

(Screen Shot)

Click here to see a screenshot of this code!Absolute Vista form skinner
By 8-X on 5/12
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!HOSTEL MANAGEMENT
By Taraka Rama Sastry Nimmaluri on 8/12
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!MYEDIT
By Taraka Rama Sastry Nimmaluri on 1/11
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Inet Who Is And NTP Example
By Thomas Swift on 5/12
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Rotate around a point
By Caffe_con_humor on 5/12
Language: .Net

(Screen Shot)

Awesome collision detection
By PIgy_bear on 5/11
Language: Visual Basic


Click here to see a screenshot of this code!Inet Who Is Example
By Thomas Swift on 5/12
Language: Visual Basic

(Screen Shot)

Squash the ants
By PIgy_bear on 5/12
Language: Visual Basic


Click here to see a screenshot of this code!ITNS 281 Challan Generator
By Vikram S. Mathur [GMail] on 5/12
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Simple Who Is Net Block Generator For Spampal
By Thomas Swift on 5/12
Language: Visual Basic

(Screen Shot)

Cryptography beauty
By Marijan Ivicevic - Bakulic on 5/11
Language: Visual Basic


One Image Animation
By 8-X on 5/11
Language: Visual Basic


Click here to see a screenshot of this code!Calculator
By bruno_RAM on 5/11
Language: .Net

(Screen Shot)

Code examples of Vector Containers, Stacks, Queues, and Lists.
By Chris C. on 5/11
Language: C/C++


Click here to see a screenshot of this code!Tiny GFX(Update2 11 May 08)
By Robert Rayment on 5/5
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!BarSlider Usercontrol
By Kenneth Foster on 5/11
Language: Visual Basic

(Screen Shot)

Movement using the arrow keys
By PIgy_bear on 5/11
Language: Visual Basic


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Help us improve the site!
Take the Planet Source Code survey today!






 
 
 
 
Newest Tutorials:


VB6 Embedded Resource Templates For Dummies
by Thomas Swift
5/8/2008 12:32:29 AM

Language: Visual Basic

An explanation of windows resource templates.

Accessing a parent browser window from a child window or vice versa using JavaScript
by Ashoka.
4/20/2008 2:37:01 PM

Language: Java/Javascript

This article explains basic options available to access the data present in a parent browser window from a child browser window or vice versa.

Detail About Recursion and its Type
by Asadullah Ansari
5/9/2008 7:51:09 AM

Language: C/C++

Here I am going to give a detail about Recursion in C++. Definition: Recursion is the process where a function is called itself but stack frame will be out of limit because function call will be infinite times. So a termination condition is mandatory to a recursion. Many complex problem can be solved by recursion in a simple code. But it's too much costly than iterative. because in every recursion call one stack frame will formed.You all already know that about it's cost. but if problem is very ... (see entry for full description)

Catch HTML output of current page (With full code)
by Farshad Deliri
3/14/2008 5:05:26 AM

Language: Active Server Pages/VBScript

On this article you'll learn how to catch the output HTML of an asp.net page.

Changing desktop background from SQL
by Dino Scarcella
4/9/2008 11:05:31 AM

Language: SQL

This article demonstrates how one can change the desktop background in windows using xp_cmdshell. I used this example just to show how one can modify the registry from Microsoft SQL Server. Remember to run these two lines in the "master" database

Perl Script to obtain data file in a desired format
by Rajkumar Jain
3/12/2007 12:32:55 AM

Language: Perl

This document discusses about using Perl, how we can obtain a data file in a particular desired format, given a data file in a random format. By format, we refer to the order of columns in the input data file. Using this Perl script, we obtain output data file in a particular format and we get another file having discarded data lines, based on some filtering condition. This will be useful, especially when we need data in a particular format in the data file, so as to store that data in database ... (see entry for full description)

how to create a Query Builder Dynamically
by Marselle Caston
4/21/2008 8:09:20 PM

Language: Delphi

To show how easy it is to create a Dynamic SQL building tool for end users in any application. I am using the DBDemos Database tables for this example the Customer.dbf you can use any database for this example.

Add days to current date
by kegham
2/11/2008 5:40:16 PM

Language: PHP

The following code will add days to the current date. Ive saw many type of codes or actually coders that adding days in random ways and inserting to mysql fields, which is causing to output an error. May be this code of mine is so simple 5 lines but it might be functional for someone who is looking for it. Please read lines that commented out.

DSN-less Connection to Access / Uploading documents
by FusionerMX
9/15/2006 3:07:41 AM

Language: Cold Fusion

The following code shows how to upload a file to a web directory and write that directory to an Access database.

DotNetNuke: A Step by Step Installation
by leo Camalig
4/16/2008 5:05:30 AM

Language: .Net

To share this basic and clear installation process for the newbies.

 
 
 
 

Choose Your Language:

Visual Basic
(4,933,836 lines)
(212 jobs)
Java / Javascript
(421,503 lines)
(151 jobs)
C / C++
(1,147,753 lines)
(130 jobs)
ASP / VbScript
(277,963 lines)
(95 jobs)
SQL
(73,100 lines)
(175 jobs)
Perl
(91,522 lines)
(47 jobs)
Delphi
(268,940 lines)
(13 jobs)
PHP
(217,876 lines)
(57 jobs)
Cold Fusion
(8,970 lines)
(29 jobs)
.Net(561,211 lines)
(769 jobs)


4/3/2008: New Planet Poll!
Thanks for taking our last poll. To help us learn more about you, here's a short mini poll of 3-4 more questions. Please take a moment to help us serve you better by filling it out:

Click here to take the poll.

Code for Profit!
Find extra paid coding work from the comfort of your own home at http://www.RentACoder.com!



 

Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2008 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.