Redirecting to custom 401 page when "Access denied" occures within an ASP.NET application with Windows authentication
Last Updated: 3 Aug 2005
Page Views: 65,696
Rating: 4.19/5
Votes: 12
Popularity: 4.52
Bookmark Count: 30
This article answers a simple question: What to do when custom error page for error 401 in web.config is not working? How to replace the default ASP.NET "Access denied" page?
Maintain focus between postbacks in ASP.NET 2.0, also in ASP.NET AJAX
Last Updated: 9 Feb 2007
Page Views: 66,246
Rating: 4.71/5
Votes: 23
Popularity: 6.42
Bookmark Count: 44
A workaround to maintain focus between postbacks in ASP.NET 2.0, also in ASP.NET AJAX without SmartNavigation.
A workaround to overlap an ActiveX with a HTML element.
Last Updated: 10 Nov 2005
Page Views: 25,270
Rating: 3.57/5
Votes: 2
Popularity: 1.08
Bookmark Count: 9
This workaround allows you to show HTML elements on top of ActiveX elements (an <object> tag).
A library to simplify access to image metadata
Last Updated: 3 Aug 2004
Page Views: 103,531
Rating: 4.61/5
Votes: 24
Popularity: 6.36
Bookmark Count: 79
A library to simplify access to image metadata.
A C# implementation of Reversi (Othello) Game for PocketPC and Windows
Last Updated: 4 Aug 2004
Page Views: 45,060
Rating: 4.64/5
Votes: 10
Popularity: 4.64
Bookmark Count: 30
A C# implementation of Reversi (Othello) Game for PocketPC and Windows.
Minesweeper and MinsweeperFlags (a multiplayer version) in one for PocketPC
Last Updated: 30 May 2004
Page Views: 40,752
Rating: 4.00/5
Votes: 14
Popularity: 4.58
Bookmark Count: 12
Pocket PC .NET Compact Framework version of Minesweeper and MinsweeperFlags (multiplayer) game in one
Display Progress and Overlay Icons for Multiple Views from .NET in Windows 7 Taskbar
Last Updated: 19 Jun 2009
Page Views: 6,864
Rating: 4.40/5
Votes: 9
Popularity: 4.20
Bookmark Count: 22
Licence: The Code Project Open License (CPOL)
This article describes how to use Windows 7 new taskbar features, progress indication and overlay icon, from unmanaged .NET code. The second part shows you how to manage progress indication and overlay icons in case of multiple views (windows) and provides appropriate missing classes for Windows API
The managed classes to read Windows Firewall configuration on Vista using Advanced Security Interfaces
Last Updated: 30 May 2007
Page Views: 21,476
Rating: 4.59/5
Votes: 17
Popularity: 5.65
Bookmark Count: 24
Provides a read-only access to Windows Firewall status, settings and rules on Windows Vista.
Processing Global Mouse and Keyboard Hooks in C#
Last Updated: 12 Nov 2008
Page Views: 794,029
Rating: 4.90/5
Votes: 366
Popularity: 12.57
Bookmark Count: 528
Licence: The Code Project Open License (CPOL)
This class allows you to tap keyboard and mouse and/or to detect their activity even when an application runs in the background or does not have any user interface at all.