Click here to Skip to main content
15,892,005 members
Everything / Operating Systems / Windows 7

Windows 7

Win7

Great Reads

by Igor Ladnik
Wrapper to facilitate usage of TCP sockets
by Arthur V. Ratz
This tip is especially useful for users who own the licensed copy of Windows 7/8/8.1, and would like to upgrade to Windows 10 after July 29, 2015.
by Arthur V. Ratz
Use HTML/CSS/JavaScript/Ajax for creating a simple lightweight Windows Vista/7 sidebar desktop gadget
by J.Starkl
A windows-service which can handle different operations in separate threads and which can be controlled by a small GUI program

Latest Articles

by Shao Voon Wong
Lee Algorithm Mazesolver in MFC and Direct2D
by peterswinkels
A Visual Basic 6 program demonstrating how to access databases using Microsoft ADO and how to automate Outlook and Excel.
by Andreoli Carlo
In our company, we find ourselves in need of using the internal PC (buzzer) on Windows7 64bit. At the end, we figured out how to do it.
by Abhishek Sur
New Win7 features explained with simple demo applications

All Articles

Sort by Title

Windows 7 

19 Mar 2015 by Peter T. Ringering
A program that makes editing code comments and XML comments easier.
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
24 Dec 2013 by Senthilvel Samatharman
This tip provides a simple implementation for the ICommand interface and enables to write quick code leaving the nuances of fetching the return types and asynchrony
26 Sep 2015 by Southmountain
Some take-away to improve the quality of desktop software
24 Jan 2015 by shijo joseph
A file backup manager with simple user interface and all the essential functionalities.
25 Jun 2013 by Kaushik S Murthy
This application allows you to know the status of caps lock whenever the caps status is toggled
10 Jun 2014 by Sen Jacob
A simple task scheduler utility by which you can schedule a task to run at any time or interval
11 Jun 2014 by Sen Jacob
This is an alternative for "A Task Scheduler Library for .NET Applications"
19 May 2013 by Amit Deshmukh 1010
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
10 May 2015 by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
22 May 2010 by DaveyM69
Now your application can update it's saved data regrdless of the account it is running under.
29 Nov 2012 by Hesham Meneisi
This is a quick way to allow or disallow a program through the firewall.
10 Jun 2014 by Thava Rajan
This tip is used to fix a workaround for a bug in double click on checkbox
9 Mar 2012 by Mahmud Hasan
Whenever I try to install any software I get an error saying another installation is running.
28 Mar 2013 by Vasudevan Deepak Kumar
This is a simple class/demo application that shows how to check whether the account that is being used to run the application has administrative rights.
26 Jul 2015 by Alaa Ben Fatma
Generate your arrays using a GUI tool
2 May 2013 by Ihab ramadan
Demo illustrates how to make augmented reality program using irrlicht and newton
9 Mar 2012 by Grigory Avdyushin
Short description how to create a sexy badge for windows 7 taskbar
11 Aug 2014 by Jdarmanovich
Basic MVVM pattern for binding items to a listbox in WPF
25 Jul 2012 by Dan Steuer
This article will help manage automatic database purges according to basic Document Management principles.
1 Mar 2011 by Indivara
Are you sure your batch file will actually do what you intended?
1 Mar 2011 by Br.Bill
First command of the file should be:PUSHD directory_you_want_to_be_inThat solves it always. No testing for anything. No need to error out, because your expected file's gonna be in the expected directory.
1 Mar 2011 by Reto70
if you want to run the script in the folder where the script is store you can add the following code@ECHO %0 %*@pushd@cd /D "%~dp0"@cd....@pause@popdin most case %0 is the name of the script including the full path%~dp0 is only the drive and the path of the scriptcd...
26 Dec 2014 by Roger65
A project to place a Dialog Box on the Taskbar
28 Jan 2015 by Sujith Karivelil
In Master - Slave replication, Changes in master will reflect in Slave. but any changes made in the slave Database will not reflect back in Master, this article will help you to implement Bidirectional Replication.
11 Sep 2012 by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
24 Mar 2015 by SMPS LLC
With this tip, you can show a map in your WinForm application with the Google Maps API v3.
19 Aug 2015 by charles922
Program that continuously monitors the NXT via Bluetooth
8 Sep 2013 by arussell
Search for file using regualar expression or classic *.*
29 Jul 2014 by dietmar paul schoder
Read rows and cells from an xlsx-file: quick, dirty, effective.
26 May 2012 by arthur zamarin
Making an exe file from C# project that runs from any Windows, without must of Net Framework instaled.
27 Mar 2013 by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
4 Apr 2015 by arussell
Unlock a file that is in use by another process
15 Oct 2012 by Houssem Dellai
Developing a Windows Phone app step by step
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
10 Apr 2013 by Evgeny Pereguda
Simple lib for capturing video from web-camera by using Media Foundation
13 Feb 2016 by JPhelps
To dynamically set the password viewing style for the edit control
2 Oct 2011 by Ștefan-Mihai MOGA
How to center window in WIN32
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);}
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();}
23 Jan 2012 by Roger65
CFileDialog in a Console Application
19 Jan 2011 by Dave Kreskowiak
This is probably why your global keyboard and mouse hooks stopped working on Windows 7
7 Feb 2013 by Coding 101
Need to see larger thumbnails on the taskbar?
24 Jun 2013 by Tejashwi Kalp Taru
Ever wanted to change the Windows Aero color without restarting the DWM?
6 May 2013 by Hernán Hegykozi
This tip explains how to calculate the Check Digit Vertical (CDV) and Horizontal (CDH) by SQL Server.
9 Jun 2014 by Rixterz123
How to get text to show perfectly clearly on Aero glass
6 Dec 2013 by dietmar paul schoder
RibbonComboBox in MVVM/WPF: the easiest way
14 May 2014 by Member 10771162
AngularJS: Communication between Controllers
28 Jun 2015 by David A. Gray
While you can often get away with ignoring compiler warnings, failing to at least scan them can bite hard!
8 Aug 2013 by Peter T. Ringering
A complete replacement to Microsoft's Date/Time Picker control.
10 Apr 2015 by El_Codero
Convert doc/docx documents to pdf with Foxit Reader Printer. Works without use of Word Interop/SharePoint.
3 Feb 2013 by Normz Antonino
This tip shows you how to convert numbers to words neatly.
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
28 May 2014 by Thava Rajan
Copy and insert data at any postion in your datagridview
22 Aug 2016 by Sujith Karivelil
Creating a link in the left pane of the file Explorer - like OneDrive or DropBox
21 Sep 2013 by Zain Ul Abidin
How to create a Wifi HotSpot with the help of CMD and C#
6 Mar 2014 by Arkadiusz@inquiry
CRichEditCtrl does not take the return
4 Oct 2013 by Adam Wojnar
An easy implementation of the taskbar-independent "quick launch"
1 Aug 2014 by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
29 Jun 2010 by crackruckles
Days Left Timer VBS self deleting
21 Nov 2013 by JRCoderMan
Detects a double-click via an initial and subsequent OnMouseDown event
11 Dec 2013 by Mahdi Nejadsahebi
With this algorithm, we can detect amount and knoll of an arc
5 Aug 2014 by vertex4343
DirectShow Hangs on Pause – Solved with WNDPROC message
23 Feb 2015 by Sujith Karivelil
This article Describes Connectivity to Gmail using IMAP, and also guide you to download and save mail content along with attachment.
23 Oct 2012 by Michael J Hill - OH
Create a Windows desktop app to display daily web stats from your personal site
23 Nov 2013 by Prabakaran T
If you often use removable USB devices like a flash drive, you are probably already familiar with the “Safely Remove Hardware” icon that sits in the system tray. The problem for many people is that the icon is tiny, and clicking it just right to bring up the menu is a pain.
28 Nov 2014 by ehab_nour
Processing SAP generated Excel file as a report to get some information
12 Jun 2017 by LukeCodes
This is a simple macro script to search and retrieve individual cells in an Excel document.
10 Oct 2012 by pavan1361
adding require blocking site in hosts file
19 Oct 2015 by charles922
Another way to implement Falling Blocks Game
29 Jul 2013 by Ordiales
When no XP support is necessary. Better Icon structure arrises and easy conversion is allowed.
29 Aug 2014 by Ștefan-Mihai MOGA
A quick solution to transform binary data to plain text
13 Aug 2010 by Not Active
Plagiarized from http://msdn.microsoft.com/en-us/library/ms724429(VS.85).aspx[^]
29 Jan 2013 by Roger65
Find file or use wildcard i.e. dlg*.h, or *.*
30 Sep 2014 by Vahid_N
Microsoft has not updated Iran's daylight saving time information since 2009. Let's find out how it works and then fix it for the next 100 years!
29 Jan 2018 by Shao Voon Wong
Fixing Inconsistent Stroke Width of Chinese Characters
17 Jan 2016 by SubhamoyBurman
Use of Task Parallel Library and Async/Await in your application
29 Dec 2014 by dietmar schoder
Turtle graphics: fundamental C# classes and methods for the artwork production in the area of generative art.
1 Jan 2015 by dietmar schoder
Read and analyse pixels: fundamental C# classes and methods for the artwork production in the area of generative art.
2 Jan 2015 by dietmar schoder
Image sections and images: fundamental C# classes and methods for the artwork production in the area of generative art.
10 Jan 2015 by dietmar schoder
Poisson disc algorithm: fundamental C# classes and methods for the artwork production in the area of generative art.
18 Jan 2015 by dietmar schoder
Merge pixels of two images into one new pop artwork
24 Apr 2014 by Bankey Sharma
Converting DataReader Result into List of Objects Using Generic Type, Property Attribute and Reflection
8 Jun 2012 by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
19 Apr 2010 by TheyCallMeMrJames
Windows 7 introduced Pinning and Jump lists, two features that, when combined, let you get at your most recent projects quickly.Visual Studio 2010 is also smart enough to differentiate between files, projects and solutions, only displaying the bigger-picture items in the jump lists.To...
7 Jul 2015 by Arthur V. Ratz
This tip is especially useful for users who own the licensed copy of Windows 7/8/8.1, and would like to upgrade to Windows 10 after July 29, 2015.
31 Jul 2013 by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
19 Oct 2012 by Orjan Westin
Simple function to get the text message corresponding to a system error.
28 May 2014 by Joan M
Coping with Windows overlay icons number limit
22 Apr 2010 by Nic Wilson
Many users ask how to get Vista or Windows 7 style dialog windows when they have imported an older project to Visual Studio 2010.To enable this is quite simple, follow the steps.1. With your project loaded, select the project in solution explorer.2. From the 'Project' menu choose...
1 Jul 2010 by Thiru Thirunavukarasu
How to use WinMerge to view diffs with Git under Cygwin
15 Aug 2011 by csanuragjain
Unlocks various control options
9 Apr 2015 by Royston Malcomber
Setting up Google reCaptcha version 2 with MVC5
15 Mar 2014 by Michael_Davies
Handling large numbers of application settings
24 Aug 2013 by Hasan Habib Surzo
Basic Server/Client Example using Windows Communication Foundation (WCF) programming