Windows 2000 / XP - Active Directory |
top |
| Title /
Updated |
Author |
Score |
|
|
Using the Windows 2000/XP Object Selection Dialog
Updated: 21 Nov 2005
This article describes how to use the "Select Users or Groups" system dialog.
C#, VC7.1, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
brunzefb |
4.92 |
|
Win32 / SDK - General |
top |
| Title /
Updated |
Author |
Score |
|
|
Microsoft Cabinet Templates
Updated: 23 Jul 2004
This article shows a set of templates created around the Microsoft Cabinet library. With these templates, you can extract cabinet files and cabinets stored in the resource section of a module. It can be easily extended to allow extraction through other means.
VC7.1, VC8.0, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
Luuk Weltevreden |
5.00 |
|
|
CProcessData : A template class to ease up SendMessage calls across processes
Updated: 10 Jun 2005
CProcessData is a template class that makes it easy to use data allocated in a different process, and is useful when making inter-process SendMessage/PostMessage calls.
VC6, VC7, VC7.1, Windows, Visual-Studio, Dev
|
Nish Sivakumar |
5.00 |
|
|
How to Retrieve EMC Centera Cluster/Pool Capabilities
Updated: 19 Oct 2007
This article shows you how to connect to a Centera Storage appliance and get the Centera Cluster Capabilities.
C++, C#, Windows, .NET, Visual-Studio, Dev
|
AdelArch |
5.00 |
|
|
Sensor API: Make your Win32 applications environment-aware in Windows 7
Updated: 28 Sep 2009
A "Sensor Explorer" demonstration of the Sensor API in Windows 7.
C++, Win7, Win32, Win64, COM, Dev
|
Michael Chourdakis |
5.00 |
|
|
Using multiple keyboards with different layouts on the same machine
Updated: 23 Oct 2007
RightKeyboard is a program that allows you to transparently switch input languages based on the keyboard you are typing on.
C#2.0, .NET2.0, WinXP, Win2003, Vista, VS2005, Dev
|
AntoineAubry |
5.00 |
|
|
Patching me and patching you
- Unedited
Updated: 1 Jan 2012
This will show you how to generate and apply your own patches using Delphi
All-Topics, Delphi
|
nortee |
5.00 |
|
|
Override Windows Creation Parameters with a Win32 Service
Updated: 19 Dec 2004
Provide a way to override the creation parameters for any window with a service application.
VC7, .NET, Win2K, WinXP, VS.NET2003, Dev
|
Paul Yi Tung, Ooi |
4.97 |
|
|
Lookup and Display Win32/COM Error Strings With One Line of Code
Updated: 31 Dec 2005
Use compiler COM support (even in non-COM applications) to get a Win32 error code or HRESULT's message in one line of code.
VC6, VC7, VC7.1, VC8.0, .NET1.0, .NET1.1, WinXP, MFC, VS.NET2003, Dev
|
Brian C Hart |
4.96 |
|
|
Running console applications silently
Updated: 3 Jul 2002
Shows how to run a console application without showing the window.
VC6, VC7, Win2K, WinXP, Dev
|
Steven Szelei |
4.96 |
|
|
Windows XP IIS Manager v1.7
Updated: 16 Mar 2005
This article presentes a way of creating and managing multiple sites on the Windows XP IIS.
VC7, VC7.1, .NET, WinXP, Win2003, ASP.NET, IIS, VS.NET2003, Dev
|
Max Santos |
4.96 |
|
|
Advanced Batch File Techniques Part 1 - Bubble Sort
Updated: 1 Sep 2007
A Windows batch file to bubble-sort a list of items
C++, Windows, Visual-Studio, Dev
|
Miszou |
4.95 |
|
|
Add XP Visual Style Support to OWNERDRAW Controls
Updated: 22 Dec 2001
A wrapper class to use the visual style APIs available in Windows XP
VC6, VC7, WinXP, Dev
|
David Y. Zhao |
4.95 |
|
|
Supernova Programming Language
Updated: 12 Apr 2010
Supernova is a modern scripting language for Microsoft-Windows released as Freeware
Windows
|
Mahmoud Samir Fayed |
4.94 |
|
|
Spying Window Messages from the Inside
Updated: 18 Feb 2009
An article on Hooking and Monitoring Window messages
C#, XML, Windows (WinXP), Win32, Dev
|
IndioX86 |
4.94 |
|
|
MinHook - The Minimalistic x86/x64 API Hooking Library
Updated: 28 Nov 2009
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.
C++ (VC9.0), Windows (WinXP, Vista, Win7), Win32, Win64, Hardware, Dev
|
Tsuda Kageyu |
4.93 |
|
|
XMLreader - Simple reusable class (DOM implementation) for reading xml data.
- Unedited
Updated: 20 Mar 2006
XMLreader - Simple reusable class (DOM implementation) for reading xml data.
C++, Windows, Visual-Studio, Dev
|
Boby Thomas P |
4.93 |
|
|
Windows 2000 Junction Points
Updated: 5 Jan 2000
Explains how reparse points are used to create filesystem links
VC6, Win2K, Dev
|
Mike Nordell |
4.93 |
|
|
Windows 7: Exploration of 7 exciting new programming features in a single application!
Updated: 6 Jan 2010
Demonstration of seven new programming technologies.
C++, Win2008, Win7, Win32, Win64, DirectX, COM, VS2008, VS2010, Dev
|
Michael Chourdakis |
4.93 |
|
|
Extensible Storage Engine
Updated: 1 Feb 2011
A short overview of the Extensible Storage Engine technology.
C++, Windows, Win32, Win64, Architect, DBA, Dev
|
Artour Bakiev |
4.92 |
|
|
Portable Executable (P.E.) Code Injection: Injecting an Entire C Compiled Application
Updated: 16 Mar 2008
Demonstrates how to inject an entire C compiled application as a new section of a Portable Executable (P.E.)
C++, WinXP, Vista, Dev
|
Ciro Sisman Pereira |
4.92 |
|
|
Win32 SDK Serial Comm Made Easy
Updated: 21 May 2011
This article describes the creation of a non-MFC custom RS232 control.
C++, Windows, Win32, Dev
|
David MacDermot |
4.92 |
|
|
Use member functions for C-style callbacks and threads - a general solution
Updated: 7 Jul 2001
The article shows a general solution to redirect any C-style callback into a member function using adapter objects
VC6, Win2K, Dev
|
Daniel Lohmann |
4.92 |
|
|
Win32++: A Simple Alternative to MFC
Updated: 16 Dec 2009
A simple Windows Framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
VC6, VC7, VC7.1, VC8.0, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
David Nash |
4.92 |
|
|
Burn the Edges of Your Windows to Give Them Character
- Unedited
Updated: 31 Mar 2008
No, that's not a typo
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, Vista), Win32, ATL, WTL, STL, GDI, Dev
|
Michael Dunn |
4.91 |
|
|
Message Cracker Wizard for Win32 SDK Developers
Updated: 7 Mar 2005
A ClassWizard-like helper tool for using WINDOWSX.H message crackers.
VC7.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
Hernán Di Pietro |
4.91 |
|
|
The Birth of Windows Desktop
Updated: 22 Nov 2010
Steps involved in getting to your windows desktop from your power on the machine
Win32
|
Vineel Kumar Reddy Kovvuri |
4.91 |
|
|
The Windows Access Control Model Part 1
Updated: 26 Jun 2005
An introduction to ACL based security and the Windows Access Control model.
C++, .NET2.0, Win2K, WinXP, Win2003, VS2005, Dev
|
oshah |
4.90 |
|
|
Mechanism of OutputDebugString
Updated: 21 Feb 2008
Write a monitoring application to capture debug messages
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003), Win32, ATL, WTL, Dev
|
ken.zhang |
4.89 |
|
|
Creating a Timer Using the Amazing New Windows 7 Features
Updated: 4 Jan 2010
This article shows how to create a simple egg timer that uses features new to Windows 7.
C#, .NET, Win7, Dev
|
Dmitry Vitkovsky |
4.88 |
|
|
RegSvrEx - An Enchanced COM Server Registration Utility
Updated: 12 Jan 2003
This is a tool similar to RegSvr32, but it allows for registration of COM servers for the current user only.
VC6, VC7, Win2K, WinXP, Dev
|
Rama Krishna Vavilala |
4.88 |
|
|
Getting and setting desktop folder names
Updated: 24 Jan 2003
Gives you copy/paste-able functions to retrieve the localized folder names, and to set/get user-defined folder names for dekstop folders
VC7, VC7.1, Win2K, WinXP, MFC, VS.NET2003, Dev
|
Nish Sivakumar |
4.88 |
|
|
Common Registry Settings
Updated: 13 Jul 2007
Essential registry tips for programming, including registering your application with Windows and creating custom file types
C++, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
MatrixCoder |
4.87 |
|
|
A Simple Win32 Window Wrapper Class
Updated: 11 Jul 2002
How to make a Win32 application object oriented, without using MFC.
VC6, VC7, Win2K, WinXP, Dev
|
Jason Henderson |
4.86 |
|
|
Add Windows XP Theme Style to your current projects
Updated: 6 Sep 2001
Add Windows XP Theme Style to your current projects
VC6, Win2K, Dev
|
Jiang Hong |
4.86 |
|
|
On Screen Displays, OSDs
Updated: 23 Nov 2002
Discusses OSDs and shows you how to implement one under Win32
VC6, Win2K, STL, Dev
|
Mehdi Mousavi |
4.86 |
|
|
Pure WIN32 Self-Extract EXE Builder
Updated: 15 May 2004
Build your first distributed self-extract executable file from ground up.
VC6, Win2K, WinXP, Win2003, Dev
|
hackzai |
4.86 |
|
Introduction to the Volume Shadow Copy Service API in C++
- Unedited
Updated: 30 Jan 2012
Introduction to Volume Shadow Copy API in C++
C++ (VC10.0), Windows (Vista, Win2008, Win7, Win2008-R2), Win32, Win64, COM, Dev
|
didierjeanphi |
4.86 |
|
|
The Windows Access Control Model Part 4
Updated: 7 Sep 2005
The final article in the access control series presents a guide to the access control editor and its associated ISecurityInformation interface.
VC7.1, VC8.0, Win2K, WinXP, Win2003, VS.NET2003, VS2005, Dev
|
oshah |
4.85 |
|
|
Burning CD/DVD Media with the Image Mastering API Version 2.0 (IMAPI2)
Updated: 12 Dec 2009
Example of a CD/DVD burning application using IMAPI2.
VC7, VC7.1, VC8.0, Win32, Visual-Studio, MFC, ATL, COM, Dev
|
Eric Haddan |
4.84 |
|
|
Adding and extracting binary resources
Updated: 28 May 2003
A beginner's guide to adding a binary resource in visual studio and a simple class for programmatical extraction.
VC6, VC7, Win2K, WinXP, STL, Dev
|
adrian cooper |
4.84 |
|
|
Transparency without Source Code
Updated: 11 Aug 2000
Adding transparency to any window, even if you don't have its source.
VC6, Win2K, MFC, Dev
|
sBernhard Hammer |
4.84 |
|
|
Using C#.NET through Programming Without Coding Technology - Part (3)
Updated: 28 Sep 2010
The ideas and technology behind Programming Without Coding Technology
All-Topics, Dev
|
Mahmoud Samir Fayed |
4.83 |
|
|
Win32 SDK Data Grid View Made Easy
Updated: 26 May 2010
This article describes the creation of a non-MFC custom control
C++, C, Dev
|
David MacDermot |
4.83 |
|
|
Remote Library
Updated: 30 Sep 2005
A library that implements a common interface for remote memory handling and remote execution for all Windows versions.
VC6, Win2K, WinXP, Dev
|
Antonio Feijao |
4.83 |
|
|
Running multiple instances of Task Manager
Updated: 28 Feb 2010
A simple application that allows the user to run more then one instance of the Task Manager.
C++, Windows, Win32, Win64, Dev
|
Mladen Jankovic |
4.83 |
|
|
Login password filters in WinXP
Updated: 25 May 2006
An article on how to build login password filters on WinXP.
VC7.1, WinXP, VS.NET2003, Dev
|
icestatue |
4.83 |
|
|
Lock Windows Desktop
Updated: 3 May 2005
Restricting Windows access by hiding desktop windows and disabling special keys.
VB6, VC6, Windows, Dev
|
Antonio Feijao |
4.82 |
|
|
Win32 SDK C Autocomplete Combobox Made Easy
Updated: 21 May 2010
This article describes formatting a non-MFC based combobox.
C++, Windows, Visual-Studio, Dev
|
David MacDermot |
4.82 |
|
|
Using Access Control Lists to secure access to your objects
Updated: 30 Nov 2004
How to secure your objects
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Vista, TabletPC, Visual-Studio, Dev
|
Rob Manderson |
4.81 |
|
|
Windows XP SP2 Firewall Controller
Updated: 10 Jul 2006
How to control a base firewall included in Windows XP SP2 using COM.
C#, VC7.1, .NET, WinXP, COM, VS.NET2003, Dev
|
moah |
4.80 |
|
|
Win32 Image Decoder in C
Updated: 6 Aug 2005
This article is an extension/alternative to the strnghrs IImgCtx article.
C, VC7.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
sjhorn |
4.80 |
|
|
API hooking for hotpatchable operating systems
- Unedited
Updated: 28 Jun 2008
A new approach to API hooking which takes advantage of compiler hotpatch support
C++, Windows (WinXP, Win2003, Vista), Win32, Dev
|
sam242 |
4.80 |
|
|
Using C#.NET through Programming Without Coding Technology - Part (2)
- Unedited
Updated: 28 Sep 2010
Create your first component inside Programming Without Coding Technology
All-Topics, Dev
|
Mahmoud Samir Fayed |
4.80 |
|
|
Changing default icons for folders and drives
Updated: 26 Jan 2003
Shows how to globally change the icons for folders and drives. Also shows some nifty tricks you might find handy in your applications.
VC7.1, Win2K, WinXP, VS.NET2003, Dev
|
Nish Sivakumar |
4.79 |
|
|
One use for Overlapped I/O
Updated: 14 Jan 2004
How to use overlapped I/O
VC6, VC7, Win2K, WinXP, Visual-Studio, Dev
|
Rob Manderson |
4.79 |
|
|
MousePos
Updated: 25 Aug 2002
A mouse tracking window that displaying the current mouse position or current local time.
VC6, VC7, Win2K, WinXP, Dev
|
YangTze |
4.79 |
|
|
Using C#.NET through Programming Without Coding Technology - Part (1)
- Unedited
Updated: 28 Sep 2010
Develop application inside Programming Without Coding Technology then get C#.NET source code
All-Topics, Dev
|
Mahmoud Samir Fayed |
4.79 |
|
|
Windows-based application over Terminal Services using WtsAPI32
Updated: 6 Oct 2003
Application management into Windows Terminal Services environment.
VC6, Win2K, WinXP, Dev
|
Liviu Birjega |
4.78 |
|
|
An interruptible mutex class
Updated: 6 Aug 2004
How to safely terminate a thread waiting on a mutex
C++, Windows, Visual-Studio, Dev
|
Rob Manderson |
4.78 |
|
Mnemonic: Assisting Your (virtual) Memory
Updated: 9 Feb 2012
A tool for visualizing the virtual memory used by Windows processes
C#, Windows, WinForm
|
Phil Atkin |
4.78 |
|
|
System Scanner
Updated: 2 Dec 2005
This application allows you to get more information about the processes running in your system.
VC7.1, WinXP, MFC, VS.NET2003, Dev
|
Alex Orovetskiy |
4.78 |
|
|
A Little Sniffer that Uses WSA Sockets (Windows Sockets)
Updated: 5 Nov 2007
Demonstrates how to intercept network traffic (IP packets) by putting a socket in promiscuous mode
C++, WinXP, Vista, Visual-Studio, Dev
|
Ciro Sisman Pereira |
4.77 |
|
|
The Windows Access Control Model: Part 2
Updated: 27 Jun 2005
This second part of the Access Control series will program with the basic Access Control structures.
C, VC7, VC7.1, VC8.0, Win2K, WinXP, VS.NET2003, VS2005, Dev
|
oshah |
4.77 |
|
|
Inside the executable: an introduction to the Portable Executable format for VB programmers
Updated: 6 May 2003
Describes the layout of a Windows executable file and how to read this.
VB6, C++, Win2K, WinXP, Dev
|
Duncan Edwards Jones |
4.77 |
|
|
Adding Windows To Your Console Application
Updated: 14 Jun 2001
Sample code to add a dialog (and message pump) to console applications
VC6, Win2K, Visual-Studio, Dev
|
Xiangyang Liu 刘向阳 |
4.76 |
|
|
World Time
Updated: 14 Mar 2004
Displays current time in various timezones. Also demonstrates some Win32 API programming tricks.
VC6, Win2K, WinXP, Win2003, Visual-Studio, STL, Dev
|
«_Superman_» |
4.76 |
|
|
tMemSection Class: Keep track of thousands of pointers (Dynamic Memory Allocation)
Updated: 21 Jul 2009
Demonstrates how to group and organize memory blocks by using a couple of classes.
C++, Win2K, WinXP, Win2003, Win32, Dev
|
Ciro Sisman Pereira |
4.75 |
|
|
SetUnhandledExceptionFilter and the C/C++ Runtime Library
Updated: 7 Feb 2011
This article presents a fix for SetUnhandledExceptionFilter to work with the CRT.
C++, Windows, Win32, Win64, Dev
|
Cristian Adam |
4.75 |
|
|
Optimization of 64-bit programs
Updated: 21 Feb 2009
Some means of 64-bit Windows application performance improvements are considered in the article.
C++, C, Windows, Win64, Dev
|
Karpov Andrey |
4.74 |
|
|
An extendable report editor
Updated: 3 Sep 2008
An extendable report editor. You can simply add your own controls without recompiling the program or writing annoying plug-ins.
ASM, VC6, VC7, VC7.1, VC8.0, Dev, Virtualization, virtual-machine
|
RockmanZero |
4.71 |
|
|
Win2K transparent dialogs
Updated: 20 Feb 2001
How to make your windows transparent in Win2K without downloading the Platform SDK
VC6, Win2K, Visual-Studio, Dev
|
Per-Erik Nordlund |
4.71 |
|
|
Quick and Dirty Window Transparency
Updated: 19 Nov 2003
A simple way to add transparency to windows that won't fail on older versions of Windows.
VC7, Win2K, WinXP, Dev
|
MikeSchaeffer |
4.71 |
|
|
PE64Dump - Dump the PE32+ Import table
Updated: 23 Mar 2011
Code to list DLLs and functions imported by a PE.
C, Win64, Dev
|
Vincent Roch VR |
4.70 |
|
|
Inside Mountvol.exe
- Unedited
Updated: 29 Jun 2008
Programaticaly mounting a volume as a common user
C++/CLI, Windows, Win32, SysAdmin
|
bleucat |
4.69 |
|
|
Manipulating Windows using messages and simple CBT hooking
Updated: 7 Aug 2003
Demonstrates techniques using windows messages and hooks, which allow us to automate a windows properties dialog or even custom applications
VC7.1, WinXP, VS.NET2003, Dev
|
Nish Sivakumar |
4.67 |
|
|
Win32 Tips and Tricks
Updated: 21 Oct 2007
Usability tricks, gotchas, and workarounds for Win32.
VC6, VC7.1, VC8.0, Win2K, WinXP, VS.NET2003, VS2005, VS2008, Dev
|
Ivo Beltchev |
4.62 |
|
|
MakeXP
Updated: 28 Mar 2003
A utility that allows you to easily add XP theme support to your applications
VC6, Win2K, WinXP, MFC, Dev
|
Ernesto D. |
4.61 |
|
|
Windows Networking Overview - Part I TCP/IP Networking on Class C Subnets
- Unedited
Updated: 16 Aug 2006
Provides a basic introduction to class C subnets and TCP/IP stack configuration in a Windows 2000/XP environment.
C++, Windows, Visual-Studio, Dev
|
code-frog |
4.61 |
|
|
Three Steps Down the Stairs: From Win32 User-Land through Native API to Kernel
Updated: 1 Apr 2009
This project application will "travel" through the Windows system to finally reach the kernel, from ring 3 to ring 0.
C, Windows, Win32, Dev
|
csrss |
4.60 |
|
|
Console Event Handling
Updated: 29 May 2002
This article discusses how to handle console-window specific events
VC6, VC7, Win2K, WinXP, Visual-Studio, Dev
|
Kumar Gaurav Khanna |
4.58 |
|
|
Win32 SDK C Tab Control Made Easy
Updated: 18 Jun 2009
This article describes formatting a non-MFC based tab control
C++, C, Visual-Studio, Dev
|
David MacDermot |
4.57 |
|
|
A Namespace Extension Toolkit
Updated: 21 Mar 2006
This article shows you how to build your own Windows Explorer interfaces to custom data.
C++, Windows, Visual-Studio, Dev
|
chadyoshikawa |
4.56 |
|
|
JLib - A Windows Console Library
Updated: 5 Aug 2011
A console library capable of colored input and output. Includes user definable menus, ASCII character windows, save/restore a screen worth of characters, 256 console color combinations, and a smart coloring.
C++/CLI, WinXP, Win32, STL, Dev
|
Pepsibot |
4.56 |
|
|
A Simple Wrapper for Asynchronous File I/O (ReadFileEx, WriteFileEx)
Updated: 26 Apr 2011
AsyncFile is a small wrapper class for simplifying the usage of asynchronous file APIs.
VC6, VC10.0, WinXP, Win7, Win32, Dev, Application, General
|
Sudheesh.P.S |
4.56 |
|
|
DirectSound Beep Implementation
Updated: 27 Jan 2009
Since x64 Windows removes the Beep function, this is an implementation of the Beep function using DirectSound.
C++, Win32, Dev
|
CyLith |
4.56 |
|
|
C++ and Flash: Send or get data from/to a SWF using C++ and ActiveX in Win32
Updated: 24 Oct 2011
Embed flash to your applications and communicate with it with C++.
C++, Windows, Flash, CEO, Architect, Dev
|
Michael Chourdakis |
4.53 |
|
|
How to Subclass Unicode Window from ANSI Application
Updated: 27 Aug 2001
This article describe what steps are necessary to subclass UNICODE window from ANSI application.
VC6, Win2K, Visual-Studio, Dev
|
Mumtaz Zaheer |
4.52 |
|
|
Setting Up Kernel Mode Debugger in Windows
Updated: 23 Nov 2010
This article will guide you through the process of setting up kernel mode debugger in Windows
Windows, Win32, Win64, Virtualization, virtual-machine
|
Vineel Kumar Reddy Kovvuri |
4.50 |
|
|
"Protecting" Your Process with RtlSetProcessIsCritical
Updated: 6 Nov 2009
Escalating a process to system critical status using a Win32 kernel function
C++, Windows, Win32
|
hxhl95 |
4.50 |
|
|
Turn Off Monitor when PC is Locked
Updated: 25 Nov 2009
Turn Off Monitor when PC is locked
C++, Windows (WinXP, Vista, Win7), Win32, Visual-Studio (VS2005, VS2008), Architect, Dev, Design
|
Mayank Rai |
4.50 |
|
|
A class to encapsulate the basics of overlapped I/O
Updated: 1 Sep 2004
Overlapped I/O - practice
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
Rob Manderson |
4.48 |
|
|
How to create short-cuts (link files)
Updated: 28 Aug 2005
An article on using the Win32 API and COM to create short-cuts in existing and developmental languages.
C++, Windows, Visual-Studio, Dev
|
William Rayer |
4.48 |
|
|
CMemMapFile v1.41
Updated: 3 Mar 2000
A freeware MFC class to encapsulate Memory Mapped Files.
VC6, MFC, Dev
|
PJ Naughter |
4.48 |
|
|
Extending Context Menus and Changing File Icons
Updated: 27 Nov 2001
An article on Changing Default File Icons and Adding your commands in Context Menu
C++, Win2K, Visual-Studio, Dev
|
Sameers.ME |
4.47 |
|
|
Own-thread Win32 splash screen
Updated: 20 Jun 2008
Implementation of an own-thread splash screen, with a progress indicator using Win32 and GDI+.
VC8.0, Win2K, WinXP, Win2003, VS2005, Dev
|
Kirill V. Lyadvinsky |
4.46 |
|
|
Control Panel Applets for everyone
- Unedited
Updated: 11 Sep 2008
This is a step-by-step guide to build your own control panel applet
C++ (VC7), Windows (WinXP, Win2003), Win32, Architect, Dev
|
carlosmsr |
4.45 |
|
|
Control Panel Applet Framework
Updated: 24 Feb 2000
A mini framework for writing Control Panel applets. Just fill in the blanks!.
VC6, MFC, Dev
|
Len Holgate |
4.45 |
|
|
Accessing All of Windows Special Folders
- Unedited
Updated: 12 Mar 2008
Get the path names to Windows special folders; optionally create the folders if they are missing; access physical and virtual special folders.
Windows, Win32, Win64, Visual-Studio, Dev
|
Warrick Procter |
4.43 |
|
|
Windows 7 Heap Performance Analysis
Updated: 21 Apr 2011
WIN32 Heap performance
C++, C, Windows (Win7), Dev
|
Daiqian Huang |
4.42 |
|
|
Accessing Windows 2000 specific APIs
Updated: 28 Feb 2000
Having trouble accessing the new Windows 2000 APIs? This article may help.
VC6, Win2K, Visual-Studio, MFC, Dev
|
Roger Onslow |
4.42 |
|
|
How To get the usbdisk's drive letter properly
Updated: 28 Mar 2004
Using DeviceIoControl to get UsbDisk Drive letter(s)
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, MFC, Dev
|
f22_storm |
4.42 |
|
|
How to determine the owner of both local and remote files
Updated: 30 Jun 2006
Code to determine the owner of both local and remote files.
C++, Windows, .NET, ASP.NET, Visual-Studio, Dev
|
Shaun Harrington |
4.41 |
|
|
Using Subversion on Windows XP: a personal experience
Updated: 11 Feb 2006
An introduction to using the open source Subversion SCM on Windows XP.
C++, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
rlisle |
4.41 |
|
|
Adding User Name to Events
Updated: 22 Feb 2006
How to add user names to the Event Viewer.
VC6, WinXP, Dev
|
maththaios |
4.40 |
|
|
Keep Alive the Machine - No Sleep
Updated: 7 Dec 2011
This app will keep the machine running
C#, Windows
|
Maruf Maniruzzaman |
4.40 |
|
|
.NET Wrapper for Setup API (Parses INF, OEM Files)
Updated: 13 May 2010
.NET classes for parsing driver.INF and txtsetup.OEM using the Setup API
C#, Windows, .NET
|
MarkLTX |
4.36 |
|
|
Adding XP Visual Style Support to OWNERDRAW Controls Using HTHEME Wrapper
Updated: 29 Jan 2002
A wrapper class to use the visual styles APIs available in Windows XP
VC6, VC7, Windows, Visual-Studio, Dev
|
Pål K Tønder |
4.35 |
|
|
Windows NT Native API Wrapper Library
Updated: 11 Apr 2008
A Windows NT Native API Wrapper Library for the registry, file system, etc.
C#, Windows, .NET (.NET2.0, .NET3.0, .NET3.5), Win32, Dev
|
Turion |
4.33 |
|
|
Installing XP Embedded
- Unedited
Updated: 31 Jul 2008
Installing Windows XP Embedded
C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), C++/CLI, Windows (Embedded)
|
Pradeep Kothari |
4.33 |
|
|
Query Volume Setting for 8.3 State (Windows)
Updated: 29 Dec 2011
Query Volume Setting for 8.3 State (Windows)
C++, C, Windows (Vista), .NET, Win32
|
Dracula |
4.33 |
|
|
When Can I Logon to Windows?
Updated: 18 Sep 2010
A brief explanation on how to interpret the 'logon hours' member of the USER_INFO structures
C++ (VC6, VC9.0), Windows (WinXP, Win7), Win32, Dev
|
DavidCrow |
4.33 |
|
|
Do Not Call GetLastError() !
Updated: 27 Mar 2001
Use CWin32Error instead !! It encapsulates WIN32 error message strings with the error numbers. Has a smart-copy mechanism for passing objects by value, useful in exception-handling. Is TRACE() compatible!
VC6, Win2K, Visual-Studio, Dev
|
Ajit Jadhav |
4.33 |
|
|
Side by Side Configuration Incorrect
Updated: 11 Nov 2009
Application has failed to start because side by side configuration is incorrect
C#, Windows (Win2008, Win7), .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2005, VS2008, VS2010), All-Topics, Dev, .NET4
|
Member 3490500 |
4.33 |
|
|
Hard drive information using S.M.A.R.T.
- Unedited
Updated: 25 May 2007
Retrieving Hard drive information using S.M.A.R.T.
VC6, VC7, WinXP, VS.NET2003, Dev
|
Saneesh |
4.29 |
|
|
Remote Assistance in XP: Programmatically establish an RDP session
Updated: 6 Oct 2008
The way to automate the help assistant process in C++ without dirty scripting code.
C++ (VC8.0, VC9.0), XML, Windows (WinXP, Win2003, Vista), Win32, Win64, COM, Dev
|
Michael Chourdakis |
4.28 |
|
|
Draw Skin Window Using Pure Win32 API
Updated: 14 Sep 2007
An article to show how to draw a skin window
C++, Windows, Visual-Studio, Dev, Design
|
jacky_zz |
4.27 |
|
|
Auto Wait Cursor
Updated: 31 Dec 2001
Automate changing the mouse cursor to the hourglass wait cursor.
VC6, Win2K, WinXP, Visual-Studio, Dev
|
Andrew McKinlay |
4.25 |
|
|
Elevating during runtime
- Unedited
Updated: 27 Jan 2012
How can an applicaiton elevate itself to gain "Admin" rights during runtime
C++, Windows, Win32, security, UAC
|
Michael Haephrati |
4.23 |
|
|
How to test your programs with Unicode characters in multiple languages on Windows 2000
Updated: 27 Jan 2000
How to test your Unicode program with foreign-language characters on Windows 2000
C++, Win2K, Visual-Studio, Dev
|
Michael Dunn |
4.22 |
|
|
Automatic release of Win32 objects
Updated: 9 Nov 2006
An article on safe and sound release of Win32 objects.
C++, Windows, Visual-Studio, Dev
|
Andrei Muraru |
4.15 |
|
|
Drive away the guy who takes up your computer
- Unedited
Updated: 14 Apr 2006
A way to make others think something is wrong with your video card or monitor
C++, Windows, Visual-Studio, Dev
|
song_nobrain |
4.15 |
|
|
Changing the Default Icon of the Folders
Updated: 13 Nov 2001
An article on changing the Default Icons of the Folders
C++, Win2K, Visual-Studio, Dev
|
Sameers.ME |
4.14 |
|
|
Simple audio recording program
- Unedited
Updated: 12 Jul 2007
Simplest way to record sound...
VC7, Win2K, WinXP, VS.NET2003, Dev
|
Saneesh |
4.13 |
|
|
Windows File Monitoring System Using Windows API Hooking
Updated: 29 Oct 2008
A Windows file monitoring system.
C++ (VC8.0), Windows (WinXP), Win32, Visual-Studio (VS2005), SysAdmin
|
Kanchan Lulla |
4.12 |
|
|
NT Service and Inter-process Communication using Mailslot
Updated: 25 Jun 2009
This article explains about different parts of an NT service and inter-process communication using Mailslots.
C++ (VC6), Windows (WinXP), Win32, Architect, Dev, Design
|
Sharath C V |
4.00 |
|
|
A pure Win32 based MDI application
Updated: 25 Jun 2009
Explains MDI support in Windows with a simple example.
VC6, WinXP, Win32, Dev
|
Sharath C V |
4.00 |
|
|
Handle Handling with CHandleX
Updated: 18 Jun 2003
Handle handling - the other way
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
|
TeeBee303 |
4.00 |
|
|
Automated Cryptanalysis of Cryptograms
Updated: 11 Jul 2001
An article, code, and a sample project showing how to use computers to help break cryptograms.
VC6, Win2K, Dev
|
Alex Griffing |
4.00 |
|
|
Changing your monitor's refresh rate
Updated: 3 Jun 2000
This article will show you how to change your monitor's refresh rate to a value not available from control panel.
VC6, Win2K, Visual-Studio, MFC, Dev
|
Dan Pilat |
4.00 |
|
|
Transparent Windows Support in Win 2000 and Win ME
Updated: 3 Aug 2002
If you want to make your window transparent but don't know how, here is the answer to your question
VC6, VC7, Win2K, MFC, Dev
|
Quaker |
4.00 |
|
|
Snapping Window
Updated: 15 Jul 2008
Simple class to make a window snap to screen edges
C++ (VC8.0), Windows (Vista), Win32, Dev
|
T800G |
4.00 |
|
|
Load a CString from DLL within that DLL
Updated: 8 Aug 2000
CString::LoadString(), resource will not load under certain conditions.
VC6, Win2K, Visual-Studio, MFC, Dev
|
Jim Koornneef |
4.00 |
|
|
CPL++ v1.1 - Control Panel Applets
Updated: 3 Mar 2000
A freeware MFC class framework for developing Control Panel Applets.
VC6, MFC, Dev
|
PJ Naughter |
3.95 |
|
|
An Icon Explorer
Updated: 22 Aug 2002
An Icon Explorer which looks like Windows Resource Explorer
VC6, VC7, Win2K, WinXP, Dev
|
YangTze |
3.94 |
|
|
Protecting an Application's Unauthorized Copy
Updated: 21 Aug 2008
To protect your application's unauthorized copy by using image integrity functions (Platform SDK's ImageHlp APIs) and to manage certificates in a portable executable (PE) image file.
VC7, VC7.1, Win2K, WinXP, VS.NET2003, Dev
|
Manish K. Agarwal |
3.93 |
|
|
MyCalendar Control
Updated: 7 Aug 2005
An article on writing a calendar control using the Windows SDK.
VC6, Win2K, WinXP, Dev
|
darkoman |
3.90 |
|
|
Windows Networking Overview - Part III Sharing Network Resources
- Unedited
Updated: 10 Aug 2006
Configuring file, printer and network resource sharing on Windows 2000/XP platforms.
C++, Windows, Visual-Studio, Dev
|
code-frog |
3.89 |
|
|
Performing emergency shutdowns
Updated: 16 Mar 2009
How to quickly shutdown/poweroff in emergency situations.
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Vista, Win32, Dev
|
hxhl95 |
3.88 |
|
|
User Interface Replacement for Explorer
Updated: 16 Sep 2007
Replace Explorer User Interface with your own User Interface for Kiosks
C++, C#, .NET2.0, Win2K, WinXP, Visual-Studio, Dev
|
zam664 |
3.87 |
|
|
How to set up Subversion with Apache in Windows (quick reference)
Updated: 6 Oct 2006
Quick user guide to those who do not have time to learn how to set up Subversion with Apache.
C++, Win2K, WinXP, Visual-Studio, Apache, Dev
|
Kisilevich Slava |
3.85 |
|
|
How to avoid stubborn Windows applications from showing up
Updated: 5 May 2005
How to avoid stubborn Windows applications from showing up.
C++, C#, .NET1.0, .NET1.1, Win2K, WinXP, COM, VS.NET2003, Dev
|
Matchpoint |
3.83 |
|
|
How to Register Dll files in Explorer for Windows ME, 2000, XP and .NET
Updated: 4 May 2003
When we select a dll file in the explorer we can register/unregister it (Regsvr32)
C++, .NET1.0, Win2K, WinXP, Visual-Studio, Dev
|
Eauthanizor |
3.82 |
|
|
Enumerating Alternate Data Streams
Updated: 3 Apr 2006
Enumerating Alternate Data Streams contained in NTFS files.
VC8.0, Win2K, WinXP, Win2003, VS2005, Dev
|
Siddharth Barman |
3.76 |
|
|
W2K BUG: timeout of serial driver uses absolute time
Updated: 28 Sep 2000
The serial driver uses an absolute date/time instead of a relative time for its timeout, causing problems in situations like daylight savings.
VC6, Win2K, Visual-Studio, Dev
|
Ben Kokx |
3.75 |
|
|
Wizard2000 - Wizard 97 Property Sheets
Updated: 9 Mar 2000
Implements an application whose main window is a Wizard 97 based property sheet.
VC6, MFC, Dev
|
Santosh Rao |
3.73 |
|
|
Simple Mapping of WndProc to your Specific Class' WndProc - Part 1
Updated: 11 Jun 2010
Map all WndProc messages to your class' message handlers. Simplest approach. Part 1.
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, TabletPC), Visual-Studio (VS.NET2003, VS2005), Dev
|
AdamMartin |
3.71 |
|
|
Programmatically change display resolution
Updated: 6 Aug 2006
Programmatically change display resolution from console using API call.
C++, Windows, Visual-Studio, Dev
|
Cristian Amarie |
3.68 |
|
|
AniGIF - a simple, animated GIF custom control
Updated: 5 Apr 2007
Display simple, animated GIFs in your applications using the AniGIF custom control (packaged as a DLL and a static library).
C++, ASM, Windows, Visual-Studio, Dev
|
akyprian |
3.68 |
|
|
Windows Networking Overview - Part IV Internet Connection Sharing (ICS)
- Unedited
Updated: 10 Aug 2006
A simple guide explaining how to set up Internet Connection Sharing on Windows 2000/XP systems.
C++, Windows, Visual-Studio, Dev
|
code-frog |
3.68 |
|
|
Clients that Find Servers in a Windows Network Domain (TCP/IP, Mailslot)
Updated: 1 Nov 2007
Demonstrates how to use a mailslot to broadcast information over a network.
C++, Windows, Visual-Studio, Dev
|
Ciro Sisman Pereira |
3.67 |
|
|
RusKey: mapping the Russian keyboard layout into the Latin alphabets
Updated: 15 Feb 2007
An easy way to replace characters while typing in the keyboard.
VC7.1, WinXP, VS.NET2003, Dev
|
Wanderley Caloni |
3.60 |
|
|
Making Windows XP Professional web developer friendly
Updated: 8 Oct 2002
Web development on Windows XP Professional is a drag, or it was until I discovered two "fixes"
C++, WinXP, Visual-Studio, Dev
|
Per S |
3.57 |
|
|
Windows ATOM API Wrapper
Updated: 12 May 2007
Wrapper classes for all of the Windows ATOM API functions, both Local and Global
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, Vista), Visual-Studio (VS.NET2003, VS2005), Dev
|
David 'dex' Schwartz |
3.57 |
|
|
Windows Magics - Grid-lined Explorer Windows
Updated: 14 Sep 2006
Change the way your Explorer windows present their contents.
VC6, VC7, VC7.1, VC8.0, Windows, Visual-Studio, Dev
|
Venkatakarthikeyan Natarajamoorthy |
3.54 |
|
|
Recording mouse and keyboard events and playing them back
Updated: 8 Jul 2007
The application records user input events into a file and plays them back when required.
VC6, Win2K, WinXP, Dev
|
manik singhal |
3.53 |
|
|
The CxProgress Class - Time, progress and rate estimations made easy
Updated: 13 Mar 2003
When you download a file from the Internet you have to find the transfer rate. This class does it with 3 easy lines of code !
VC6, .NET1.0, Win2K, WinXP, PocketPC-2002, Visual-Studio, Dev
|
TomKat |
3.52 |
|
|
Windows Networking Overview - Part II Command Line Tools IPCONFIG
- Unedited
Updated: 10 Aug 2006
Provides a basic introduction to using IPCONFIG on the command line to work with your local area connection network adapters.
C++, Windows, Visual-Studio, Dev
|
code-frog |
3.50 |
|
|
How to get the Client IP address or hostname of a Citrix session or Terminal Services Session?
- Unedited
Updated: 5 May 2008
How to get the Client IP address or hostname of a Citrix session or Terminal Services Session?
Windows (Win2K, Win2003), Win32, Win64, Dev, SysAdmin
|
Vishal Ganeriwala |
3.50 |
|
|
Windows Networking Overview - Part VII Virtual Private Networking
- Unedited
Updated: 10 Aug 2006
Providing a brief discussion for what VPN is and what it isn't as well as how it is used.
C++, Windows, Visual-Studio, Dev
|
code-frog |
3.48 |
|
|
Office 2003 Native Controls
Updated: 4 May 2005
Reimplementation of Win32 controls with optional Office 2003 interface.
VC6, Win2K, WinXP, Win2003, Dev
|
MJ_2 |
3.48 |
|
|
Beginner's Guide
Updated: 26 May 2005
Learn about simple DLLs, multithreading and some more stuff.....
VC6, Win2K, WinXP, Win2003, Visual-Studio, MFC, Dev
|
Naren Neelamegam |
3.44 |
|
|
Windows Networking Overview - Part V Adding A Wireless Router to an Existing Network
- Unedited
Updated: 10 Aug 2006
Simple steps for adding a wireless router to an existing network.
C++, Windows, Visual-Studio, Dev
|
code-frog |
3.43 |
|
|
Checking Some Peripherals On Logoff
Updated: 23 Apr 2002
This is about a program that helps you with some small problems.
VC6, Win2K, Dev
|
Bogdan Rechi |
3.40 |
|
|
Websphere Application Server 6.1 .J2EE Client PART I
- Unedited
Updated: 31 Jan 2007
How to setup Java IDE for J2EE to Develop / Deploy / Run a Complete J2EE solution on Windows XP Client For Web Sphere Application Server 6.1
C++, .NET, WinXP, Win2003, Visual-Studio, Dev
|
Ayman Amin Ibrahim |
3.40 |
|
|
A ListView Dialog using Win32 API
Updated: 31 Aug 2004
A Dialog using Listview in report style and icon style
VC7, VC7.1, Windows, Dev
|
zjsmile |
3.39 |
|
|
Windows handles from a mouseclick
Updated: 9 Sep 2003
How to get a window handle from a set of co-ordinates
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, Visual-Studio, Dev
|
recoup_this |
3.39 |
|
|
MASM ImageFader
Updated: 8 Feb 2007
An Image fader application. This hides information behinde an image and fades it out onMouseOver to display the content behind the image. Useful for hiding something, or as a stylish accessory.
C++, ASM, Windows, Dev
|
kim.david.hauser |
3.37 |
|
|
Build Visual Studio .Net 2003 and 2005 solutions or projects by right clicking in Explorer
Updated: 26 Jul 2006
Implementing a Windows Shell Extension to provide "Build Here" functionality
C++, Windows, Visual-Studio, Dev
|
Priyakant Patel |
3.35 |
|
|
How to use WIN32 Event Kernel Object
Updated: 7 Sep 2004
Thread synchronization using WIN32 Event Kernel object.
VC6, VC7, Win2K, WinXP, Dev
|
Deepak Kumar Gupta |
3.29 |
|
|
How to Configure Visual Studio 2008 for Compiling Drivers
Updated: 18 Dec 2008
How to configure Visual Studio 2008 for compiling drivers without using DDK's console tools.
C++, C, Windows, WinMobile, Win32, Win64, Visual-Studio, Dev
|
Andrey Sergienko |
3.29 |
|
|
Icon extraction made easy
Updated: 11 Apr 2005
Application icons of Win32 executable files can be extracted progamaticallly.
VC6, Win2K, WinXP, Dev
|
Nisamudheen |
3.23 |
|
|
Add icons to standard menus in WindowsXP and Windows Vista
- Unedited
Updated: 24 Nov 2007
Add icons to standard menus in WindowsXP and Windows Vista
C++, Windows, VS2005, Dev
|
rjlmmaas |
3.21 |
|
|
Programming Without Coding Technology (PWCT)
- Unedited
Updated: 23 May 2010
Introduction to Programming Without Coding Technology (PWCT 1.6 Ready)
Win2K, WinXP, Win2003, Vista
|
Mahmoud Samir Fayed |
3.21 |
|
|
Become a service
Updated: 15 May 2003
This article introduces a set of C functions you can use in you projects to write windows services in few lines of code
VC6, VC7, Win2K, WinXP, Dev
|
fato |
3.16 |
|
|
An Introduction to Windows Power Shell (Monad)
- Unedited
Updated: 16 May 2006
This articles explains the basics of working with Windows Power Shell (previously code named 'Monad')
C++, Windows, Visual-Studio, Dev
|
Aniruddha Chakrabarti |
3.14 |
|
|
Share Folders with passwords Over a Network for Workgroups in Windows xp Like windows 98
- Unedited
Updated: 23 Jul 2006
Share Folders with passwords Over a Network for Workgroups in Windows xp Like windows 98
C++, Windows, Visual-Studio, Dev
|
haitham hamed housin |
3.14 |
|
|
Inside Windows Handles
Updated: 19 Dec 2004
This article is about some inner workings and the behavior of Windows handles.
VC6, VC7, Windows, Dev
|
Dr_Sai |
3.13 |
|
|
Win32 splitter window project
Updated: 26 Jul 2007
Creating a simple, pure WIN32 SDI application with a split main window
C++, Windows, Visual-Studio, Dev
|
k.satheeesh |
3.10 |
|
|
Detecting the Operating System Version
Updated: 22 Oct 2001
Detecting the computer's Operating System version
VC6, Win2K, MFC, Dev
|
Agus Kurniawan |
3.06 |
|
|
Create IIS Virtual Directory
Updated: 22 Dec 2006
This is a command line program that will enable users to create a Virtual Directory on a local host.
VC6, Win2K, Win2003, Visual-Studio, IIS6, Dev
|
moonwalker_n2700 |
3.06 |
|
|
System - Virtual Desktop Manager
Updated: 11 Aug 2009
Xeno Innovations' - Virtual Desktop Manager allows you to run 4 different desktops without filling up the taskbar and minimized GDI usage. (virtual window manager vdm vwm)
VB6, VB, Windows (Win2K, WinXP, Win2003), .NET, COM, CEO, Architect, Dev, Design
|
Damian J. Suess |
3.03 |
|
|
Force Domain Controller Replication
Updated: 29 Sep 2003
Force Replication in a Windows AD enterprise network.
C++, VBScript, Win2K, Win2003, Visual-Studio, Dev
|
Peter Verijke |
3.00 |
|
|
Windows Networking Overview - Part VI Making Your Workstation a DCHP Client
- Unedited
Updated: 10 Aug 2006
A very simple guide to enabling DHCP on your desktop or workstation.
C++, Windows, Visual-Studio, Dev
|
code-frog |
2.95 |
|
|
Log Events in VC
Updated: 17 Jan 2009
Use EventLog in VC
C++/CLI, C, VC6, VC7, VC7.1, VC8.0
|
wshcdr |
2.95 |
|
|
Windows 7 workaround to drag & drop DLLs to GAC
Updated: 15 Dec 2009
Drag & drop libraries to install and delete DLLs on Windows 7.
Win7, Dev
|
Chuck Bevitt |
2.93 |
|
|
Ensure singleton execution via Win32's synchronization objects
Updated: 11 Aug 2008
Synchronization object handle: another mechanism for singleton run.
C++ (VC8.0), Windows (Win2K, WinXP, Win2003)
|
CheerJeer |
2.85 |
|
|
Hacking Windows XP SP2 Security,Get into any Machine support USB boot by any USB Storage Device and Bypass the Mother Board Password - (TheSimple way)
- Unedited
Updated: 29 May 2009
Hacking Windows XP SP2 Security,Get into any Machine support USB boot by any USB Storage Device and Bypass the Mother Board Password - (TheSimple way)
C++, Windows, Visual-Studio, Dev
|
haitham hamed housin |
2.83 |
|
|
User Management using ADSI
Updated: 23 Mar 2001
This article demonstrates user management using Active Directory Services
VC6, Win2K, MFC, ATL, STL, Dev
|
Vineet Nandurkar |
2.81 |
|
|
Checking the serial Number of a CD
Updated: 26 Dec 2001
This program pops up a message box if the installation CD is not in the CD Drive by checking the serial number of the CD.
VC6, VC7, Win2K, WinXP, Dev
|
H. Joseph |
2.75 |
|
|
Example of a SysTray App in Win32
Updated: 14 May 2007
How to create a systray application in Win32.
C++, Windows, Visual-Studio, Dev
|
Mark Zitnik |
2.72 |
|
|
32-bit Assembler is Easy
- Unedited
Updated: 30 Dec 2006
Maximum performance, reduced size applications using 32-bit assembly is easy
C++, ASM, Windows, Visual-Studio, Dev
|
akyprian |
2.71 |
|
|
Get the UpTime on a Windows System
Updated: 12 Apr 2005
Get the uptime on a Windows system.
VC6, Win2K, WinXP, Dev
|
dmihailescu |
2.63 |
|
|
How to enable and disable Windows XP SP2 firewall, programmatically
Updated: 18 Jan 2005
How to programmatically enable and disable Windows XP SP2 firewall.
VC7.1, Windows, MFC, VS.NET2003, Dev
|
Khosrov Boloorian |
2.61 |
|
|
Config the Server SMTP IIS to send Mail
- Unedited
Updated: 6 Sep 2004
Config a local server smtp to be able to send post office, that by restrictions of the server habitual that we used we cannot send. Of this form we will be able to send post office of greater size or to a greater number of people.
C++, Win2K, Visual-Studio, Dev
|
Mariano Lorente |
2.61 |
|
|
Subclassing menu without hooks
- Unedited
Updated: 17 Jun 2003
Subclassing menu without hooks
VC6, VC7, Win2K, WinXP, Visual-Studio, Dev
|
Kancleris |
2.54 |
|
|
Win32 Schedule Class
Updated: 6 May 2003
Win32 Schedule class for non-critical processes
VC6, VC7, VC7.1, Windows, Dev
|
Chiew Heng Wah |
2.47 |
|
|
Lock workstation
Updated: 6 Jun 2005
Lock workstation without downloading the Platform SDK.
VC6, Win2K, WinXP, Win2003, Dev
|
Dalibor Drzik |
2.45 |
|
|
Extract Windows XP Hotfix
Updated: 7 Sep 2005
This article gives a class that extracts Windows XP hotfix installed on a computer.
VC7.1, WinXP, VS.NET2003, Dev
|
$icK$ |
2.39 |
|
|
Disk free space
Updated: 6 Apr 2003
This code is used to check for free space available on logical disks
VC6, VC7, Win2K, WinXP, Dev
|
Daniel Ribeiro |
2.34 |
|
|
A homebrewed lightweight scheduler
- Unedited
Updated: 13 Feb 2008
timer based task scheduler
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows (Win2K, WinXP), Win32, Design
|
pradeep shivadasan |
2.22 |
|
|
Our journey from EXEs, LIBs, DLLs, COM to Assemblies
Updated: 4 Jan 2005
An article on the important milestones, events and potholes we witnessed as we are moving from EXEs to DLLs to COM to Assemblies.
C++, Windows, Visual-Studio, Dev
|
Salil Khedkar |
2.17 |
|
|
Implementing simple Copy Protection : Technical overview
Updated: 7 Jul 2002
Part 1 of a 4 part series on developing a simple copy protection method for your applications. In this article, I will discuss concepts on how such protection can be implemented.
VC6, Visual-Studio, Dev
|
John Aldrich |
2.17 |
|
|
Faking Multiple Desktops
Updated: 26 Jan 2006
An application that simulates multiple desktops. Including the ability to transfer windows between desktops, which seems to be missing from Microsoft's implementation.
C++, Windows, Dev
|
thor2023 |
2.08 |
|
|
Win32 TIB
- Unedited
Updated: 8 Sep 2008
Introduction to Win32 TIB (Thread Information Block)
C++ (VC6), Win32, Dev, Design
|
AnilAR |
1.96 |
|
|
Generic Thunk of Windows
Updated: 27 Sep 2008
Minimal application of Generic Thunk.
C++, C, Windows, Win32, Dev
|
jrmwng |
1.76 |
|
|
DataGrid Control, EditText Control
Updated: 26 Feb 2007
An article on yet another DataGrid Control
VC6, Win2K, WinXP, Visual-Studio, Dev
|
IlyasovAM |
1.64 |
|
|
Secure Windows API Access
Updated: 29 Feb 2004
One way to provide secure Windows API access and usage.
VC6, Win2K, WinXP, Win2003, Dev
|
RetarT |
1.45 |
|
|
Program to list the names of systems connected on a network/workgroup
Updated: 25 Mar 2004
Program to list the names of systems connected on a network/workgroup
VC6, Win2K, WinXP, Dev
|
sumeet takle |
1.32 |
|
|
Binary array to printable hex string in C
Updated: 1 Jul 2007
Tracing contents of a packet.
C++, Windows, Visual-Studio, Dev
|
samal_recw95 |
1.24 |
|
|
POP3 Client using Sockets
- Unedited
Updated: 13 May 2008
post office protocol to retrieve mails
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows (Win2K, WinXP, Win2003, Vista), Win32
|
aisha.ansari |
1.14 |
|
|
UNICODE is good for you, but ....
- Unedited
Updated: 17 Dec 2004
UNICODE to ANSI conversion
C++, Windows, Visual-Studio, Dev
|
ejor |
1.01 |
|
|
Why Windows Should Have Tight Control Over The WinExec function
- Unedited
Updated: 26 Jun 2002
A brief description with proof of concept code detailing why finer execution control is needed with the Windows OS family.
VC6, .NET1.0, Win2K, WinXP, PocketPC-2002, Dev
|
John Aldrich |
1.00 |
|
|
Class to handle the Windows Registry operations
- Unedited
Updated: 27 Nov 2007
A class to handle the Windows registry more smoothly.
VC6, Windows, Visual-Studio, Dev
|
rajajay82 |
1.00 |
|
|
How to Write to Centera Storage Appliances
Updated: 25 Oct 2007
This article shows you how to connect to a Centera Storage appliance and save files to the appliance from a specific Directory
C++, C#, Windows, .NET2.0, Visual-Studio, Dev
|
AdelArch |
|
|
Microsoft Active Accessibility |
top |
| Title /
Updated |
Author |
Score |
|
|
Introduction to Microsoft Active Accessibility
Updated: 5 Apr 2007
This article details is one in a series dedicated to explaining the MSAA architecture and how to use it
C++, Windows, COM, Dev
|
Joseph Dempsey |
4.94 |
|
|
UI Automation Using Microsoft Active Accessibility (MSAA)
Updated: 11 Aug 2009
This article describes a new way to automate window applications based on MSAA which otherwise is not possible using any other technique.
C#2.0, .NET3.5, Dev
|
Arshad_Ali_alizproarts |
4.90 |
|
|
XMSAALib - a non-MFC class to retrieve accessibility (MSAA) info
Updated: 10 Feb 2009
XMSAALib provides APIs that allow you to retrieve MSAA (accessibility) information from a window by using the IAccessible interface. The demo app shows how to build an accessibility object tree from a window.
C++, Windows, Visual-Studio (VS2005), Dev
|
Hans Dietrich |
4.87 |
|
Windows 2000 / XP - MSMQ |
top |
| Title /
Updated |
Author |
Score |
|
|
Browsing message queues with MQManager.NET
Updated: 29 Dec 2008
Adapting a stagnant Open Source project to meet my needs.
C# (C#1.0, C#2.0, C#3.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET2.0), Dev, SysAdmin
|
zippy1981, Lars Hove Christiansen |
4.29 |
|
|
The Microsoft Message Queue
Updated: 15 Apr 2000
An introduction to the Microsoft Message Queue (MSMQ)
VC6, Win2K, IIS, Dev
|
Santosh Rao |
4.08 |
|
|
Monitoring MSMQ Message Queues
Updated: 28 Jul 2006
A component to monitor an MSMQ Message Queue.
VB, Windows, .NET, Visual-Studio, Dev
|
Greg Osborne |
2.36 |
|
Windows Azure |
top |
| Title /
Updated |
Author |
Score |
|
|
Getting data from Azure Storage
Updated: 10 May 2010
How to get aggregate data from Azure storage.
C#, Windows, Dev
|
maq_rohit |
4.60 |
|