Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 13th, 2005, 04:49 AM
Registered User
 
Join Date: May 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default global mouse hook

Can i use global mouse hook to detect if application A has been clicked by a mouse from a monitoring application B?

 
Old May 14th, 2005, 11:36 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

when Application A is clicked by mouse you should send a window message to application B it includes finding the window of application B and P/Invoking for sending the message(for finding the handle use Process.GetProcesses)

then in application B implement IMessageFilter to catch the windowmessage and raise an event(implementing IMessageFilter).

_____________
Mehdi.
software student.
 
Old May 15th, 2005, 08:11 PM
Registered User
 
Join Date: May 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can you provide me with some useful links to your proposed solution?
Thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse hook question dartcoach VB How-To 1 September 12th, 2007 08:30 AM
Hook method yfzzky Java Basics 1 April 27th, 2007 09:35 AM
Help needed for Windows Hooks (Global Mouse Hooks) effone Visual C++ 0 October 2nd, 2006 03:28 PM
how can i call hook function to a specified window pradpb999 Access 0 December 30th, 2005 01:34 AM
Internet Events Hook SpyEyes Pro VB 6 0 December 15th, 2004 06:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.