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,432,375 lines of code, articles and tutorials in 11 languages,as well as 1,954 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.
ShapeClass
By Sandro Sbroggiò on 6/30
Language: .Net


Click here to see a screenshot of this code!percent
By Jucelio Anclemo Alencar on 6/30
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!relational listForms
By SC Project on 6/25
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!Inetrnet Cafe Billing
By vincent daniel rodrigues on 6/30
Language: Visual Basic

(Screen Shot)

Generate random questions in a quiz application
By NILADRI BISWAS on 6/30
Language: SQL


Click here to see a screenshot of this code!Ajax User Check
By fatih adiguzel on 6/29
Language: ASP

(Screen Shot)

Click here to see a screenshot of this code!countDown timer
By SC Project on 1/31
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!Educational Computer Game Thesis
By jaypabs on 6/30
Language: Visual Basic

(Screen Shot)

QuickDB
By SARFRAZ NAWAZ on 6/30
Language: PHP


Click here to see a screenshot of this code!SDJCreator
By sachin sah on 6/30
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!font viewer
By sachin sah on 6/30
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Advance Address Book
By sachin sah on 6/29
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!A Code Library
By Welch Marcellana on 6/30
Language: Visual Basic

(Screen Shot)

Websol Asp Dating Script Free
By amin b nagpure on 6/30
Language: ASP


CONDITIONAL SEARCH
By NILADRI BISWAS on 6/30
Language: SQL


GET LAST 2 MONTHS RESULT
By NILADRI BISWAS on 6/30
Language: SQL


Check duplicate records in a table
By NILADRI BISWAS on 6/30
Language: SQL


Column Rename in SQL SERVER 2005
By NILADRI BISWAS on 6/30
Language: SQL


Get the cars based on amnesty
By NILADRI BISWAS on 6/29
Language: SQL


Records based on another column and UNPIVOT
By NILADRI BISWAS on 6/29
Language: SQL


Select a column based on other column conditions
By NILADRI BISWAS on 6/29
Language: SQL


Row Col Transposition in SQL Server
By NILADRI BISWAS on 6/29
Language: SQL


Split function in SQL SERVER
By NILADRI BISWAS on 6/29
Language: SQL


Fetching Parent Child Records
By NILADRI BISWAS on 6/29
Language: SQL


Extract the last string
By NILADRI BISWAS on 6/29
Language: SQL


Select records 51 to 80 in SQL SERVER?
By NILADRI BISWAS on 6/29
Language: SQL


Find which employee works in multiple departments
By NILADRI BISWAS on 6/29
Language: SQL


Sorting in SQL SERVER varchar types
By NILADRI BISWAS on 6/29
Language: SQL


SORT STRINGS
By NILADRI BISWAS on 6/29
Language: SQL


Click here to see a screenshot of this code!Numeric Textbox (NumBox) v 1.2
By Rizal Putra W. on 6/13
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Permutation
By Nashvell Ombi-on on 6/29
Language: Visual Basic

(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:

USERNAME
by MICHAEL HESTER
6/28/2009 11:47:54 PM

Language: Visual Basic

IS THERE ANYWAY TO CONNECT TO A USER NAME WITHOUT USING A CLIENT-SERVER PROGRAM?

To display data in a JTable - The Easy Way
by Rahul Mathew 2009
4/25/2009 7:42:55 AM

Language: Java/Javascript

To display data in a JTable - The Easy Way

do loop
by buddha tamang
6/27/2009 10:46:37 PM

Language: C/C++

password

Email Validation
by AciD Killa
6/17/2009 5:02:24 PM

Language: Active Server Pages/VBScript

To validate email addresses :)

Oracle iSetup - Demo_2
by Dinesh Kumar S
1/28/2009 2:06:25 PM

Language: SQL

ORACLE 11i ISETUP DEMO 2 This demo Covers Component of oracle iSetup: 1. iSetup Migrator 2. iSetup Reporter For theoritical reference refer oracle 11i Documentation iSetup user guide.

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)

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.

Lets Write a Blog : part 2
by Ashwani Rawal
6/13/2009 2:10:53 PM

Language: PHP

second part of the Lets write a blog, the coder banna series. its just a effort to bring good programmers out of those who know the basics and understand the logic but does not have exposure to the procedures of application developement. so all those please follow the series and will understand most of the procedures. it is a step by step series, covered in a very basic and easy language, not covering much theory but giving emphasis on "do it yourself". Please encourage my effort and try to VOTE ... (see entry for full description)

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)

VB.NET IIF
by Ian Ippolito (RAC)
6/19/2009 4:23:00 PM

Language: .Net

Intersesting behavior in the IIF statement in VB.NET

 
 
 
 

Choose Your Language:

Visual Basic
(5,069,302 lines)
(248 jobs)
Java / Javascript
(465,657 lines)
(188 jobs)
C / C++
(1,209,430 lines)
(156 jobs)
ASP / VbScript
(284,712 lines)
(111 jobs)
SQL
(79,471 lines)
(211 jobs)
Perl
(92,598 lines)
(54 jobs)
Delphi
(275,037 lines)
(13 jobs)
PHP
(232,173 lines)
(70 jobs)
Cold Fusion
(9,204 lines)
(32 jobs)
.Net(633,706 lines)
(861 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-2009 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.