Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Tuesday
Sep162008

Sending messages to windows in C# via winapi

This windows demo app from 2004 shows you how to use the winapi EnumWindows function in association with SendMessage to send messages to a window.

The application works with Mirc (an IRC client) and Trillian (a messenger program that works with msn,yahoo,icq and aim). It hasn't been tested with the latest versions of Mirc/Trillian but it still demonstrates the message sending.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
« Whois, DNS, CName, MX record lookup in C# | Main | C# Design Patterns »