Hi,
I have been experimenting with using DLL Import on user32.dll and kernel32.dll I have successfully put together my own way of working with the MessageBox as an experiment to learning the DLLs.
Could you enlighten me on what I could do or what advantages I could gain by working with such DLLs ?
also I would like to know what other DLLs I can work with.
NOTE:
Using C# 4.0
Loading
Sam HobbsPosted Dec 19, 2011, 1:28 PM
An example of something that Windows does that is not part of .Net is functions that work with windows in other processes. For example you cannot use .Net to enumerate all windows (EnumWindows function) in a system.
WaseemPosted Dec 19, 2011, 1:33 PM
WaseemPosted Dec 19, 2011, 1:07 PM
Sam HobbsPosted Dec 18, 2011, 11:13 AM