Home Latest updates Submit your article About Us Advertise on the Code Project Contact us Discussion Forums Home Home
The Code Project
The Code Project Navigation bar
KeywordAuthor
Community
.NET
Controls
General
Libraries and Projects
Multimedia
Other Platforms
GUI
Internet
Miscellany
 
View our sponsorsGet your new domain name now!Advertise on the CodeProject

Latest Updates

Articles added or updated since:

= New since 20 May 2001, = Updated, = Moved.

Friday 1st June, 2001

The C# Programming Language
Create Transparent Windows using C# - M.A.K.Jeelani
This article demonstrates various new UI features such as Transparent Windows, Control Anchoring and Control Docking.

Visual Inheritance with Visual C# - M.A.K.Jeelani
Visual Inheritance allows you to inherit visual elements in your derived GUI classes
Internet & Network
Winsock2 Network Events - Joseph Dempsey
Tutorial on the use of Network Events under Winsock2
The Windows Template Library
Saving and restoring window appearance in WTL - Magomed Abdurakhmanov
Simple, but useful classes to save/restore window appearance

Thursday 31st May, 2001

C++ / MFC / STL
Saving a windows size position and state in MFC - James Pullicino
Saving the size and positions of windows so that they can be restored next time the app loads up
The C# Programming Language
SharpHSQL - An SQL engine written in C# - Mark Tutt
Presenting a high performance SQL engine ported to C# from Java

Working with the COM+ admin objects under .NET/C# - Ranjeet Chakraborty
An article that explores ,NET interoperability with COM components.
.NET - The Next Generation Internet
GDI+ Brushes and Matrices - Christian Graus
Using GDI+ to draw solid/gradient filled and textured shapes

GDI+ in managed C++ applications. - Igor Chouvalov
This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.

Mixing Managed and Unmanaged code - Nick Van den Abbeele
C++ managed code introduced us a new string type, namely System.String. You can imagine though, that some conversion functions are needed to work with this new string type when mixing managed and unmanaged code in your project.

Simple ADO.NET Database Read, Insert, Update and Delete using C#. - John McTainsh
An easy introduction to accessing databases using the ADO classes. It includes how to read and write integers, strings and dates.

Understanding Classic COM Interoperability With .NET Applications - Aravind Corera
Discusses how existing COM components can be used from managed code.
Miscellaneous Controls
Date Time Picker control for the MFC Grid Control - Eugen Podsypalnikov
A DateTime control for editing date or time values inplace in the MFC Grid Control

Wednesday 30th May, 2001

Macros and Add-ins
FreeVCS++ - FreeVCS Visual C++ add-in - Vitaly Belman
The add-in enables you to use FreeVCS, the free Version Source Control, in Visual C++
Shell Programming
Quick WallPaper - Gobinath.K.R
An article on Windows Shell programming. The artice explains to write a simple shell extension which work on Bitmap files. The shell extension will set the Bitmap file selected as wallpaper.

Tuesday 29th May, 2001

Date / Time handling
Beating the Daylight Savings Time bug and getting correct file modification times - Jonathan M. Gilligan
Windows reports erroneous file modification times, which change according to daylight savings. This article describes why this is so and how to determine correct file modification times and avoid the DST bug.
JavaScript
Explorer-style Dynamic Menu - Cirkadia
How to create explorer-style menus for IE 4.0+ NS6.0+ that degrade well on older browsers.
Menus
Dynamic Items - David Excoffier
A class and an easy way to dynamically add items stored in a file to a menu
Splitter Windows
ZSplitter : adding automatic splitting for dialog controls - Mike Melnikov
A set of classes that provide automatic adding nessasory splitters in your dialogs
String
CString-clone Using Standard C++ - Joe O'Leary
A Drop-In replacement for CString that builds on the Standard C++ Library's basic_string template
Threads, Processes & Inter-Process Communication
How to use the same thread function for multiple threads (safely) - Derek Lakin
This article shows you how to subclass CWinThread to create a class that allows multiple instances to effectively use the same thread function, safely.
The Windows Template Library
Creating a comfortable ToDo list in Visual C++. - Vitaly Belman
Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.

WTL Wrapers for WinMain's CodeMax syntax highlighting edit control - Ben Burnett
An article on the CodeMax editing control

Sunday 27th May, 2001

