| .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 Dot Net Guruers: 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 C# Wrapper for the AviFile Library |
| The Code Project |
| Edit AVI files in .NET |
|
| 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: 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: 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 |
|
| 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#. |
|
| 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. |
|
| Dancing Zombies: Adding Bitmaps to the Managed Graphics Library |
| MSDN |
| Learn how to load and display bitmaps, animated bitmaps, key transparency, and more using GAPI and the Dancing Rectangles sample. |
|
| DateTimePicker appears flat |
| The Code Project |
| A simple and easy class that draws the standard DateTimePicker as flat control. |
|
| Displaying a NotifyIcon's Balloon ToolTip |
| The Code Project |
| This article shows one approach to displaying a balloon tooltip for a notify icon created using the FCL's NotifyIcon class. This relatively new feature of notify icons is not supported by the NotifyIcon class and adding this feature to my own code was not immediately obvious without some creative coding. This is why I am presenting it here. The other reason is that I am hoping somebody can tell me that I'm doing it all wrong and that there is a much more 'correct' solution. |
|
| Dynamically Changing Database Stored Image Sizes |
| DotNetJunkies |
| Donny demonstrates how to resize images that are stored in a database and display them in a Web page. |
|
| Dynamically Changing Database Stored Image Sizes |
| DotNetJunkies |
| Earlier today, I recieved an email asking if I could demonstrate how to resize images that are stored in a database and display them in a web page. Instead of simply rendering the image bits directly to the HttpResponses output stream I'll be first changing the size of the image, all done in memory |
|
| Enumerate and Host Control Panel Applets using C#. |
| The Code Project |
| Demonstrates how to enumerate and host Windows Control Panel Applets using C# and unmanaged C++. |
|
| Enumerating Network Resources |
| The Code Project |
| Using the WNetEnumResource API from C# |
|