Click here to Skip to main content
15,867,594 members
Everything / Operating Systems / Windows 2000

Windows 2000

Win2K

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.
by Paul M Watt
Guide to understanding how to create and use regions with the WIN32 SDK
by Michael Dunn
A tutorial on writing a shell extension that can be used on the Send To menu.

Latest Articles

by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10
by Emre Guldogan
A System for Simulation and Analysis of Logic Circuits
by libbyliugang
A splitter control for dialog can auto change the linked window's position
by Alexandru Matei
Shows an alternative to GetCharABCWidths and GetCharABCWidthsFloat

All Articles

Sort by Score

Windows 2000 

19 May 2015 by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
23 Jan 2020 by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10
30 Nov 2015 by Mohammad Dayyan, VahidJafari
A library for creating .Net Serializable Expressions to send via WCF services
10 Jun 2014 by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
8 Jun 2012 by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
4 Oct 2011 by Nick Kulikovsky
There is ATL CWindow method CenterWindow:void CenterWnd(HWND hWnd){ CWindow wnd; wnd.Attach(hWnd); wnd.CenterWindow(NULL); wnd.Detach();}
17 Jul 2012 by Jake Franta
31 Jul 2013 by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
29 Jul 2015 by LalithGallage
This powershell script is you to monitor windows servers’ free hard disk and populate it to sharepoint custom list.
5 Sep 2013 by Mike Meinz
Function returns exe name and command line for the provided filename and extension.
15 Mar 2014 by Michael_Davies
Handling large numbers of application settings
5 Jul 2012 by Silver Lightning
Display number or amount with commas but no decimal places or extension displayed
15 Oct 2012 by Beercolhol
This is a bug fix to "C# MP3 Compressor".
7 Sep 2012 by zippy1981
This is an alternative for "ODBCTracer"
4 Mar 2014 by kanbang
Save/Load Image between buffer
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
24 Apr 2010 by Md. Marufuzzaman
Introduction How can you lock your Windows NT based Workstation programmatically? To do this, you just need a little basic knowledge on how to use user32.dll. Here you will find a function name as LockWorkStation() and you need to know how to call this function. A sample example with the...
19 Oct 2012 by Orjan Westin
Simple function to get the text message corresponding to a system error.
2 Jan 2014 by Michael_Davies
Printing To Line Printers (EPOS) Using Windows
2 Oct 2011 by Ștefan-Mihai MOGA
How to center window in WIN32
27 Jul 2014 by Emiliarge
How to send data to device and receive data from device through COM-port
4 May 2012 by Subha.N
Tip to create a database application using C# .NET in the shortest time possible.
1 Aug 2014 by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
6 Jun 2013 by Manish K. Agarwal
Windows symbols and crash dump analysis.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
6 Sep 2012 by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
27 Aug 2012 by textorijum
How to SIMPLY populate TreeView from some sort of "list" variable / object / structure
14 May 2014 by Member 10771162
AngularJS: Communication between Controllers
1 Feb 2004 by Sebastian Sosna
A simple program which lets you browse containers of your Active Directory
23 Sep 2011 by Charles Kludge
void CenterWnd(HWND wnd){ RECT r,r1; GetWindowRect(wnd,&r); GetWindowRect(GetDesktopWindow(),&r1); MoveWindow(wnd,((r1.right-r1.left)-(r.right-r.left))/2, ((r1.bottom-r1.top)-(r.bottom-r.top))/2, (r.right-r.left), (r.bottom-r.top),0);}
17 Dec 2012 by fadi_sayyed
WPF Compare two brushes IsEquals
7 Mar 2007 by xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
23 Apr 2013 by ManojRajan
This tutorial explains how to send mails with attachments
24 Jul 2010 by Christian Kleinheinz
Retrieving the correct pointer anytime and anywhere in MFC MDI applications
12 Mar 2013 by Nelson Kosta Souto
Running the same compiled assembly on Windows and Linux.
24 Jul 2013 by Norbert Eder
The article includes a sample project showing how to save the nodes of a TreeView into an XML file.
5 Jan 2014 by Leon van Wyk
Send faxes with C# using Win 2k or XP
21 Oct 2007 by Ivan0001
You have too many icons on your desktop? Well, this will solve your problem. With this program, you can organize your desktop, create categories and add programs/documents to category.
20 Mar 2013 by Vasudevan Deepak Kumar
The Blink Feature in Netscape browsers is really a cool one. Here we would bring in the Blink feature for Microsoft Internet Explorer using a simple JavaScript trick.