B
Bob
Declare Auto Function BitBlt Lib "GDI32.DLL" ...
Just wondering, I'm forced to use API calls once in a while and thought, it
would be pretty easy for MS to either 1. expand the Framwork to natively
include most of the features available in them or 2. provide simple wrappers
so that users don't need to invoke API function calls directly, at least for
windows DLL's.
I imagine lots of people have to go through the same process - locate the
proper way to call the API function on the internet, or dig up something
from documentation and pray you get it right - it's all a lot of wasteful,
duplicated work. Isn't it something MS should do once and build it right
into the Framework?
Are they planning anything like this in Whidbey?
Bob
Just wondering, I'm forced to use API calls once in a while and thought, it
would be pretty easy for MS to either 1. expand the Framwork to natively
include most of the features available in them or 2. provide simple wrappers
so that users don't need to invoke API function calls directly, at least for
windows DLL's.
I imagine lots of people have to go through the same process - locate the
proper way to call the API function on the internet, or dig up something
from documentation and pray you get it right - it's all a lot of wasteful,
duplicated work. Isn't it something MS should do once and build it right
into the Framework?
Are they planning anything like this in Whidbey?
Bob