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 13,137,795 lines of code, articles and tutorials in 11 languages,as well as 1,813 open job postings
To start, just choose:
Visual BasicJava/Javascript
C/C++ASP
SQLPerl
DelphiPHP
Cold Fusion.Net
 
Sponsored by:

 
You are in:
 
NEW! LEARNING CENTER
Special educational offers, white papers, webcasts, podcasts

  NEW! Evaluate IBM Data Studio Developer V1.2 (download now)
  NEW! Download WebSphere Application Server Community Edition 2.1 (download now)
  NEW! Rational Software Analyzer Enterprise Edition And Trial Download (download now)
  NEW! IBM Rational Jazz Products Software Evaluation Kit (download now)
  NEW! A Primer for Storing and Retrieving XML Data (download now)
  Offshore software development: Making it a success with agile practices (download now)
  NEW! Create BlackBerry applications with open source tools (download now)
  NEW! Developing software on an open source stack (download now)
  NEW! Create a productivity package with the Zend Framework V1.5 and Google Apps, Part 3: Getting started with Zend Framework V1.5 (download now)
  NEW! Develop XML-driven Ajax applications fast with Data Studio (download now)


Latest postings for All Languages.
EliteXP® Taskbar Transparency Effect
By EliteXP Software Solutions on 10/5
Language: Visual Basic


EliteXP® Vista Drive icons
By EliteXP Software Solutions on 10/5
Language: Visual Basic


Google sitemap (Complete)
By Joaquin Marcher on 12/19
Language: PHP


Click here to see a screenshot of this code!Winsock .NET 2005 Server to VB6.0 Client
By Mark Morgan Miranda on 10/4
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!PJP-Extractor
By BASSAM BOU-FAKHREDDINE on 10/4
Language: Visual Basic

(Screen Shot)

Cable Tv System
By Cable Tv System 2008 on 10/4
Language: Visual Basic


Click here to see a screenshot of this code!DM Favorites Backup Manager V1.0
By dreamvb on 10/4
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Internet Scouting
By Zaid Markabi on 10/4
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Serials
By Zaid Markabi on 10/4
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!CRM Add-Ons Remote Control and Integrate with ACT Contact Manager by Sage 2008/2009 (Vers 10 and Up)
By Kevin Ritch on 10/3
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Text editor (quickly edit text in a file)
By Webmonster on 10/3
Language: Visual Basic

(Screen Shot)

find all table constraints
By Andy Archer on 10/3
Language: SQL


Write Text Input to a File in HTML Format - Fully Commented
By F. Ben-Isaac on 10/3
Language: C/C++


A Simple Mass Mailer
By Amit Kumar Gaur on 10/3
Language: ASP


Html Area Editors
By Amit Kumar Gaur on 10/3
Language: Java/Javascript


Click here to see a screenshot of this code!InfoFind Web Tools
By Omnicognic on 10/3
Language: Java/Javascript

(Screen Shot)

WildCard Compare Strings
By Patrick Sawyer (aka MyStiCaL) on 10/3
Language: Visual Basic


A Good List Box
By M.Farooq on 10/3
Language: Visual Basic


flexgrid row autofit
By Doug R on 10/3
Language: Visual Basic


Click here to see a screenshot of this code!One MsgBox
By u32 on 10/3
Language: Visual Basic

(Screen Shot)

TrueVision 3D 6.2
By Zaid Markabi on 9/28
Language: Visual Basic


bulls n cows
By neo_am on 10/3
Language: C/C++


Click here to see a screenshot of this code!Color Favorites v. 0.1.1
By JWL on 10/2
Language: .Net

(Screen Shot)

Click here to see a screenshot of this code!BN+ hash attacker
By [RTS]BN+VS* on 10/2
Language: .Net

(Screen Shot)

Master.FindCont rol
By William Simmons on 10/2
Language: .Net


Click here to see a screenshot of this code!Gantt Chart
By ADG on 9/6
Language: .Net

(Screen Shot)

D2k - Report 6i Tutorial
By Dinesh Kumar S on 10/2
Language: SQL


PLSQL Tutorial
By Dinesh Kumar S on 10/2
Language: SQL


Click here to see a screenshot of this code!run linux shell commands from java
By Juan Carlos Bell on 10/2
Language: Java/Javascript

(Screen Shot)

Philippines Sms Via Gmail.com and Mail.ph
By Saguin, Armando Jr. T. on 10/2
Language: Visual Basic


Click here to see a screenshot of this code!NLabs' Calculator
By nagesh borate on 10/2
Language: Java/Javascript

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


WildCard Compare Strings
by Patrick Sawyer (aka MyStiCaL)
10/3/2008 4:14:44 AM

Language: Visual Basic

I wrote this article for a bot to compare users when banning them from a channel. so this way you can for a user using '*' as wildcarding like this. CheckWildCard("myst*", "mystical") will return a true. CheckWildCard("*ys*, "mystical") will also return a true. CheckWildCard("tw*, "mystical") will return false as its no where to be found in the word. :] I really don't like the use of the LIKE Operator, It's a pile, and somtimes it wont function rite, I know ways to break it.

kill a process is too easy [rizalstudio]
by rizal
9/12/2008 5:22:01 AM

Language: Java/Javascript

an very easy way to end a process... just put;

Read: "Avoiding new operator failure" from my new book-> " 0 error(s) - 0 warning(s)"
by ahmed mohamed alaa
8/23/2008 11:41:21 AM

Language: C/C++

Avoiding runtime errors caused by the "new" operator using exception handling with simple three different methods

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.

First and Last Date of Week
by SikanderMandal
8/22/2008 4:40:32 AM

Language: SQL

I had problem in finding Week First and Last Date, but after 15 mins. I am able to get it wright. Please read this code and do vote for me.

Non Uniform Multi Dimensional Arrays
by michele berardi
7/12/2008 6:32:07 PM

Language: Perl

see the source code

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.

delete duplicate rows in mysql using php
by Bardhyl
9/16/2008 2:01:25 PM

Language: PHP

Removes duplicate records in a table EX. |id|name| ========== |1|test| ---------- |2|php| ---------- |3|test| ---------- Result |id|name| ========== |1|test| ---------- |2|php| ----------

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)

Deleting IE Temp Cache Files
by NickAd
9/26/2008 4:44:08 PM

Language: .Net

To delete the Internet Explorer Temporary cache/files, specifically the index.dat To make the code more readable you can download the document in a zip file.

 
 
 
 

Choose Your Language:

Visual Basic
(4,986,290 lines)
(228 jobs)
Java / Javascript
(434,645 lines)
(169 jobs)
C / C++
(1,176,038 lines)
(145 jobs)
ASP / VbScript
(280,550 lines)
(101 jobs)
SQL
(75,478 lines)
(194 jobs)
Perl
(92,328 lines)
(51 jobs)
Delphi
(273,269 lines)
(13 jobs)
PHP
(223,281 lines)
(61 jobs)
Cold Fusion
(8,853 lines)
(30 jobs)
.Net(588,405 lines)
(811 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-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.