Click here to Skip to main content

Your Article bookmarks on CodeProject

Other recommendations:  Technical Blog · Question · Forum Message

Page 1 of 4


 

Combo & List Boxes

 
 
Workaround for disappearing checks in the CheckedListBox control    3.94/5 (13 votes) Updated: 24 Apr 2003    Bookmarked: 22 Jan 2009    
The CheckedListBox control has a serious problem! It forgets the checks when its DataSource property is set. This is the most effective workaround I have found.
Carl Mercier
 

Edit Controls

 
 
HTML Text Box Control    2.14/5 (9 votes) Updated: 7 Sep 2006    Bookmarked: 21 Dec 2006    
A control that formats text in HTML.
iwdu150
 

Files and Folders

 
 
GZipStream - Compress/Decompress a string    2.56/5 (14 votes) Updated: 23 Jun 2008    Bookmarked: 12 Jul 2010    
An article on how use GZipStream with string as input parameter.
Frankidoze
 

Menus

 
 
Adding icons to menus in VB.NET    4.53/5 (17 votes) Updated: 24 Jun 2002    Bookmarked: 20 Dec 2006    
A simple extension of the menu control that displays icons.
Retana Padilla
 
 
Working with OwnerDraw Menus in VB.NET    4.68/5 (19 votes) Updated: 17 Nov 2003    Bookmarked: 21 Dec 2006    
This article describes the processes involved with using owner draw menu items
Greg Osborne
 

Miscellaneous

 
 
Simple Runtime Control Sizing and Dragging Class    4.88/5 (70 votes) Updated: 29 Sep 2003    Bookmarked: 12 Jul 2010    
Sample and brief description of simple class that enables sizing and dragging of controls on a form
Jim Korovessis
 

Applications & Tools

 
 
MAC Address Changer for Windows XP/2003    4.67/5 (60 votes) Updated: 26 May 2005    Bookmarked: 9 Jul 2009    
A freeware program (with source code) that allows you to change the MAC ID of your network adapter
Nish Sivakumar
 

Client side scripting

 
 
JavaScript Virtual Keyboard    4.91/5 (172 votes) Updated: 30 Mar 2008    Bookmarked: 1 Aug 2011    
This article presents a Virtual Keyboard - an important addendum to the library of usability tools.
Dmitry Khudorozhkov
 
 
Interesting tips in JavaScript    4.45/5 (10 votes) Updated: 15 Oct 2010    Bookmarked: 15 Oct 2010    
Describes about five interesting tips in JavaScript.
After2050
 

Trace and Logs

 
 
Step by Step Guide to Trace the ASP.NET Application for Beginners    4.54/5 (11 votes) Updated: 19 May 2010    Bookmarked: 17 Aug 2011    
Explains the step by step approach to trace the ASP.NET application
Jitendra Zaa
 

User Controls

 
 
Creating Custom User Control Designers in ASP.NET    3.73/5 (17 votes) Updated: 7 Apr 2005    Bookmarked: 10 Jun 2012    
An article on creating custom User Control designers in ASP.NET.
srirambalaji
 
 
Creating a Templated User Control    4.71/5 (21 votes) Updated: 2 Dec 2007    Bookmarked: 6 Jun 2012    
This article explains how to create your own repeater, with templates.
Manikandan.net
 
 
A Beginner's Tutorial for Understanding Templated User Controls    5.00/5 (7 votes) Updated: 6 Jun 2012    Bookmarked: 20 Nov 2012    
Understanding templated web user controls from a beginner's perspective.
Rahul Rajat Singh
 

Web Services

 
 
Create a JSON WebService in ASP.NET 2.0 with a jQuery Client    4.77/5 (25 votes) Updated: 27 Nov 2009    Bookmarked: 12 Jan 2010    
Create an ASP.NET Web Service which returns data in JSON format and call it from a jQuery client.
Ajay Singh
 

Audio and Video

 
 
Playing MP3s using MCI    4.56/5 (34 votes) Updated: 16 Apr 2012    Bookmarked: 19 May 2008    
An article on how to use MCI command strings to handle audio files. I have made a wrapper class for easier use.
krazymir
 

Internet / Network

 
 
