Hi Guys.

I have a question which I have to explain, hopefully somebody can help.

C#, target system OS: windows xp embedded

Problem:
Sometimes windows shows messages and error messages. Sometimes windows is
telling me that he found new hardware or maybe I am low on virtual memory.
Of course I would like to know about these messages.
But, There is a HMI running in the foreground so the messages are shown in
the background or clicked away by the operator (they dont care at all).

So, I would like to log theses messages (and of course the occurance).

But how?

Does somebody has an idea?


I an trying around with

protected override void WndProc(ref Message aMessage)
{
//code to log the Message
}

and it wont work.....

and WM_COMMAND, but I am not so sure this is working at all.


So I need a little bit help from you guys.


Thanks a lot.
Michael

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to