Code Project Virtual Tech Summit Session
If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in our Cl
Introduction
In my previous post, I presented “After the Deadline”, a spelling and grammar checking web service and my .NET wrapper library. This library allows you to integrate spell and grammar c
Code Project Virtual Tech Summit Session
If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in our C
Code Project Virtual Tech Summit Session
If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in our Cl
Code Project Virtual Tech Summit Session
If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in our Cl
Due to popular demand, I’ve decided to use the knowledge I’ve gained while creating the Windows Ribbon for WinForms project and write a series of posts about working with the Windows Ribbon Framework
While trying to run the sample project ShellObjectWatcherSampleWPF from the latest version of Windows API Code Pack, I came across the following problem, both in Visual Studio 2008 and 2010:
O
As you know, there are some OOP languages out there. You probably know VB.NET, C#, and Java, but I'm about to talk about a relatively new one. I would like to talk a little about F# (pronounced F Shar
SQL Server doesn't have a native way of converting INTs to BINARY.
Executing:
SELECT CAST(25 AS BINARY)
in fact returns 19 which is the hexadecimal equivalent, not the binary.
Below, you can see t
A continuation of the data dictionary discussion with information about how the documentation is done.
Today I’m going to continue discussing the data dictionary tables we’ve set up at the Boston Pub
Download source code - 19.21 KB
Introduction
This is a short article on how to enable selection of multiple items inside a ListBox (or a derived class, such as ListView
Introduction
This article describes standard techniques of handling exceptions and errors in Visual C++ programs running in Windows. An exception (or a critical error, or crash) typi
Problem If you want to serve extensionless URL from ASP.NET 2.0 like the following:www.store.com/books www.store.com/books/asp.net2.0 www.forum.com/post/how-to-serve-extensionless-url You cannot, un
Download VC++ source + test - 6.89 KB
Download source - 1.48 KB
Source as text file (circularfifo.h.txt)
Contents
Introduction
Part I
Background
Text and Code Disclaimer
Implementa
Introduction
It has always been difficult for programmers to organize and work on projects across a variety of locations, computers, and devices – especially when you work in teams. When you store
Download source files - 594.65 KB
Introduction
Location-based services (LBS) are becoming more and more popular now a days. There are several mobile applications those detect user's current geograp
Download source - 298.47 KB
Introduction
Why another Progress Bar? The Standard ProgressBar was too limited and I couldn't find a custom control written that did all that I wanted. This is a User
Download source code - 15.2 KB
Introduction
There are many versions of XML parsers/readers on the Internet and on CodeProject (including my own in C/C++). This one was written several years ago in
Download demo - 417.9 KB
Download source - 2.74 KB
Introduction
Batch Image Resizer resizes all the selected images to a particular size as specified in the textbox. To resize several images at o
Important Point
In my algorithm I actually used
the system time (Seconds and Milliseconds) with the factorial function to
generate the random numbers unlike other articles who haven’t mentioned the