Re: Intercepting the WM_HELP message
From: Maarten Struys, eMVP (maarten.struys_at_nospam.pts.nl)
Date: 03/23/04
- Next message: Art: "Re: mscorlib problem"
- Previous message: George Shubin: "Re: Palm OS"
- In reply to: Michael Lahrkamp: "Intercepting the WM_HELP message"
- Next in thread: Alex Feinman [MVP]: "Re: Intercepting the WM_HELP message"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 04:17:02 +0100
You should take a look at OpenNETCF.org's ApplicationEx class. Writing a
MessageFilter you can intercept WM_HELP messages. Peter Foot has sample
code, written in C# in his blog:
http://blog.opennetcf.org/pfoot/PermaLink.aspx?guid=00908fbe-6900-41ad-95bd-a2aabd83f41a.
It should not be too hard to translate this to VB.NET.
Regards,
-- Maarten Struys, eMVP PTS Software bv www.opennetcf.org | www.dotnetfordevices.com "Michael Lahrkamp" <mlahrkamp@bitstorm.com> wrote in message news:ugEHUIIEEHA.2908@TK2MSFTNGP09.phx.gbl... > Hi All: > > I'm using VB.NET and want to capture the WM_HELP message in order to trigger > the help file for a PPC application. Anybody got any suggestions? All help > appreciated! This is becoming a critical item. > > Thanks, > Mike > >
- Next message: Art: "Re: mscorlib problem"
- Previous message: George Shubin: "Re: Palm OS"
- In reply to: Michael Lahrkamp: "Intercepting the WM_HELP message"
- Next in thread: Alex Feinman [MVP]: "Re: Intercepting the WM_HELP message"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|