Hi, I'm not that good with VB.NET yet and I'd like to learn about API's and external DLL files.
Perhaps someone can post some sample code with explanation/comments or point me to some tutorials.
Hi, I'm not that good with VB.NET yet and I'd like to learn about API's and external DLL files.
Perhaps someone can post some sample code with explanation/comments or point me to some tutorials.
What kind of DLLs? For native DLLs, you have to P/Invoke (assuming the entry is public and non-decorated). For managed, just add a reference and use it.