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!Simple Payroll Syste Using Object Oriented Programming
By Jake Rodriguez Pomperada on 3/8
Language: C/C++

(Screen Shot)

Black Jack OOP
By Micu Danie on 3/8
Language: C/C++


Click here to see a screenshot of this code!flexi grid
By maytel.mynt on 1/12
Language: .Net

(Screen Shot)

CONNECTION!
By p v sreeraj nambiar on 3/8
Language: .Net


working employeee details
By p v sreeraj nambiar on 3/8
Language: .Net


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

(Screen Shot)

Phonebook
By Andron Smith on 3/7
Language: Visual Basic


Click here to see a screenshot of this code!automated glossary 2010 beta psychology 200 forced learning and memory restorer! rodlewis2010 beta!
By ROD LEWIS on 3/7
Language: Java/Javascript

(Screen Shot)

Mouseover_3Imag e_Fader_Nav
By Mark Acuna on 3/7
Language: Java/Javascript


Click here to see a screenshot of this code!Formats the time in Real-Time.
By programadorvb6 on 3/7
Language: Visual Basic

(Screen Shot)

MySQL Front
By C. David Hamilton on 12/6
Language: .Net


Click here to see a screenshot of this code!NLabs' Folder Tree Generator
By nagesh borate on 2/28
Language: Java/Javascript

(Screen Shot)

Click here to see a screenshot of this code!Alireza Talebi
By AsiaPardaz on 3/7
Language: Delphi

(Screen Shot)

Click here to see a screenshot of this code!Tasks
By Ali Moussawi on 3/7
Language: C/C++

(Screen Shot)

Click here to see a screenshot of this code!Serial CommPort simple demo
By Timo Boehme on 2/26
Language: .Net

(Screen Shot)

PPM and PGM Images Read Write
By BuzzMiester on 3/6
Language: .Net


sticky VB windows that stick to each other (like seen in Winamp)
By Louis Coder on 1/9
Language: Visual Basic


Click here to see a screenshot of this code!calculator
By wadii el jaziri on 3/6
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!vijendra's car
By vjendra singh on 3/6
Language: C/C++

(Screen Shot)

Taj Lahal
By vjendra singh on 3/6
Language: C/C++


Click here to see a screenshot of this code!Randomly_Spell_ RANDOM
By Mark Acuna on 3/4
Language: Visual Basic

(Screen Shot)

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


how to fetch record using connection.exec ute method
By welcome007 on 3/2
Language: Visual Basic


Click here to see a screenshot of this code!MP3 PLAYER
By MITHUN RAJ.P on 3/5
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Picture Editor
By arifliminto86 on 3/5
Language: .Net

(Screen Shot)

asp database connection
By welcome007 on 2/28
Language: Visual Basic


AutoCAD View Snapper - Click to Saved Views
By Mark Acuna on 3/4
Language: Visual Basic


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)

AI-TicTacToe
By Masood Fallahpoor on 3/4
Language: Java/Javascript


Click here to see a screenshot of this code!Game Basic 3D Engine
By Monarke Studios on 3/1
Language: Visual Basic

(Screen Shot)

Click here to see a screenshot of this code!Function
By Mr. SNMP Simamora on 3/4
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::

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.