![]() |
Welcome to The Code ProjectShare your code, libraries, tips and answers to help others and learn from the best. Just need code? Help yourself to 34,683 free Software development and Design articles, tips and downloads. Read more... Feature Article by
This article simplifies your work with MS Excel (both xls and xlsx) using Oledb and Microsoft Data Access. Simple demonstration to...
Article 17 hrs ago by (updated)
Simple to use, open source Spell Checker for .NET
Article 18 hrs ago by (updated)
A collection of 10 easy to use image filters in VB.NET
Article 2 days ago by (updated)
This article describes a simple way to implement Line Numbering, HighLight Line and show current Line and Column
Article 3 days ago by (new)
A WPF 3-D Rubik's Cube application
Article 28 Jan '12 by (updated)
How to make a fake button using GDI+.
Article 23 Jan '12 by (updated)
A vb.net project showing how to build a simple magnifying glass.
Article 19 Jan '12 by (updated)
This is a simple to use custom button control, but with a lot of visual design options.
Article 19 Jan '12 by (new)
Job application tracker for those out of work built using Visual Studio Lightswitch 2011.
Article 18 Jan '12 by (updated)
A quick and easy way to support in-line (subitems) editing on listview control in .NET
Article 18 Jan '12 by (updated)
How to use UITypeEditors, Smart Tags, ControlDesigner Verbs, and Expandable Properties to make design-time editing easier.
Feature Technical Blog by
How to use anonymous methods and lambdas to make our code more terse by reducing the amount of code we need to write.
Technical Blog 27 Jan '12 by (new)
Table of Contents [hide] 1 Introduction 2 Handles 3 CLR types 3.1 Native and managed types on stack and heap 3.2 Handles and Value Types (.Net...
Technical Blog 15 Jan '12 by (new)
WinForms Button
Technical Blog 15 Jan '12 by (new)
How to display the WinForms GridView in a Popup control
Technical Blog 15 Jan '12 by (new)
In this post, we will show you how to use the cells merge functionality of VIBlend DataGridView for WinForms.
Technical Blog 14 Jan '12 by (new)
Converting Excel Column Numbers
Technical Blog 21 Dec '11 by (new)
This is a program that converts SIDs with 1 – 5 sub authorities from an array of bytes to string format.
Technical Blog 21 Dec '11 by (new)
How to use the service controller in VB.NET.
Technical Blog 19 Dec '11 by (updated)
From the header declaration, this macro opens up the .cpp file and creates the skeleton so you can begin to add the implementation. This makes...
Technical Blog 18 Dec '11 by (new)
How to get Windows XP OS bit version in VB.NET.
Technical Blog 5 Dec '11 by (updated)
The macro journey begins here, moving a function from a header file into its source file. The first problem presents itself as this: how can I get...
Feature Tip/Trick by
Improve speed while saving the storage space for data, basic things to take care of during database design.
Alternative Tip 2 days ago by (new)
Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited...
Tip/Trick 4 days ago by (new)
How to bypass SSL certificate validation checking and restore it
Tip/Trick 25 Jan '12 by (updated)
An elegant programmatic solution for having multiple indexers in C#
Tip/Trick 25 Jan '12 by (updated)
Quick and easy way to add dropdown functionality to the listview.
Alternative Tip 24 Jan '12 by (updated)
The TestConversion function is not valid. The line of code "data = data & Chr(n)" uses the Chr function to build a string of characters used for...
Tip/Trick 24 Jan '12 by (new)
How to use Xaml.XamlServices to serialize or deserialize a DependencyObject.
Tip/Trick 18 Jan '12 by (new)
Copy tables between servers with smo - different collation
Alternative Tip 18 Jan '12 by (new)
Replace the last 3 blocks of code with:String.Format("{0:x}", value)
Tip/Trick 16 Jan '12 by (updated)
A tool for viewing Microsoft Excel BIFF8 binary format
Tip/Trick 16 Jan '12 by (updated)
String encryption/decryption functions in .NET.
25 mins ago by (new)
"How to create setup installer for .net web application project with sql server express edition."?
33 mins ago by (updated)
Hi all,In my application i am converting audio (wav file) to text format. I recored the wav file in microsoft voice only. It is working. But the...
2 hrs ago by (new)
how to change image alternatively in picturebox control in vb.net?
3 hrs ago by (new)
i have one windows application,I already debug the applicationin that .exe,dll,pdb,xml files is available. I need to run this application in web...
4 hrs ago by (updated)
Hello,Is there a way to get the URL from an active web browser? My program knows the handle and can read the title of the active window (which is...
6 hrs ago by (updated)
i create table in database using this code sqlcommand.commandtext="create table EM(no int,textvarchar);"sqlcommand.executenonquery() but i cant...
9 hrs ago by (new)
I started creating an application launcher that pulls application shortcuts from a folder and list them with the icon and on click the application...
11 hrs ago by (updated)
i create small vb.net project. when i deleterecord by name display erro message likethis "system.data.sqlclient.sqlexception:invalidcolumn name...
12 hrs ago by (new)
Hi Everybody,Is it Possible to Use USB Port as Serial Port?So that It's Better and Easy to Handle IO in .NetSuggest your Ideas to use USB as Serial...
12 hrs ago by (updated)
I would like to be removed from your email list. All your emails come in as a series of of empty box characters dispersed with a few ascii...
1 hr ago by Forum: PHP
3 hrs ago by Forum: C / C++ / MFC
8 hrs ago by Forum: Design and Architecture
11 hrs ago by Forum: C / C++ / MFC
12 hrs ago by Forum: Windows Forms
12 hrs ago by Forum: C / C++ / MFC
13 hrs ago by Forum: C#
15 hrs ago by Forum: Article "Ajax-enabled Name Selector User Control" 15 hrs ago by Forum: Article "gTimePicker- Control to pick a Time Value (VB.NET)" 16 hrs ago by Forum: C#
yesterday
I sing the body eclectic.
yesterday
Turning the tables.
yesterday
A tool for database developers to test out their SQL queries.
yesterday
Using SSH for just remote shell sessions ignores 90% of what it can do.
yesterday
The tools we use.
yesterday
Failing early, fast and cheap.
yesterday
It is amazing how fast and cheaply you can turn an idea into productive code.
yesterday
Put that on your wall and Like it.
yesterday
A rag-tag fugitive fleet of features you'll see in "Apollo".
yesterday
"That wizard is just a crazy old man."
Question 25 mins ago by (new)
"How to create setup installer for .net web application project with sql server express edition."?
Question 33 mins ago by (updated)
Hi all,In my application i am converting audio (wav file) to text format. I recored the wav file in microsoft voice only. It is working. But the...
Forum Message 1 hr ago by Forum: PHP
Question 2 hrs ago by (new)
how to change image alternatively in picturebox control in vb.net?
Question 3 hrs ago by (new)
i have one windows application,I already debug the applicationin that .exe,dll,pdb,xml files is available. I need to run this application in web...
Forum Message 3 hrs ago by Forum: C / C++ / MFC
Question 4 hrs ago by (updated)
Hello,Is there a way to get the URL from an active web browser? My program knows the handle and can read the title of the active window (which is...
Question 6 hrs ago by (updated)
i create table in database using this code sqlcommand.commandtext="create table EM(no int,textvarchar);"sqlcommand.executenonquery() but i cant...
Forum Message 8 hrs ago by Forum: Design and Architecture
Question 9 hrs ago by (new)
I started creating an application launcher that pulls application shortcuts from a folder and list them with the icon and on click the application...
A WPF 3-D Rubik's Cube application
This article describes a simple way to implement Line Numbering, HighLight Line and show current Line and Column
How to make a fake button using GDI+.
|
Jeremy Thake, SharePoint MVP and AvePoint Enterprise Architect,...
This document is intended to provide a comprehensive and balanced...
In this article, Paul Farquhar, recounts his first experience with...
Terrain Rendering is a game technology code sample that demonstrates...
Learn some social networking experiences from two companies that have...
|