473,569 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MDI - Imessagefilter

Hello all,

I have a form class that implements the imessagefilter interface

public class frmMain : System.Windows. Forms.Form, IMessageFilter

I also have this implemented
bool IMessageFilter. PreFilterMessag e( ref Message m )

This class actually interacts with the twain driver and that's why I need
the messagefilter, to get the twain messages. When I call this class as an
mdichild, I am not able to acquire images. I assume, this is because the
messages don't reach the child window. Is this right ? In that case, how can
we overcome this ? Should the parent also implement imessagefilter ? And
then how can the parent window pass the messages to the child window ?

Thanks
Seesharp

--
-------------------------------------------------------------
Don't be dismayed at good-byes. A farewell is necessary before you can meet
again. And meeting again, after moments or lifetimes, is certain for those
who are friends.
~~~Illusions: The Adventures of a Reluctant Messiah
Nov 15 '05 #1
1 3764
Seesharp,

You can have the parent implement IMessageFilter and then have some sort
of callback/event mechanism of your own design that will notify listeners
when twain messages come in through the message pump.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- ni************* *@exisconsultin g.com

"See Sharp" <sm****@inapp.c om> wrote in message
news:OL******** ******@tk2msftn gp13.phx.gbl...
Hello all,

I have a form class that implements the imessagefilter interface

public class frmMain : System.Windows. Forms.Form, IMessageFilter

I also have this implemented
bool IMessageFilter. PreFilterMessag e( ref Message m )

This class actually interacts with the twain driver and that's why I need
the messagefilter, to get the twain messages. When I call this class as an
mdichild, I am not able to acquire images. I assume, this is because the
messages don't reach the child window. Is this right ? In that case, how can we overcome this ? Should the parent also implement imessagefilter ? And
then how can the parent window pass the messages to the child window ?

Thanks
Seesharp

--
-------------------------------------------------------------
Don't be dismayed at good-byes. A farewell is necessary before you can meet again. And meeting again, after moments or lifetimes, is certain for those
who are friends.
~~~Illusions: The Adventures of a Reluctant Messiah

Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
6454
by: Michael Culley | last post by:
I've added an IMessageFilter to my app but I don't get messages or I get only a few and then it stops. My code is very simple. Am I doing something wrong? public class MF : IMessageFilter { public MF() { } public bool PreFilterMessage(ref Message m) {
0
1047
by: Whitney Kew | last post by:
Hi there, I want to implement the COM interface IMessageFilter from my VB.NET application. I realize that it's inside ole32.dll, and that ole32.dll doesn't have a type library inside of it, so I'm unsure if this is even possible. I'm pretty green to VB.NET, and .NET in general, so would anyone be able to give me a little push? ...
1
2641
by: Neil Stevens | last post by:
Hi, I am in the process of developing a popup utility for a project i am working on, the basic idea is that when a user presses the control key a popup menu will be displayed listing the shortcut options, for example Ctrl+Q which will be used to close a window. The popup is a simple form which is configured by means of of a dictionary of...
4
16764
by: GrandpaB | last post by:
Hi, I recently had a post about how to block Mousewheel events. The answer was to implement an IMessageFilter. Sadly, I must report that after 24 hours of researching my library and online resources I am still stumped! I did find a promising code snippet on MSDN, but have yet to successfully implement it. Here is the code snippet: ...
4
3397
by: ThunderMusic | last post by:
Hi, I'm developping a form that renders differently when hovered and trigger some processing when not hovered (leaved). The thing is, when I leave my form and another form from my application is underneath, it works fine, but if I leave my form and anything that is not from my application is underneath, the Leave event does not fire until I...
2
3781
by: deciacco | last post by:
IMessageFilter interface allows one to capture messages before they are sent to a control or a form. Is there a way, perhaps by implementing another interface, to capture all messages to an exe. In other words, if I add a custom message filter implementing the IMessageFilter interface to my notifyicon class, I can capture messages when I...
0
1875
by: ah.ping.luk | last post by:
Dear All, i want to catch the application event (WM_CLOSE) in a user control. i create a class that implement the IMessageFIlter interface as follow: '=================================================== Imports System.Windows.Forms
2
2099
by: bakpao | last post by:
I want to have a form that accepts keypresses. The controls other than the form should not receive any of the user input. I have implemented it using IMessageFilter but now just now I discovered about KeyPreview. What is the difference between IMessageFilter and KeyPreview? Is there a significant benefit using one way than the other?
4
3753
by: =?Utf-8?B?am9obmY=?= | last post by:
Trying to get a see windows messages using IMessageFilter interface however it does not seem to get all window messages. Specifically I am looking for the WM_POWERBROADCAST. I override wndproc which shows the msg successfully but nothing shows up when using IMessageFilter. Am i misunderstanding something? Here is sample code: public class...
0
7700
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8125
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3642
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.