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,944,038 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!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


Movement using buttons
By PIgy_bear on 5/11
Language: Visual Basic


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


Crazybone and the brainies
By PIgy_bear on 5/11
Language: Visual Basic


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


ErrorJoke Corrected
By Johanella on 5/11
Language: Delphi


Click here to see a screenshot of this code!Copy File Part
By Muhammad Arshad Latti on 5/11
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Sorting Numbers Version 1.0
By Jake Rodriguez Pomperada on 5/11
Language: Java/Javascript

(Screen Shot)

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

(Screen Shot)

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

(Screen Shot)

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


VBScript Business Function Library
By Jonathon Trumbo on 5/10
Language: ASP


Click here to see a screenshot of this code!YouTube Downloader / Parser
By 9InchWorM on 5/10
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Form Extender (Simple and Useful) - You Need It!
By F. Amri on 5/10
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Advanced Flash Player
By jogz699 on 5/7
Language: Visual Basic

(Screen Shot)

sqrt
By arash gh on 5/10
Language: C/C++


File Cutter
By Sumit Gaur on 5/10
Language: C/C++


Binary Trees
By K Imran on 5/10
Language: C/C++


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


Click here to see a screenshot of this code!Bomb Neutralizer
By VanHaller on 5/9
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Phoenix Block Cipher
By Alex L. on 5/7
Language: C/C++

(Screen Shot)

Smart LTRIM & Smart RTRIM
By Andy Archer on 3/7
Language: SQL


Click here to see a screenshot of this code!LynxGrid 2.06 (A professional grid in a single CTL)
By Morgan Haueisen on 4/16
Language: Visual Basic

(Screen Shot)

Strcmp
By palimar aravind rao 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!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


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,250 lines)
(212 jobs)
Java / Javascript
(421,386 lines)
(151 jobs)
C / C++
(1,147,636 lines)
(130 jobs)
ASP / VbScript
(277,963 lines)
(95 jobs)
SQL
(73,100 lines)
(175 jobs)
Perl
(91,522 lines)
(47 jobs)
Delphi
(268,823 lines)
(13 jobs)
PHP
(217,876 lines)
(57 jobs)
Cold Fusion
(8,970 lines)
(29 jobs)
.Net(561,094 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.