All source code in .Net Ask a .Net Pro Discussion Forum Categories All jobs in .Net
.NET, DotNet, C#, ASP.NET, VB.NET, C++.Net, Microsoft development,tutorial, newbie, beginner, how, to, how to program, help
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
.Net Stats

 Code: 655,633. lines
 Jobs: 796. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for .Net.
Click here to see a screenshot of this code!TeamVision Revisted 3.0
By ArkitechEBC on 11/16

(Screen Shot)

Click here to see a screenshot of this code!Simplest Explorer Treeview
By M1K3 on 11/16

(Screen Shot)

Click here to see a screenshot of this code!Lite Brite Application
By Brian McCumber on 11/11

(Screen Shot)

Click here to see a screenshot of this code!CAR DEALER/ CAR SALE
By YESSOUFOU ABDEL RAOUF on 11/10

(Screen Shot)

Click here to see a screenshot of this code!CPU usage tester / benchmark
By Timo Boehme on 11/16

(Screen Shot)

Arrays functions
By Jerome Scott II on 11/15


C# regex example
By Jerome Scott II on 11/15


C# list processes
By Jerome Scott II on 11/15


Click here to see a screenshot of this code!Speak and Spell
By Brian McCumber on 10/31

(Screen Shot)

Click here to see a screenshot of this code!Scratch Pad
By Brian McCumber on 11/15

(Screen Shot)

Click here to see a screenshot of this code!Alarm Clock v8
By Brian McCumber on 10/25

(Screen Shot)

ReadFile
By Does It Even Matter? on 11/14


Insert SQL Writer
By dojsys HEK on 11/13


Function to write SQL Statement
By dojsys HEK on 11/13


Click here to see a screenshot of this code!Save, Retrieve Image from Database (MSSQL)
By brandon teoh on 11/12

(Screen Shot)

Click here to see a screenshot of this code!Pic View Application
By Brian McCumber on 11/11

(Screen Shot)

Secure LAN Communicator
By ASAD SAEED CHOHAN on 11/12


Click here to see a screenshot of this code!Send Mail For CMD With System.Net.Mail
By Jimmy_to on 11/9

(Screen Shot)

sildbconn
By elumalai on 11/12


Tip
By Kaland on 11/11


Click here to see a screenshot of this code!Mail_Text Message
By Mike_ Murphy on 11/11

(Screen Shot)

Click here to see a screenshot of this code!Reaction!
By Brian McCumber on 10/25

(Screen Shot)

Alarm Clock
By bruno_RAM on 11/11


Click here to see a screenshot of this code!Instructions and procedures word or adobe to any Descktop picture icons
By ROD LEWIS on 11/10

(Screen Shot)

Dif Years Between Brothers
By Fvg@ on 11/10


Ejercicio Funcion Now & If
By Fvg@ on 11/10


Excel and VB converting (Automation)
By Kenny28 on 11/9


Click here to see a screenshot of this code!Security Camera
By Mohandes Zalatan on 11/5

(Screen Shot)

Image Resizer
By Ferhat Çetin Akçalý ; on 11/5


Simple notepad by RAJ
By RITU RAJ on 11/4


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!



 
 

Articles and Tutorials

Most Popular  
The articles and tutorials other users have found the most useful.  Broken out by beginner, intermediate and advanced level.
 
Newest  
Stay up to date with the latest and greatest!
 
To access the entire archive of articles and tutorials simply use the 'Browse All Categories' and 'Search' menu items in the drop-down hot menu at the top of the screen.

Most Popular

Beginner

Intermediate

Advanced

_ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _
by Jon Barker
Language: .Net

A string manipulation example in VB.NET. Are ALL covered in the tutorial, using PURE VB.NET STRING MANIPULATION TEQNIQUES Commands and equivilents Len = .Length, Mid = .SubString, Replace = .Replace, InStr = .IndexOf, UCase = .ToUpper, LCase = .ToLower, Split = .Split, Join = .Join, Enjoy! tHe_cLeanER

How to Write Your Own GPS Applications: Part 1
by Jon Person (GeoFrameworks)
Language: .Net

What is it that GPS applications need to be good enough for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today.

Applying Object Oriented Programming in VB.NET (Part I)
by Rahul Vyas (coder000)
Language: .Net

Specially written for our beginner friends but experienced friends will also find it interesting. This tutorial is an extension to my last article on Object Oriented Programming. We have already seen the beauty and power of OOP in the last article. In this article, we will see how to implement the features of OOP in VB.NET.

Select ListView Item Programmatically
by Jason Heine
Language: .Net

This simple code will allow you to programmatically select an item in a listview. Hope this helps.

