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 13,677,149 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.
LOCK with MiniPad(HunnyMu nny)
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/16
Language: Visual Basic


FPDelphi
By @lirez@ on 3/16
Language: Delphi


Click here to see a screenshot of this code!DriverTest
By clifford edward burns on 3/15
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Simple Media Player
By Ferdinand Viray on 3/15
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!XML - Javascript Slide Menu for all Browsers
By Enrique de Haro Cortes on 3/15
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Automatic Card/Deck Shuffler
By Treehill on 3/15
Language: Visual Basic

(Screen Shot)

webservice and php and authentication of web services
By nik gandhi on 2/8
Language: PHP


USB Detector Component
By @lirez@ on 3/1
Language: Delphi


Improvised Employee Examination System
By kevern on 3/15
Language: Visual Basic


PortScanner
By Kaustubh Pratap Chand on 3/15
Language: Visual Basic


Click here to see a screenshot of this code!EXCEL SHEET LIKE PROTECCTION
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/15
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Risk for Stroke in Atrial Fibrillation
By Warren Goff on 3/4
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!DFT - Discrete Fourier Transform of digitaly sampled data
By Dolac on 3/14
Language: Visual Basic

(Screen Shot)

ClickText *UPDATE*
By Lars Jansen on 3/14
Language: Visual Basic


Click here to see a screenshot of this code!Four - Function Calculator Version 1.0
By Jake Rodriguez Pomperada on 3/13
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Home Loan Finance Solver 1.0
By Jake Rodriguez Pomperada on 3/13
Language: C/C++

(Screen Shot)

Doubly Linked List with convenient macros
By Jason M. Smith on 3/13
Language: C/C++


Centroid in Polygon Finder for AutoCAD
By Mark Acuna on 3/4
Language: Visual Basic


Click here to see a screenshot of this code!Crypto
By Krishna Ram Prakash on 3/13
Language: Visual Basic

(Screen Shot)

LOCK YOUR TEXTBOX
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/13
Language: Visual Basic


Click here to see a screenshot of this code!Multiplayer Scrabble
By Husain Limdiyawala on 3/13
Language: PHP

(Screen Shot)

ATM
By Nageshwar Saini on 3/13
Language: Java/Javascript


Click here to see a screenshot of this code!Java Calculator
By Muhammad Usman on 3/13
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!A 3D.JSPLAYER STARFEILD AND MONEY SIGN BETA 2010 COPYRIGHT
By ROD LEWIS on 3/12
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Blaster Master
By T.Jackson on 3/12
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!napster-dl
By John Hass on 10/8
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Calendar
By Lalit Agarwal on 4/11
Language: C/C++

(Screen Shot)

Convert complete database into XML
By Niks....... on 3/12
Language: PHP


Click here to see a screenshot of this code!SMSlogger
By Emilio Ficara on 3/8
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Real Photomosaic v12 (cieLAB)
By reexre on 3/12
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Gmail Contact Grabber
By Niks....... on 3/12
Language: PHP

(Screen Shot)

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/

Doubly Linked List with convenient macros
by Jason M. Smith
3/13/2010 2:56:25 PM

Language: C/C++

This is a doubly linked list.

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)

FPDelphi
by @lirez@
3/16/2010 3:28:19 AM

Language: Delphi

FPDelphi is sowtware for use programer when they write delphi programs . this software is delphi Functions and Procedures helper .

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
(5,136,215 lines)
(279 jobs)
Java / Javascript
(486,445 lines)
(197 jobs)
C / C++
(1,245,484 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,795 lines)
(76 jobs)
Cold Fusion
(10,256 lines)
(33 jobs)
.Net(671,337 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.