|
|
|
|
|
| | Total Hits: 293 | Today: 0 | Author: Kanchan Lulla | 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... |
| | Total Hits: 19 | Today: 0 | Author: John Torjo | 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.... |
| | Total Hits: 210 | Today: 0 | Author: wshcdr | 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.... |
| | Total Hits: 20 | Today: 0 | Author: Stephen Toub | 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?... |
| | Total Hits: 130 | Today: 0 | Author: Grant Bolitho | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|