.NET news » Examples Examples Rss Feed

download

GameTrainer: A tool to train games

With the aid of few Windows API calls it is easy to read and write the memory of other running processes. By monitorg the memory of such process it is easy to detect where memory locations containin peculiar variables in games (bullets, gold, lives, etc.); as soon as the variable is found it can be overridden with a new value. The functioning of the program is very easy and with it a gamer can obtain the desired amount of these elements.
6 May 2007, 10:02:00   Source: GameTrainer: A tool to train games   Tags: Examples Software

NDIS MONITOR .NET v1.00

NDIS Monitor allows to catch and log the exchange of packet data between NDIS miniport drivers and network protocol modules that occurs in kernel space.
27 Apr 2007, 13:07:00   Source: NDIS MONITOR .NET v1.00   Tags: Internet Examples Software

The Shady Side of Rich Text

Shading and Syntax Highlighting a Rich Text selection
24 Apr 2007, 15:47:00   Source: The Shady Side of Rich Text   Tags: GUI Examples

How to implement a simple filewatcher windows service in C#

This article explains the basic techniques and VS.Net project structure for creatign and implementing a simple C# FileSystemWatcher Windows Service
23 Apr 2007, 11:06:00   Source: How to implement a simple filewatcher windows service in C#   Tags: Examples

Webcam using DirectShow.NET

This article describes how to use DirectShow.NET. DirectShow.NET is a dll to use DirectShow as managed code. I found it hard to find examples for using DirectShow. I still didn't find out how that all works. That is why I translated a C# example of DirectShow.NET to VB.NET code..
22 Apr 2007, 21:38:00   Source: Webcam using DirectShow.NET   Tags: Examples Multimedia VB.NET

DataGridView Multi-column Sort

Out of the box, the DataGridView only allows sorting by a single column. This article presents code that enables users to sort their data in a DataGridView by multiple columns. The DataGridView derived class may be used for any data types that support the IComparable interface (which includes all the basic .NET types).
16 Apr 2007, 16:21:00   Source: DataGridView Multi-column Sort   Tags: Examples GUI

UI Automation overview (Part I)

Microsoft "UI Automation" is the new accessibility framework for Microsoft Windows. It addresses the needs of assistive technology products and automated test frameworks by providing programmatic access to information about the user interface (UI). In addition, UI Automation enables control and application developers to make their products accessible.

UI Automation provides programmatic access to most user interface (UI) elements on the desktop, enabling assistive technology products such as screen readers to provide information about the UI to end users and to manipulate the UI by means other than standard input. UI Automation also allows automated test scripts to interact with the UI.

14 Apr 2007, 06:55:00   Source: UI Automation overview (Part I)   Tags: Examples

Introduction to Validation Application Block

Applications generally must have some type of input to operate, whether the input comes from a user, a database, another application, etc. isn't really important. The important point is that no matter where the input comes from, it should be validated; not doing so can lead to unexpected behavior and consequences. Though it is a must for robust applications, creating validation routines can be time consuming and tedious and not very portable; reuse often involves cut and paste techniques.

In the latest release of Microsoft Enterprise Library 3.0 a new application block has been included that will ease the pain in creating and maintain validation rules and routines.

This article will give an introductory look at the new Validation Application Block and how it can be used with new and existing code to easily provide customizable and configurable validation routines.

8 Apr 2007, 19:43:00   Source: Introduction to Validation Application Block   Tags: Examples

Reusable Rules Wizard in Outlook style

A small reusable framework that implements a Rules Wizard resembling Outlook's Rules and alerts feature allowing users to configure and store their own rules.
7 Apr 2007, 10:03:00   Source: Reusable Rules Wizard in Outlook style   Tags: Examples

The Paperless Desktop

How to perform scanning, rearranging, OCR and Outlook export of documents for a paperless future - or at least a tidy desktop.
5 Apr 2007, 13:34:00   Source: The Paperless Desktop   Tags: Examples Office