| .NET Console Password Input By Masking Keyed-In Characters |
| The Code Project |
| Demonstrates how to intercept .NET console keyboard input and display a * in place of each actual typed-in character. |
|
| .NET Matters: Const in C#, Exception Filters, IWin32Window, and More |
| MSDN |
| Const in C#, Exception Filters, IWin32Window, and More |
|
| A C# Framework for Interprocess Synchronization and Communication |
| The Code Project |
| How to share resources and implement a rich message/data passing architecture between threads and processes (SOA) |
|
| A Magical Edit Menu Manager |
| The Code Project |
| A magical edit menu that works with no connections to the rest of your project |
|
| A ServiceInstaller Extension That Enables Recovery and Autostart Configuration |
| The Code Project |
| An extension assembly that allows configuring the "advanced" service configuration options for recovery actions. |
|
| A Simple But Useful Example of .NET Remoting Part 2 |
| The Code Project |
| Introduces .NET remoting via a simple but potentially useful example. |
|
| A Simple C# Wrapper for the AviFile Library |
| The Code Project |
| Edit AVI files in .NET. |
|
| A Simple C# Wrapper for the AviFile Library |
| The Code Project |
| Edit AVI files in .NET |
|
| An All VB.NET Explorer Tree Control with ImageList Management |
| The Code Project |
| Explorer TreeView control with Shell Folder access class and Icon management. |
|
| Authorization Manager Access Component |
| The Code Project |
| .Net Authorization using Windows Identity, X509 Certificate or ASP.Net Forms |
|
| BUG: IWAM Account Is Not Granted the Impersonate Privilege for ASP.NET 1.1 on a Windows 2000 Domain Controller with SP4 |
| Microsoft Support |
| (824308) - When you install ASP.NET 1.1 on a computer running on a Windows 2000 Server domain controller with Service Pack 4 (SP4) installed, the IWAM account is not granted impersonate user rights for ASP.NET 1.1. When you request an ASP.NET 1.1 page, you may... |
|
| BUG: IWAM Account Is Not Granted the Impersonate Privilege for ASP.NET 1.1 on a Windows 2000 Domain Controller with SP4 |
| http://www.kbalertz.com/ |
| (824308) - When you install ASP.NET 1.1 on a computer running on a Windows 2000 Server domain controller with Service Pack 4 (SP4) installed, the IWAM account is not granted impersonate user rights for ASP.NET 1.1. When you request an ASP.NET 1.1 page, you may... |
|
| BUG: The icon that represents your form appears as a blank form icon in Visual C# .NET if you set the ShowInTaskBar property to False |
| http://www.kbalertz.com/ |
| (836673) - Explains why the icon that represents your form appears as a blank form icon when you move the control focus from a Windows form to any other program by pressing the ALT+TAB key combination. |
|
| BUG: The Visual C++ compiler generates an incorrect Microsoft intermediate language (MSIL) data type for a managed pointer to an IntPtr variable |
| http://www.kbalertz.com/ |
| (843415) - Explains that the Visual C++ .NET compiler generates incorrect Microsoft intermediate language (MSIL) code for a managed pointer to an IntPtr variable. Explains that a TypeLoadException exception may occur when you use the incorrect code. |
|
| BUG: The Visual C++ compiler generates an incorrect Microsoft intermediate language (MSIL) data type for a managed pointer to an IntPtr variable |
| http://www.kbalertz.com/ |
| (843415) - Explains that the Visual C++ .NET compiler generates incorrect Microsoft intermediate language (MSIL) code for a managed pointer to an IntPtr variable. Explains that a TypeLoadException exception may occur when you use the incorrect code. |
|
| C++ Q & A: Singleton Class Private Constructor, C# Singleton Class, and More |
| MSDN |
| Answers to your questions about the singleton class private constructor, C# singleton class, and more |
|
| C++ Q&A: Deleting Managed Objects, Wrapping a Library, and More |
| MSDN |
| C++ Q&A: Deleting Managed Objects, Wrapping a Library, and More |
|
| Changing printer setting using C# |
| The Code Project |
| Changing printer setting using C# |
|
| Coding4Fun: Building a Drum Machine with DirectSound |
| MSDN |
| Join guest columnist Ianier Munoz as he builds a drum machine using the managed Microsoft DirectX libraries and C# to synthesize an audio stream on the fly. |
|
| Console Password Input By Masking Keyed-In Characters |
| The Code Project |
| Demonstrates how to intercept console keyboard input and display a '*' in place of each actual typed-in character. |
|
| Controlling scrolling with the API |
| The Code Project |
| Scrolling with the API |
|
| CSharp Windows Media Format SDK Translation |
| The Code Project |
| In this article I describe a translation of most of the WMF SDK interfaces, data structures, constants, functions into C#. |
|
| Custom Windows Forms Controls: ColorPicker.NET |
| MSDN |
| Learn how Chris Sano created a color picker application in a Windows Forms control, with an emphasis on the color slider and the drag-and-drop functionality that were used in the application. |
|
| Customize a panel with Autoscroll property |
| The Code Project |
| Use all events of scrollbars in a panel with Autoscroll=true |
|
| Dancing Particles: Adding Points, Lines, Fonts, and Input to the Managed Graphics Library |
| MSDN |
| Learn to add points, lines, and more to the managed graphics library using GAPI and the Dancing Zombie sample. |
|