Hi All,
I want to 'fire' a WM_SYSCOMMAND event w/ command type: SC_CONTEXTHELP.
This is the event that gets called when the Context-Sensitive '?' button is
pressed in a dialog under .NET. I figured all this out by using the Visual
Studio.NET "Spy++" utility to record all of the event messages in my
application.
How would I fire the WM_SYSCOMMAND w/ SC_CONTEXTHELP in code? I need some
sample code here, since the specifics of generating a SYSCOMMAND under .NET
are hard for me to find.
Thanks in Advance,
SteveH
Imran Koradia - 16 Sep 2004 19:30 GMT
http://tinyurl.com/66mc6
Imran.
> Hi All,
>
[quoted text clipped - 11 lines]
>
> SteveH