Firing a SYSCOMMAND event from code

  • Thread starter Thread starter Steve Hiemstra
  • Start date Start date
S

Steve Hiemstra

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
 
Back
Top