Is there any topic in the MSDN documentation for the .NET Framework SDK
which relates a Windows message to the particular .NET framework class which
now generates an event for that message instead ?
I am looking for a particular event for a particular .NET framework class
which will occur when the Windows message WM_SETTINGCHANGE occurs. While
someone may give me the answer in this particular case, I anticipate needing
to easily find the answer for many other Windows messages. So far I have not
found an MSDN topic which relates Win32 API Windows messages to .NET
framework class events.
Chris Taylor - 06 Jan 2004 02:30 GMT
Hi,
Unfortunately I can only answer your question regarding WM_SETINICHANGE, the
appropriate event is Microsoft.Win32.SystemEvents.UserPreferenceChanged.
Hope this helps

Signature
Chris Taylor
http://www.xanga.com/home.aspx?user=taylorza
> Is there any topic in the MSDN documentation for the .NET Framework SDK
> which relates a Windows message to the particular .NET framework class which
[quoted text clipped - 6 lines]
> found an MSDN topic which relates Win32 API Windows messages to .NET
> framework class events.
Eric Cadwell - 06 Jan 2004 16:26 GMT
With controls you can override the WndProc function and listen to the
messages directly. You can also use Assign handle to subclass other
controls.
AllAPI has API functions converted to .NET but not messages.
http://www.mentalis.org/apilist/apilist.php?dotnetonly=yes&showinfo=yes
HTH;
Eric Cadwell
http://www.origincontrols.com