C++ / MFC / STL
Method for detecting and solving deadlocks in multithreading applications - George Anescu & Perry Rathore
Presenting a method for detecting and solving deadlocks in multithreading applications using critical sections as synchronization objects
Miscellaneous Controls
DayView - an Outlook like appointment view - Christian Skovdal Andersen
An activeX control that mimics the behaviour of Microsoft Outlook 2000/XP Appointment list view
Shell Programming
Icon Extractor Shell Extension - George Anescu
A context menu handler shell extension for extracting icons from .exe and .dll files

Thursday 24th May, 2001

COM / DCOM / COM+
Automating the MSN Messenger - Faizan Naqvi
Explains a little bit about event sinking and events of MSN Messenger

Wednesday 23rd May, 2001

ATL
SAWZip - zip file manipulation control - Franky Braem
An ATL based control for reading and writing zip files.
C++ / MFC / STL
Using the Microsoft Common Spell API - Tibor Blazko
An introduction to using the Microsoft CSAPI in your applications
The C# Programming Language
Creating Cool Agent User Interfaces - Nikhil Dabas
This article describes using Microsoft agent to create user interfaces that display characters, like Office 2000 Office Assistants.
Database
A set of ADO Classes - Carlos Antollini
Simple database Access using an ADO class
SOAP and XML
Read and Write application parameters in XML - Arnaud Brejeon
This article provides an easy way to load and save the parameters of an application in XML format.
String
STL Split String - Paul J. Weiss
A function that will split an input string based on a string delimiter

Tuesday 22nd May, 2001

Bitmaps & Palettes
A DIBSection wrapper for Win32 and WinCE - Chris Maunder
A class that makes using DIBSections as simple as using a CBitmap
The C# Programming Language
Multilingual Support in C# - Tafseer Ahmed تفسير احمد
The article gives introduction about how to develop multilingual applications using C#

Threading in C# - Narendar and Anshuman
This application demonstrates the threads in C# using Forms and GUI controls.
.NET - The Next Generation Internet
OPC and .NET with COM Interoperability - VISCOM .NET Team
How to access OPC (OLE for Process Control) from .NET with advanced COM interop
Internet & Network
Enumeration of Computer Names and their IP ADDRESS - V.Girish
Retrieves the Computer names in a network and their corresponding IP addresses
Misc. Libraries and Projects
Simple VC++ , DHTML hooking technique demonstration - Zuoying Zhou
a sample code demonstrates how to use MSHTML lib.
The Windows Template Library
Resizable dialogs, form views and property sheets for WTL - Serge Weinstock
Implementation of resizable dialogs, form views and property sheets for WTL

Monday 21st May, 2001

The C# Programming Language
Handling Multiple Views on a Common Data Set - Joey Runyans
This atricle looks at some problems and solutions for using multiple views on a single data set in the C# and .NET framework.
.NET - The Next Generation Internet
Multithreading in .NET - Uroš Šmon
An article on multithreading in .NET. Three different ways of creating threads in .NET are discussed: simple threads, timers and thread pool.
JavaScript
Refresh Portion Of Your Web Page Using XMLHTTP - Dhandapani Ammasai
This article explains how portion of a web page can be selectively refreshed using XMLHTTP

Sunday 20th May, 2001

Active Server Pages
Advanced ASP Uploader - Al-Mutairi, Fayez
An advance COM component that provides file upload capabilities for your ASP pages.
.NET - The Next Generation Internet
COM Interop using managed C++ - Igor Chouvalov
A demoonstration of COM Interop, showing early and late binding to a COM component

Using P/Invoke in a managed C++ application - Igor Chouvalov
This article demonstrates interoperability between .NET managed code and old unmanaged code. It uses the P/Invoke mechanism to call unmanaged DLL entry points.

Using the .NET managed TCP/IP classes in a managed C++ appplication - Igor Chouvalov
This sample demonstrates a basic technique of networking using the TCP/IP protocol in a managed C++ application by implementing a simple POP3 client.

29 New articles, 18 updated articles, 1 moved article since Sunday 20th May, 2001

View our sponsorsClick here for Dundas Consulting - experts in MFC, C++, TCP/IP and ASPAdvertise on the CodeProject


last updated 4 Oct 2000
Copyright © CodeProject, 1999-2001.
All rights reserved
webmaster@codeproject.com