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

WinXP

WinXP

Great Reads

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
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.
by azharkhan
This article provides the steps to solve the "Unrecognized Tag" problem for an Atlas control.

Latest Articles

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
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.
by azharkhan
This article provides the steps to solve the "Unrecognized Tag" problem for an Atlas control.

All Articles

Sort by Score

WinXP 

by zippy1981
This is an alternative for "ODBCTracer"
by charles henington
This is an alternative for "Send Mail With Attachment File"
by AshakiranBhatter
ScreensSaver through fullscreen mode using Win32 APIs in C.
by HateCoding
A tiny custom list control
by Amit Deshmukh 1010
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
by Alaa Ben Fatma
Generate your arrays using a GUI tool
by Ihab ramadan
Demo illustrates how to make augmented reality program using irrlicht and newton
by jrkOptimus
Using a batch file to automated startup items in Windows
by tc99
Immediate access to resources without clicking
by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
by Emiliarge
Both MS Access formats (mdb and new - accdb), MSSQL 2008 R2, MSSQL CE, SQLite, MySQL
by Beercolhol
This is a bug fix to "C# MP3 Compressor".
by arthur zamarin
Making an exe file from C# project that runs from any Windows, without must of Net Framework instaled.
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 abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
by DaveyM69
How to prevent a CD/DVD drive from being opened.
by Steve Maier
To get this to work in .NET 4, you have to change the DLLImport signature.[DllImport("kernel32.dll", SetLastError = true)]private static extern IntPtr CreateFile( string lpFileName, uint dwDesiredAccess, int dwShareMode, ref SECURITY_ATTRIBUTES lpSecurityAttributes, ...
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 Hernán Hegykozi
This tip explains how to calculate the Check Digit Vertical (CDV) and Horizontal (CDH) by SQL Server.
by Member 10771162
AngularJS: Communication between Controllers
by Peter T. Ringering
A complete replacement to Microsoft's Date/Time Picker control.
by El_Codero
Convert doc/docx documents to pdf with Foxit Reader Printer. Works without use of Word Interop/SharePoint.
by Normz Antonino
This tip shows you how to convert numbers to words neatly.
by NightWizzard
Handling for hex expressions and the trailing '}'
by Thava Rajan
Copy and insert data at any postion in your datagridview
by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
by Arkadiusz@inquiry
CRichEditCtrl does not take the return
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 crackruckles
Days Left Timer VBS self deleting
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 Mahdi Nejadsahebi
With this algorithm, we can detect amount and knoll of an arc
by Mahdi Nejadsahebi
Detect knoll of an arc.
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 JRINC
Connect to remote socket via System.Net.Sockets.Socket.Connect method with timeout controlled by System.Threading.Timer
by pavan1361
adding require blocking site in hosts file
by Leon van Wyk
Send faxes with C# using Win 2k or XP
by Not Active
Plagiarized from http://msdn.microsoft.com/en-us/library/ms724429(VS.85).aspx[^]
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 Hasan Habib Surzo
Basic Server/Client Example using Windows Communication Foundation (WCF) programming
by majid torfi
HexCounter, Calculate the number HEX duplicate
by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
by dapeacenforcement
Easy way to edit the right ListViewItem (Row/Column) after MouseDoubleClick.
by Alireza C
I want to show how we can export data from data table to Excel simply.
by Mike Meinz
Function returns exe name and command line for the provided filename and extension.
by Ankur .K. Vishwakarma
This tip shows you a T/SQL function to split a string concatenated by a delimiter.
by chetan dudhagara
How to Protect from SQL Injection in PhP based website
by Anshul R
Controls will have the Aero Theme (WPF)
by sunhui
Integrate .NET Component to your Native MFC Application at runtime
by Dinesh K.S. Kushwaha
Simple Paged Grid by using knockout js
by ThatsAlok
Showcase for lambda function in C++
by Alex Wiese
Monitors log files and displays text as it is appended to the file
by Derell Licht
C++ class that provides a convenient wrapper for lodepng library
by Pankaj Choudhary - C++ Devepoler
Logging in C++
by Christian Kleinheinz
Retrieving the correct pointer anytime and anywhere in MFC MDI applications
by joejames111
Raw input 64-bit .NET classes.
by metastruct
Multithreaded, customizable SysLog server in C#.
by Antonio Lopez R
Specific implemetation for Mexico CFDI. others can use as they need
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 ednrg
This is a .NET port of a VBScript utility
by PIEBALDconsult
This is an alternative for "PrettyXML (.NET Port)"
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 evry1falls
Receiving response correctly from pop mail server is the first step on receiving emails to your own email client.
by IPI Paul
Reduce system load and increase performance
by devendra_sahu
Remote desktop application
by D Y Chan
Change a directory or file name to lower case.
by Demid Korneev
Example of AltNETType use in OpenGL
by HateCoding
This tip will show you an example for using R-tree.
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 Derell Licht
C++ classes that implement scrolling simulated-LED displays
by Tu (Le Hong)
A scroll window that surpasses the 16-bit limit and can be hosted by a dialog.
by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
by Adamanteus
Intercepting SEH exceptions in C++ program
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 Manuel Campos
A modeless dialog that allows magnification of a section of a display screen
by Jake Franta
SolidWidgets Grid tutorial.
by sunhui
In this paper, we will discuss some advanced skills for ATL COM development.
by kennethman
Hide data inside the zip structure of any zip-based file.
by Emmery Chrisco
Tabbed Browser Control addon
by xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
by Dalek Dave
To disengage the annoying pop-up showing that the USB device is not recognised even when nothing is connected.
by thatraja
Found these linksTroubleshooting: USB Device Not Recognized[^]From Link1[^]:Cause #1: Outdated Device DriverCause #2: USB Device shares the same drive letter as another device already plugged inCause #3: All USB devices suddenly stop workingCause #4: Damaged USB PortCause #5:...
by Prabakaran T
Ultimate USB Reset Attribute with powerful option
by Tyronne Thomas
Using C# to monitor the bandwidth for wireless devices.
by Michael_Lu
Provides tips for exporting documents involving tables connected by relationships
by Member 10168565
How to send emails based on RTF templates containing images and attachments, while giving the user the possibility to modify the content before sending
by andrewbb@gmail.com
Includes most API functions except for graphics.
by Leonid Belousov
This tip shows how to find the default browser command line in registry using Visual C++.
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