G
Guest
Why doesnt the .NET Base Class libraries not contain all Windows API
comparable methods , kinda like MFC would wrap Win32 functions and add other
framework enhancements. Why must I always end up calling into the Windows
DLLs for those features? Will these be added to the BCLs at a later date?
For example I want to code up a message queue peeker and injector but that
requires calling into the DLLs, why isnt this functionality in the classes?
Thanks.
comparable methods , kinda like MFC would wrap Win32 functions and add other
framework enhancements. Why must I always end up calling into the Windows
DLLs for those features? Will these be added to the BCLs at a later date?
For example I want to code up a message queue peeker and injector but that
requires calling into the DLLs, why isnt this functionality in the classes?
Thanks.