hi,
Is it possible to 'copy' functions from, let's say, kernel32.dll to a custom DLL?

and is it usefull?

When i have a small app that uses one function from a large DLL very often. is it better for the speed of the app. to extract the function and put it in a new DLL? so it won't need to load the large user32.dll??

If this is a stupid question, please tell me gently

Thanx,

Remvs