Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / operating-systems / Windows / Win2K

Win2K

Win2K

Great Reads

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
by Igor Sukhov
The ATL and MFC versions of the class that implements a dialog for selecting users(computers) within the Windows Network.
by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.

Latest Articles

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
by Igor Sukhov
The ATL and MFC versions of the class that implements a dialog for selecting users(computers) within the Windows Network.
by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.

All Articles

Sort by Score

Win2K 

by zippy1981
This is an alternative for "ODBCTracer"
by Beercolhol
This is a bug fix to "C# MP3 Compressor".
by Darkencrow
A multi-drawer style collapsable UI container
by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
by Ștefan-Mihai MOGA
How to center window in WIN32
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);}
by Nick Kulikovsky
There is ATL CWindow method CenterWindow:void CenterWnd(HWND hWnd){ CWindow wnd; wnd.Attach(hWnd); wnd.CenterWindow(NULL); wnd.Detach();}
by Member 10771162
AngularJS: Communication between Controllers
by NightWizzard
Handling for hex expressions and the trailing '}'
by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
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.
by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
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.
by Silver Lightning
Display number or amount with commas but no decimal places or extension displayed
by Sebastian Sosna
A simple program which lets you browse containers of your Active Directory
by Leon van Wyk
Send faxes with C# using Win 2k or XP
by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
by NightWizzard
Explained step by step
by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
by Orjan Westin
Simple function to get the text message corresponding to a system error.
by Michael_Davies
Handling large numbers of application settings
by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
by Mike Meinz
Function returns exe name and command line for the provided filename and extension.
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...
by Christian Kleinheinz
Retrieving the correct pointer anytime and anywhere in MFC MDI applications
by Anant Beriwal
How to counter crash issue in applications
by textorijum
How to SIMPLY populate TreeView from some sort of "list" variable / object / structure
by LalithGallage
This powershell script is you to monitor windows servers’ free hard disk and populate it to sharepoint custom list.
by Michael_Davies
Printing To Line Printers (EPOS) Using Windows
by Subha.N
Tip to create a database application using C# .NET in the shortest time possible.
by IPI Paul
Reduce system load and increase performance
by Nelson Kosta Souto
Running the same compiled assembly on Windows and Linux.
by Norbert Eder
The article includes a sample project showing how to save the nodes of a TreeView into an XML file.
by kanbang
Save/Load Image between buffer
by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
by ManojRajan
This tutorial explains how to send mails with attachments
by Emiliarge
How to send data to device and receive data from device through COM-port
by Mohammad Dayyan, VahidJafari
A library for creating .Net Serializable Expressions to send via WCF services
by Jake Franta
SolidWidgets Grid tutorial.
by xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
by Manish K. Agarwal
Windows symbols and crash dump analysis.
by fadi_sayyed
WPF Compare two brushes IsEquals
by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.
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