Signup using Image Verification Tutorial
by rajat talwar
Language: .Net

All Major Websites dealing with secure content, administrative rights and user privacy use image verification. an image is provided with a random string embossed on it and before registering the string has to be entered in the provided textbox. This can be easily seen at Yahoo. COM, gmail, planet source code (yes our very own PSC will ask you for this when you vote for me).

Learn VB .NET fast! -updated again-
by Sahand
Language: .Net

What's new in VB .NET? How can I use Classes in VB .NET? What does a shared method do?What's the usage of inheritance? How can i override a sub? How can i add events to my classes? Find your answers here! Sample files now ready

Quick tip on how to handle NULL in ADO.net
by Ian Ippolito (RAC)
Language: .Net

If you're an old ADO programmer, you may be frustrated by not knowing exactly how to check for NULL. Here's a 1 second tip on how to do it in ADO.NET.

Easily add WinXP themes to your applications without manifest! Just 5 lines of code!!!
by Jorge Rodrigues Silva
Language: .Net

This is a very simple way of add WinXP themes to your applications! Tired of carrying arround unwanted manifest files??? well this uses only 5 lines of code ;)

Tutorial: How Do I Do It In VB.NET??
by Sean Dittmar
Language: .Net

This tutorial teaches syntax migration from VB6 to VB.NET with simple VB7/VB.NET comparison.

_ Beginners Listview LVW tutorial: Various difernt views, add items WITH ICONS, spreadsheet style! _
by Jon Barker
Language: .Net

BEGINNER TREEVIEW TUTORIAL how to use the treeview and add items with icons to the treeview. + Spreadsheet view etc. First release, update with properties, events etc coming soon. Source code examples included

Using MySQL with Visual Studio
by Particle
Language: .Net

If you're just wondering how to use MySQL with VS.NET or are having problems, give this a try.

How to Write Your Own GPS Applications: Part 2
by Jon Person (GeoFrameworks)
Language: .Net

In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.

How Do I do it in ASP.NET?
by sherif rofael
Language: .Net

This Tutorial Will Show You How TO implement the Following Using ASP. net: (7 in 1) Send E-mail With Attachment. UPLOAD A file to a Remote Server. Create a Graphical Counter. Create a Log File for the users of your page and add their info ( ip address, country, time, data, service provider, browser, OS, ...............) to an html file. Morse Code Encoder Machine ( Text + Sound ) into your Page. Get The Country and service provider of your page visitors. Determine The Locatio ... (see entry for full description)

Minesweeper, Behind the scenes
by arikp
Language: .Net

This article demonstrates directly reading another processes memory in C# using P/Invoke and Win32 Api's. Using the developed class I read Minesweeper memory.

How To: Modal Dialogs in ASP.NET
by Wayland Young
Language: .Net

This tutorial begins with basic HTML showing how to set data on a Modal Dialog and return that data to the original page using Javascript. There are a few tricks which will be illustrated that you'll have to use if you want to get the same functionality with ASP.NET pages. I've seen similar tutorials and samples on the web. Some claim to have modal dialogs but still allow clicking on the main window. Most don't show how to return multiple values from the dialog. Included in the .zip ... (see entry for full description)

Tutorial on How To Disguise URLs of your Website
by dotNETJunkie
Language: .Net

The purpose of this article is to show you how to disguise the url of your webpage. This is great for masking your webpage extension to not give away your server and development platform to potential hackers. You can also mask any parameters passed through the query string.
Please Vote!


undocumented varptr in vb7
by Izek_S
Language: .Net

VB6 has 3 undocumented functions. VarPtr, StrPtr, and ObjPtr.StrPtr returns object of a string, VarPtr returns address of any other variable and ObjPtr returns address of an object. In VB.Net these 3 functions are abosolete but their functionality is still avaliable.

Default Button
by Janus Kamp Hansen
Language: .Net

This is a sample made for Microsoft ASP.Net to show, how easy it is to 'force' a default button for a textbox. So far you have needed to install various DLL's or controls to control what button must be clicked, when a user is submitting some data from an textbox by pressing [ENTER] key.

A Complete Guide To GOF Design Patterns (With Examples Of Observer, Decorator and Strategy Patterns)
by Anoop Madhusudanan
Language: .Net

Design patterns provide you a flexible way to solve common design problems. This article gives you a simple and effective introduction regarding learning and applying design patterns. In this article series, we will design a foot ball engine, analyze the design problems in that, and will apply patters to solve our design problems. In this way, you will learn how to actually use design patterns.

Application Configuration Files
by D. de Haas
Language: .Net

How to use Application Configuration Files.

Free Threading in VB.NET
by Jeroen Schouten
Language: .Net

