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,942,590 lines of code, articles and tutorials in 11 languages,as well as 1,681 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.
Strcmp
By palimar aravind rao on 5/9
Language: C/C++


Detail About Recursion and its Type
By Asadullah Ansari on 5/9
Language: C/C++


Detecting Memory Leak without using this proggram
By Asadullah Ansari on 5/9
Language: C/C++


Stream Reader . open directory content into a text box
By Rami Dabaien on 5/9
Language: .Net


Click here to see a screenshot of this code!UPC barcode gen N read
By Jefri Mustapa on 5/9
Language: .Net

(Screen Shot)

indo-sanna
By endyk / softwhole on 5/9
Language: Delphi


Click here to see a screenshot of this code!Streaming Radio Alarm Clock 3.0
By Thomas Swift on 5/7
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!eFax: Email Fax PDF twain scan, bmp to jpd to pdf emailed
By Warren Goff on 5/4
Language: Visual Basic

(Screen Shot)

Delete all Foregin keys
By SACHIN THAMKE on 5/8
Language: .Net


Chimera 2D Games Engine
By Tazi Mehdi on 5/8
Language: .Net


Click here to see a screenshot of this code!Popup Message Box Form
By Jabin. C on 5/8
Language: Visual Basic

(Screen Shot)

A color Mixer
By Suharsha Pradeep Wickramasinghe on 10/22
Language: Visual Basic


Click here to see a screenshot of this code!Lucky Seven
By Suharsha Pradeep Wickramasinghe on 10/7
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!ErrorJoke
By Johanella on 5/3
Language: Delphi

(Screen Shot)

Fully Media Player
By Suharsha Pradeep Wickramasinghe on 5/8
Language: Visual Basic


CHAMELEON BUTTON 2.0.6 Memory Leak FIX
By Cody Rutkowski on 5/8
Language: Visual Basic


Sql Server Number of Connections
By Jabin. C on 5/8
Language: SQL


Click here to see a screenshot of this code!PaintRR(Correct ions 8 May 08)
By Robert Rayment on 11/3
Language: Visual Basic

(Screen Shot)

CMS_webpages_KW T
By NILADRI BISWAS on 5/8
Language: Java/Javascript


KWTCollegeIMS_K WT
By NILADRI BISWAS on 5/8
Language: .Net


Child Care Updated_KWT
By NILADRI BISWAS on 5/8
Language: .Net


BiometricDevice _KWT
By NILADRI BISWAS on 5/8
Language: .Net


Numerical analysis
By dibyendu karmakar on 5/8
Language: C/C++


VB6 Embedded Resource Templates For Dummy's
By Thomas Swift on 5/8
Language: Visual Basic


Click here to see a screenshot of this code!Typing Tutor in Applet
By Rodrigo UNL on 5/6
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Rock Paper and Scissors Game
By Rodrigo UNL on 5/6
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Student Registration System
By Rodrigo UNL on 4/30
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!L2E: Lingo 2 English Translator
By A. Tumaneng on 5/7
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Agochar Keypad
By Mohit Soam on 5/7
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!VB6 Clone Form&Button &Menu(Only Class and Module File,Pure API)
By boyzhang on 5/7
Language: Visual Basic

(Screen Shot)

Chat Box
By Alex Chisholm on 8/4
Language: PHP


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 Dummy's
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,931,846 lines)
(210 jobs)
Java / Javascript
(421,342 lines)
(150 jobs)
C / C++
(1,146,954 lines)
(130 jobs)
ASP / VbScript
(277,846 lines)
(95 jobs)
SQL
(73,100 lines)
(175 jobs)
Perl
(91,522 lines)
(47 jobs)
Delphi
(268,589 lines)
(13 jobs)
PHP
(217,876 lines)
(57 jobs)
Cold Fusion
(8,970 lines)
(29 jobs)
.Net(560,626 lines)
(765 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.