Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > .NET Namespaces > Microsoft > Win32 > Microsoft.Win32 Classes > SystemEvents


Search:
What's New - What's Hot
Windows File Monitoring System Using Windows API Hooking     
Total Hits: 293  |  Today: 0Author: Kanchan Lulla      Rating:  
Read Reviews | Write Review |  Your Rating: 

Windows file monitoring system aims at providing security to files in a Windows environment. I was in a need to design an application which monitors file open and save operations on Windows and restricts a subset of file extensions to be used on a system until this utility is installed. I found a few good applications like AvaFind, FileMon, etc. performing file monitoring functionality. But, these applications use file system drivers to achieve their goals. Creating a user space application that...

Bring The Simplicity of Windows Forms to Native Apps  Version: 0.00     Price: $0.00  
Total Hits: 19  |  Today: 0Author: John Torjo      Rating:  
Read Reviews | Write Review |  Your Rating: 

The problem with GUI programming in C++ is that most libraries are too low level, putting too much of the burden on the programmer. They rely on C-like structs, or their wrapper classes don't hide enough complexity. Also, they don't make event programming simple enough, instead forcing you to have to know about underlying WM_ messages....

Log events in VC     
Total Hits: 210  |  Today: 0Author: wshcdr      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes, we need to log some behaviores of our codes, and when the program goes wrong , we could know the reason quickly, so someone would write a Logger himself, but we have a better choice, the windows EventLog service. Be familar with windows DLL, and know how to create the DLL project....

Sepia Tone, StringLogicalComparer, and More  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Stephen Toub      Rating:  
Read Reviews | Write Review |  Your Rating: 

My digital camera allows me to take pictures using a "sepia" filter which results in photos that look like they were taken in the late 1800s. While this is cool, I'd rather take the pictures normally and then apply this change later on. I can probably do something like this in Digital Image Pro 10, but I'm working on my own photo utility library in .NET and was hoping to add this functionality. What's the best way to change the coloring of a bitmap?...

Building Managed Resources from Win32 Resources     
Total Hits: 130  |  Today: 0Author: Grant Bolitho      Rating:  
Read Reviews | Write Review |  Your Rating: 

Resources within .NET — based applications are stored in a different format and accessed in a different manner than a traditional Windows application. This article examines a technique and supplies a command line utility that can be used to convert resources in the Win32 Resource Compiler script format to a .NET resource file and then build it into a managed assembly with embedded resources....



Disclaimer - Privacy
© 2002-2012 DevASP.net