I have a dll file that I think it does the work I want to do in my project. But the file is not popular (such as gdi32 or user32), so there`s no article or tutorial online or in a book, and I don`t know much about it, except its functions (I find them in the "Imported functions table" of an application). And you know, I must know the arguments of the functions to use in my project. I haven`t got its type library and can`t add it to "References" in VB. Is there a way to view its functions and properties like VB`s Object Browser?
Please help