An Introduction to Socket Programming in .NET using C#    4.59/5 (69 votes) Updated: 10 Jun 2005    Bookmarked: 26 Jul 2007    
In this article, we will learn the basics of socket programming in .NET Framework using C#. Secondly, we will create a small application consisting of a server and a client which will communicate using TCP and UDP protocols.
.NETian
 
 
A single-threaded HTTP server    3.81/5 (9 votes) Updated: 18 Dec 2005    Bookmarked: 11 Feb 2010    
An implementaion of a simple, single-threaded HTTP server.
Alexey A. Popov
 
 
.NET Remoting with an easy example    4.90/5 (141 votes) Updated: 12 Jul 2006    Bookmarked: 1 Jun 2009    
This article explains .NET remoting with a simple example. The article tries to cover all aspects of remoting in a brief way, whereas the sample project is a very simple example of remoting.
Syed Nadeem ul Hassan
 

Design and Architecture

 
 
AOP using System.Reflection.Emit - Code Injection IL    4.69/5 (22 votes) Updated: 2 Jun 2006    Bookmarked: 5 May 2007    
Very often, we need to intercept method calls and enable some code to run before/after a method call of an external type (.NET object). Learn how to do this.
Roberto Loreto
 
 
Database Scale-Out Strategies for Web Apps    4.20/5 (4 votes) Updated: 26 Mar 2009    Bookmarked: 27 Nov 2012    
Scaling web applications and databases can be quite complex depending on the requirements, but the good news is that for the majority of web applications, it can be done with little impact on a project’s timeline or budget provided it’s taken into account at the beginning of the design cycle.
Gil Shabat
 
 
A basic introduction to the Unity Application Block    4.15/5 (16 votes) Updated: 23 Sep 2009    Bookmarked: 2 May 2013    
Unity application block, Inversion of Control, and Dependency Injection.
Giorgio Minardi
 
 
Dependency Injection using Spring.NET    4.28/5 (18 votes) Updated: 28 May 2008    Bookmarked: 7 May 2012    
Dependency Injection and how it is supported in Spring.NET.
Niranjan Kumar
 
 
Model View Presenter with ASP.NET    4.92/5 (189 votes) Updated: 16 Oct 2007    Bookmarked: 30 Mar 2009    
This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic
Billy McCafferty
 
 
Everything About REST Web Services - What and How - Part 1    4.86/5 (102 votes) Updated: 4 Nov 2007    Bookmarked: 30 Mar 2009    
Want to design a REST web service? Need to know what REST is and how to go about it? What are the differences between a traditional web service and a REST one? This article starts with the basics, assuming you know nothing of REST and shows you how to end up a REST developer & designer.
Koushik Biswas
 

Hardware & System

 
 
Querying Active Directory using .NET classes and LDAP queries    4.78/5 (82 votes) Updated: 30 May 2003    Bookmarked: 15 Sep 2010    
A tutorial describing how to query Windows Active Directory to retrieve different objects using classes defined under .NET DirectoryServices namespace and LDAP queries
Sriram Chitturi
 
 
Authorize and authenticate users with AD    4.48/5 (26 votes) Updated: 18 Nov 2004    Bookmarked: 9 Feb 2009    
How much time do you spend to ensure user permissions? Ease the job and let Windows and Active Directory do it for you.
Leonardo Pessoa
 
 
How to Detect Empty Password Users    4.53/5 (25 votes) Updated: 13 Aug 2007    Bookmarked: 13 Aug 2007    
This article describes how to detect empty password users
Yonghwi Kwon
 
 
[Security] - User Impersonation    4.88/5 (12 votes) Updated: 16 Feb 2008    Bookmarked: 2 Aug 2009    
A simple C++ wrapper class for User Impersonation
Jonathan [Darka]
 
 
Creating a Basic Windows Service in C#    4.88/5 (172 votes) Updated: 5 Jun 2006    Bookmarked: 17 Oct 2008    
A basic, easy-to-use template for a Windows Service in C# 2.0.
John Storer II
 
 
Using the ServiceController in C# to stop and start a service    3.92/5 (28 votes) Updated: 15 Dec 2008    Bookmarked: 6 Dec 2010    
Using the ServiceController in C# to stop and start a service.
MrPlentl

Page 1 of 4


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 27 Nov 2007
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid