All source code in Home Page
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 18,808,633 lines of code, articles and tutorials in 11 languages,as well as 2,078 open job postings
To start, just choose:
Visual BasicJava/Javascript
C/C++ASP
SQLPerl
DelphiPHP
Cold Fusion.Net
 
Sponsored by:
Quick Search for:  in language:    
You are in:
 


Latest postings for All Languages.
Click here to see a screenshot of this code!Bezier ART v.0
By reexre on 3/11
Language: Visual Basic

(Screen Shot)

Lista Mp3
By Massimiliano Ganzaborn on 3/17
Language: Visual Basic


Click here to see a screenshot of this code!Swarm of Gnats
By Paul Bahlawan on 7/15
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Student Information System Version 1.0
By Jake Rodriguez Pomperada on 3/11
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Air Line Travelling History System
By Muhammad Faraz Shaikh on 3/11
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Validate form with Regular Expressions
By Marijan Ivicevic - Bakulic on 3/8
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Create runtime popup menu
By Red Corn on 3/11
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!heart break by vijendra
By vjendra singh on 3/11
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Highest and Lowest Numbers Determiner Version 3.0
By Jake Rodriguez Pomperada on 3/10
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/10
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Constructive login system
By Faiz Muhammad Khan on 3/10
Language: PHP

(Screen Shot)

web hosting by .net
By p v sreeraj nambiar on 3/10
Language: .Net


Click here to see a screenshot of this code!DM Timepicker
By Frank Donckers on 3/10
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Browse the destop files & folders
By shanya on 3/10
Language: Java/Javascript

(Screen Shot)

Pyramid numbers
By Leomar V. Ramos on 3/10
Language: C/C++


Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/9
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!BOARDER BANNER BETA
By ROD LEWIS on 3/9
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!AS School Management System
By Ashar Babar on 3/9
Language: Visual Basic

(Screen Shot)

PayLeap Payment Gateway Recurring Billing
By Rob Mossuto on 3/9
Language: PHP


Character Stuffing Program in C
By Himanshu Pandey on 3/9
Language: C/C++


Click here to see a screenshot of this code!RGB <--> Cie Lab Converter
By reexre on 3/9
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!DmDatePicker
By Frank Donckers on 3/3
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Air Line Reservation History System
By Muhammad Faraz Shaikh on 3/6
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!web hosting with well screenplay
By p v sreeraj nambiar on 3/9
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!Media Player
By Maheshs Shitole on 3/9
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!StingTokenizer Example
By simple html code on 3/9
Language: Cold Fusion

(Screen Shot)

Click here to see a screenshot of this code!Speed Xp
By xbit10101 on 3/6
Language: Visual Basic

(Screen Shot)

Sales and Inventory
By Eduard Dueñas on 3/8
Language: Visual Basic


Enrollment System
By Eduard Dueñas on 3/8
Language: Visual Basic


Priority Scheduling Algorithm
By Mahmud_Hasan on 3/8
Language: C/C++


Simple Print & Export to Excel via CFMX +
By CommandStation on 3/8
Language: Cold Fusion


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!





 
 
 
 
Newest Tutorials:

asp database connection
by welcome007
2/28/2010 2:15:15 AM

Language: Visual Basic

<%@ Language="VBScript" %> <% option Explicit %> <% dim con,rs,rs1 Sub OpenDb() set con = Server.CreateObject("Adodb.Connection") con.ConnectionString="Provider=Microsoft.Jet.Oledb.4.0;Data Source=" & Server.Mappath("E_Marketing.mdb") con.open End Sub

Simple jQuery Slideshow
by Bardhyl
2/27/2010 7:51:32 AM

Language: Java/Javascript

Article includes link to jQuery sideshow example. (Source Code available). http://www.kahmeshku.com/temp/my_slider/

Windows Registry Using C++ and Win32 API
by rahules_rahul
2/13/2010 1:42:57 PM

Language: C/C++

This article gives an introduction to functions available in Win32 API to manipulate the Windows Registry using C\C++ . This is an easy and understandable article.

String Cleanser (ASCII only)
by Scouse Mouse
7/31/2009 7:56:19 AM

Language: Active Server Pages/VBScript

Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with a 2nd single quote (for using in MS-SQL statements).

Oracle D2k - Reports 6i
by Dinesh Kumar S
2/18/2010 11:27:44 AM

Language: SQL

Begineers Oracle Reports 6i Tutorial.

How to start a Perl script under Windows without writing a separate batch file
by Marc-Alain Gross
3/4/2009 8:26:24 AM

Language: Perl

You know the problem: you want to write a Perl script under Windows but to run it, you need to specify the path to the script (i.e: "perl c:\apps\perl\showdate.pl"). Basically DOS allows to search through the Environment Variable "PATH" to find a script. But it allows only Microsoft scripts to run through this way (actually you have the possibility to assign all ".pl" files to Perl, but it doesn't work under DOS). Your (and my) goal is to start the script using the short way, that is without sp ... (see entry for full description)

Alireza Talebi
by AsiaPardaz
3/7/2010 7:25:49 AM

Language: Delphi

Help For Delphi Programers .

Automatically create a PNG Sprite with PHP & GD using 248 country flags
by snowboardr
2/23/2010 4:35:47 PM

Language: PHP

So I have been messing with creating sprites in PHP’s GD, and as it turns out its quite simple. So I set out to copy 245 flag PNG files over to one png and print out the CSS at the same time….

Query to MS Excel
by Tim Garver
7/5/2008 3:56:19 PM

Language: Cold Fusion

Output excel file easy with ColdFusion MX. Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion. I wanted to update this with the newer easier way to accomplish the same goal. have a search page with an output type drop box called "otype" values("web","xls","prt") Write out your page in an HTML table with the columns you want in excel. Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the otype or a fo ... (see entry for full description)

NMEA Cumlesi Dogru mu ? ( En: NMEA Sentence is valid ? )
by Murat G. UNGOR
2/24/2010 6:38:52 AM

Language: .Net

Bu fonksiyonla GPS'ten gelen anlik verinin islenmeden önce dogru olup olmadigi kontrol ediliyor. For EN : With this function check the NMEA sentence from GPS is valid before processing... Translate for EN : CumleUygunmu = Sentence is valid. Cumle = Sentence ( NMEA Sentence )

 
 
 
 

Choose Your Language:

Visual Basic
(10,269,388 lines)
(279 jobs)
Java / Javascript
(485,977 lines)
(197 jobs)
C / C++
(1,244,848 lines)
(173 jobs)
ASP / VbScript
(287,803 lines)
(118 jobs)
SQL
(81,464 lines)
(226 jobs)
Perl
(92,430 lines)
(57 jobs)
Delphi
(275,858 lines)
(14 jobs)
PHP
(242,444 lines)
(76 jobs)
Cold Fusion
(10,256 lines)
(33 jobs)
.Net(671,103 lines)
(895 jobs)



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-2010 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.