An explanation of threading in VB.NET. This new exciting feature lets you FINALY execute code in an async fashion.

ViewState Compression and Persistence
by Joseph A. De Guzman
Language: .Net

The article is about ViewState Compression and Persistence.

HTMLContentParser ASP.NET Project using VB.NET
by SoftwareMaker
Language: .Net

This project is a HTML Content Parser. It gets a stream of HTML Content from a specified URL Web Page. Then it sets to go through whole stream extracted and picks out the HTML HyperLinks and Images and displays them in an HTML Table in a hyperlink format for users to click on directly to get there. This will be particularly useful for uses who are interested in some images on websites and finds it tedious to look through the view source of the pages to extract out the image sources ... (see entry for full description)

Core Custom Scrollbar Class
by Adam Smith (VectorX)
Language: .Net

This is a fully drawn gdi+ custom scrollbar control class. All of it's drawing methods are overrideable allowing developers to paint it however they choose.

WNetEnumResource
by Eugene Zhukovsky
Language: .Net

This API function can enumerate all network resources, including servers, workstations, printers, shares, remote directories etc. Unlike NetServerEnum function, this will enumerate DOS, Win3.1, Windows 95 and above, as well as NT 3.51 and higher, Win2k amd XP workstations. The function is recursive, it works from top down. You can use this code in any way you like, hust keep the credit. Tested on XP and NT 4.

Asynchronous File I/O
by Zachary Tong
Language: .Net

Learn why Asynchronous file I/O can be benficial to your project, and how to easily implement it. Concepts are presented, then a sample code, and finally a sample project.

Net Web Service and Window Services Interview Question From Mumbai User Group
by Rilov
Language: .Net

Net Web Service and Window Services Interview Question From Mumbai User Group

Working with Datsets & Datatables using .Net (Aggregate Functions)
by Benjamin Hall
Language: .Net

This article tries to explain how to perform aggregate functions on your Datatable.

Advanced TrackBar (Slider) Control with MAC Style (C#)
by Nicol Nghia
Language: .Net

An advanced TrackBar (Slider) control that supports MAC Style and many other features

Convert a .NET 3.5 Framework to a .NET 2.0 Framework
by Cipher IS
Language: .Net

Discusses what is needed to do to convert an application that was developed on a .NET 3.5 Framework to a .NET 2.0 Framework for installation on a server that utilizes .NET 2.0 Framework.

 



Newest Tutorials

VB .Net ODBC and Vista 64 bit
by Malakie-USN
11/20/2009 6:36:15 AM

Language: .Net

Very important information for anyone using or upgrading to Vista 64 bit and needing to create or use a connection to any ODBC database.

Insert SQL Writer
by dojsys HEK
11/13/2009 3:50:33 AM

Language: .Net

This will help you writer or manage large insert sql statement easily in writing complex/large sql statement.

Function to write SQL Statement
by dojsys HEK
11/13/2009 3:44:38 AM

Language: .Net

This will you handle complex and large SQL statement easily. you just create a array of fields then the function will write a sql statement for you.

Instructions and procedures word or adobe to any Descktop picture icons
by ROD LEWIS
11/10/2009 10:54:17 PM

Language: .Net

this will show you finally how to make Picture perfect text and descktop icons Yeah!! About time1 it's not cheaply done but can be done with common applications. adobe or office 2007-2010

qwertyuio
by ashishaecyt
10/30/2009 1:59:56 AM

Language: .Net

cadscadsc

Sorting Array
by Bersales Japheth Cojena
10/19/2009 12:48:01 AM

Language: .Net

Sorting arrays in JavaScript is done via the method array.sort(), a method that's probably as much misunderstood as it is underestimated. While calling sort() by itself simply sorts the array in lexicographical (aka alphabetical) order, the sky's really the limit once you go beyond the surface.

Save Image to SQL DB and Attached It to Image Control in ASP.Net
by VPDJ
10/17/2009 2:48:25 AM

Language: .Net

To give ASP.Net developers an idea on how to save an image in SQL Server Database and extracting the saved image from the DB and attaching it to an Image Control in ASP.Net.

app.path in c#
by Deepak Kumar Shaw
10/1/2009 4:04:02 PM

Language: .Net

executable path c# or app.path in c#

Help me!
by getlove
8/15/2009 1:27:58 PM

Language: .Net

Please!Help me to write buttons NewFoder,Edit,Delete,Copy,Cut,Paste,Rename file on lisview.Thanks a lot!

Image Gallery
by John Alfred Dafielmoto
8/14/2009 1:41:25 PM

Language: .Net

How to create Image Gallery Using Greybox


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | .Net Home | Site Home | Other Sites | 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.