E
Edward Diener
Microsoft has put out a document relating Win32 API calls to .NET methods
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/h
tml/win32map.asp ) . An equally valuable document, esspecially from the
component developer point of view, would map Windows messages to .NET
methods.
Has anyone seen such a document ?
I find myself pretty consistently looking at Win32 code which does a
SendMessage or PostMessage and searching for the .NET method which is
equivalent. Sometimes I find a method which looks like it will do what I
want, but the MSDN .NET framework documentation is often not clear enough to
tell me if it is so. Of course I can experiment, but I hate top spend time
playing arouind when a good document would already tell me.
Am I the only .NET developer who feels a need for such a document from
Microsoft to aid in porting Win32 functionality to .NET ?
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/h
tml/win32map.asp ) . An equally valuable document, esspecially from the
component developer point of view, would map Windows messages to .NET
methods.
Has anyone seen such a document ?
I find myself pretty consistently looking at Win32 code which does a
SendMessage or PostMessage and searching for the .NET method which is
equivalent. Sometimes I find a method which looks like it will do what I
want, but the MSDN .NET framework documentation is often not clear enough to
tell me if it is so. Of course I can experiment, but I hate top spend time
playing arouind when a good document would already tell me.
Am I the only .NET developer who feels a need for such a document from
Microsoft to aid in porting Win32 functionality to .NET ?